]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 17 Jan 2024 07:32:47 +0000 (10:32 +0300)
commit4e68f4124fd8fd5a56af6e9f4d14aa61dd7f6c44
tree3147f3c5a903af8ee4dd30ee93e824d74beeb809
parentde64580f07fa4901fccc349c7f51e0e9c9e2951d
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>
(cherry picked from commit d8a3220005d74512677b181e3a32cd94b13ddf49)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/hppa/machine.c