• D
    Convert VirtIO balloon over to -device syntax · b6692414
    Daniel P. Berrange 提交于
    Replace
    
       -balloon virtio
    
    With
    
       -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
    
    This allows it to get correct assigned PCI address as declared in
    previous patch
    
     * src/qemu/qemu_conf.c: Convert Virtio ballon to -device and
       give it an explicit PCI address
     * tests/qemuxml2argvdata/qemuxml2argv-*args: Add in virtio balloon
       where appropriate
    b6692414
qemuxml2argv-serial-many-chardev.args 465 字节