• D
    Persist qemu capabilities in the domain status file · 43c01d38
    Daniel P. Berrange 提交于
    To cope with the QEMU binary being changed while a VM is running,
    it is neccessary to persist the original qemu capabilities at the
    time the VM is booted.
    
    * src/qemu/qemu_capabilities.c, src/qemu/qemu_capabilities.h: Add
      an enum for a string rep of every capability
    * src/qemu/qemu_domain.c, src/qemu/qemu_domain.h: Support for
      storing capabilities in the domain status XML
    * src/qemu/qemu_process.c: Populate & free QEMU capabilities at
      domain startup
    43c01d38
qemu_capabilities.h 7.5 KB