[libvirt] [PATCH 0/8] qemu: monitor: Clean up error handling for block job APIs

Peter Krempa pkrempa at redhat.com
Wed Aug 15 11:52:51 UTC 2018


Remove handling of errors which QEMU no longer reports and rename
fields so that it conforms with the new semantics.

Peter Krempa (8):
  qemu: monitor: Remove error classes not conforming to QAPI schema
  qemu: monitor: Use qemuMonitorJSONCheckError in
    qemuMonitorJSONBlockJobError
  qemu: monitor: Remove temporary variables
  qemu: monitor: Use qemuMonitorJSONCheckError in
    qemuMonitorJSONBlockStream
  qemu: monitor: Move qemuMonitorJSONDrivePivot together with block-job
    APIs
  qemu: monitor: Use qemuMonitorJSONBlockJobError in
    qemuMonitorJSONDrivePivot
  qemu: monitor: Rename 'device' argument for block job control APIs
  qemu: monitor: Separate probing for active block commit

 src/qemu/qemu_monitor.c      |  20 +++---
 src/qemu/qemu_monitor.h      |   6 +-
 src/qemu/qemu_monitor_json.c | 155 +++++++++++++++++++++----------------------
 src/qemu/qemu_monitor_json.h |   9 ++-
 4 files changed, 94 insertions(+), 96 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list