• C
    qemu: Fix networking for ARM guests · 54a77c6d
    Cole Robinson 提交于
    Similar to the chardev bit, ARM boards depend on the old style '-net nic'
    for actually instantiating net devices. But we can't block out
    -netdev altogether since it's needed for upcoming virtio support.
    
    And add tests for working ARM XML with console, disk, and networking.
    54a77c6d
qemuxml2argvtest.c 44.4 KB