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

Peter Krempa posted 8 patches 5 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1534333853.git.pkrempa@redhat.com
Test syntax-check passed
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(-)
[libvirt] [PATCH 0/8] qemu: monitor: Clean up error handling for block job APIs
Posted by Peter Krempa 5 years, 8 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/8] qemu: monitor: Clean up error handling for block job APIs
Posted by Peter Krempa 5 years, 7 months ago
On Wed, Aug 15, 2018 at 13:52:51 +0200, Peter Krempa wrote:
> 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(-)

Ping?
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list