From bcb7ef9d1b2f40410869ed2c1ffda769b2ef4ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Sat, 16 Mar 2019 21:08:13 +0100 Subject: hw/ppc/Kconfig: e500 based machines require virtio-net-pci device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes when configuring with CONFIG_PCI_DEVICES=n: $ qemu-system-ppc64 -bios /dev/null -M ppce500 qemu-system-ppc64: Unsupported NIC model: virtio-net-pci And: $ qemu-system-ppc64 -bios /dev/null -M mpc8544ds qemu-system-ppc64: Unsupported NIC model: virtio-net-pci Fixes: 98bd1db99f Signed-off-by: Philippe Mathieu-Daudé Acked-by: David Gibson Message-Id: <20190316200818.8265-10-philmd@redhat.com> Signed-off-by: Paolo Bonzini --- hw/ppc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'hw') diff --git a/hw/ppc/Kconfig b/hw/ppc/Kconfig index 0024873fd9..ae07b4da63 100644 --- a/hw/ppc/Kconfig +++ b/hw/ppc/Kconfig @@ -98,6 +98,7 @@ config MAC_NEWWORLD config E500 bool imply AT24C + imply VIRTIO_PCI select ETSEC select OPENPIC select PLATFORM_BUS -- cgit v1.2.3