• A
    qemu: Permit PCI-free aarch64 mach-virt guests · 86a68bdb
    Andrea Bolognani 提交于
    There has been some progress lately in enabling virtio-pci on
    aarch64 guests; however, guest OS support is still spotty at best,
    so most guests are going to be using virtio-mmio instead.
    
    Currently, mach-virt guests are closely modeled after q35 guests,
    and that includes always adding a dmi-to-pci-bridge that's just
    impossible to get rid of. While that's acceptable (if suboptimal)
    for q35, where you will always need some kind of PCI device anyway,
    mach-virt guests should be allowed to avoid it.
    86a68bdb
qemu_domain.c 171.0 KB