hw/hppa/machine: Disable default devices with --nodefaults option
authorHelge Deller <deller@gmx.de>
Mon, 1 Jan 2024 20:47:30 +0000 (21:47 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 13 Jan 2024 05:48:14 +0000 (06:48 +0100)
commitd8a3220005d74512677b181e3a32cd94b13ddf49
tree19818f0a7cd7b0bc691ead93d986f03eca1dd6e1
parent92039f61af89629f268e04255946c2a3fa0c453f
hw/hppa/machine: Disable default devices with --nodefaults option

Recognize the qemu --nodefaults option, which will disable the
following default devices on hppa:
- lsi53c895a SCSI controller,
- artist graphics card,
- LASI 82596 NIC,
- tulip PCI NIC,
- second serial PCI card,
- USB OHCI controller.

Adding this option is very useful to allow manual testing and
debugging of the other possible devices on the command line.

Signed-off-by: Helge Deller <deller@gmx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
hw/hppa/machine.c