Add virtio_pci to GENERIC arm64 conf

virtio_pci was missing from the GENERIC arm64 configuration, while
other virtio devices are present. Adding it will allow us to boot
the GENERIC kernel on QEMU with virtio storage and networking.
This commit is contained in:
Jayachandran C. 2016-12-18 11:15:31 +00:00
parent 98db43f4e2
commit de5cef6525

View File

@ -101,6 +101,7 @@ device al_udma # Universal DMA
# VirtIO support
device virtio
device virtio_pci
device virtio_mmio
device virtio_blk
device vtnet