On 5/3/23 10:12, Alex Bennée wrote:
From: Fabiano Rosas<[email protected]>
The 'virt' machine uses virtio-net-pci as a fallback when no other
network driver has been selected via command line. Select VIRTIO_NET
and VIRTIO_PCI from CONFIG_ARM_VIRT to avoid errors when PCI_DEVICES=n
(due to e.g. --without-default-devices):
$ ./qemu-system-aarch64 -M virt -accel tcg -cpu max
qemu-system-aarch64: Unsupported NIC model: virtio-net-pci
Reviewed-by: Thomas Huth<[email protected]>
Signed-off-by: Fabiano Rosas<[email protected]>
Signed-off-by: Alex Bennée<[email protected]>
Message-Id:<[email protected]>
---
hw/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~