• D
    Assign device aliases for all devices at startup · 05330717
    Daniel P. Berrange 提交于
    When starting a guest, give every device a unique alias. This will
    be used for the 'id' parameter in -device args in later patches.
    It can also be used to uniquely identify devices in the monitor
    
    For old QEMU without -device, assign disk names based on QEMU's
    historical naming scheme.
    
    * src/qemu/qemu_conf.c: Assign unique device aliases
    * src/qemu/qemu_driver.c: Remove obsolete qemudDiskDeviceName
      and use the device alias in eject & blockstats commands
    05330717
qemu_conf.c 146.1 KB