OSDN Git Service

hw/mips/Kconfig: Malta machine requires the pcnet network card
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 16 Mar 2019 20:08:10 +0000 (21:08 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Mar 2019 10:44:13 +0000 (11:44 +0100)
This fixes when configuring with --without-default-devices:

  $ qemu-system-mips64 -bios /dev/null -M malta
  qemu-system-mips64: Unsupported NIC model: pcnet

Fixes: 7c28b925b7e
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190316200818.8265-7-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/mips-softmmu-common.mak

index 0795d52..8e54a74 100644 (file)
@@ -35,6 +35,7 @@ CONFIG_MIPS_CPS=y
 CONFIG_MIPS_ITU=y
 CONFIG_R4K=y
 CONFIG_MALTA=y
+CONFIG_PCNET_PCI=y
 CONFIG_MIPSSIM=y
 CONFIG_ACPI_SMBUS=y
 CONFIG_SMBUS_EEPROM=y