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

Michal Privoznik mprivozn at redhat.com
Thu Oct 21 10:45:09 UTC 2021


Technically a v2 of:

https://listman.redhat.com/archives/libvir-list/2021-October/msg00825.html

but I've cancelled sending in the middle of v1. Anyway, patch 1/6 is new
(yeah, I've noticed a test failing so I've cancelled sending v1).

Michal Prívozník (6):
  qemumigparamstest: Drop "unsupported" test case
  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 -----------------------
 tests/qemumigparamsdata/unsupported.json  |  3 ---
 tests/qemumigparamsdata/unsupported.reply |  7 -------
 tests/qemumigparamsdata/unsupported.xml   |  4 ----
 tests/qemumigparamstest.c                 |  1 -
 5 files changed, 38 deletions(-)
 delete mode 100644 tests/qemumigparamsdata/unsupported.json
 delete mode 100644 tests/qemumigparamsdata/unsupported.reply
 delete mode 100644 tests/qemumigparamsdata/unsupported.xml

-- 
2.32.0




More information about the libvir-list mailing list