• E
    snapshot: add qemu capability for 'transaction' command · 311357d9
    Eric Blake 提交于
    We need a capability bit to gracefully error out if some of the
    additions in future patches can't be implemented by the running qemu.
    
    * src/qemu/qemu_capabilities.h (QEMU_CAPS_TRANSACTION): New cap.
    * src/qemu/qemu_capabilities.c (qemuCaps): Name it.
    * src/qemu/qemu_monitor_json.c (qemuMonitorJSONCheckCommands): Set
    it.
    311357d9
qemu_capabilities.c 47.1 KB