[PATCH 0/5] qemu_monitor_json: Assume existence of some commands

Michal Privoznik mprivozn at redhat.com
Thu Oct 21 08:56:14 UTC 2021


Just like with QEMU capabilities, we can safely assume existence of some
monitor commands because they were introduced in older than minimal
required version and do not depend on QEMU build arguments.

Michal Prívozník (5):
  qemuMonitorJSONGetMigrationParams: Don't return early on
    CommandNotFound
  qemuMonitorJSONGetDumpGuestMemoryCapability: Don't return early on
    CommandNotFound
  qemuMonitorJSONGetKVMState: Don't return early on CommandNotFound
  qemuMonitorJSONGetMemoryDeviceInfo: Don't return early on
    CommandNotFound
  qemuMonitorJSONGetMigrationCapabilities: Don't return early on
    CommandNotFound

 src/qemu/qemu_monitor_json.c | 23 -----------------------
 1 file changed, 23 deletions(-)

-- 
2.32.0




More information about the libvir-list mailing list