Skip to content

Commit

Permalink
hw/mips/Kconfig: Malta machine requires the pcnet network card
Browse files Browse the repository at this point in the history
This fixes when configuring with --without-default-devices:

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

Fixes: 7c28b92
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>
  • Loading branch information
philmd authored and bonzini committed Mar 20, 2019
1 parent 09cba51 commit 892da02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default-configs/mips-softmmu-common.mak
Expand Up @@ -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
Expand Down

0 comments on commit 892da02

Please sign in to comment.