On 5/3/23 10:12, Alex Bennée wrote:
From: Fabiano Rosas<faro...@suse.de>

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<th...@redhat.com>
Signed-off-by: Fabiano Rosas<faro...@suse.de>
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
Message-Id:<20230208192654.8854-6-faro...@suse.de>
---
  hw/arm/Kconfig | 2 ++
  1 file changed, 2 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to