]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Use qemuMonitorJSONCheckError in qemuMonitorJSONBlockStream
authorPeter Krempa <pkrempa@redhat.com>
Tue, 14 Aug 2018 10:54:16 +0000 (12:54 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 24 Aug 2018 11:52:44 +0000 (13:52 +0200)
commit7cead0af6a7929f42fa80244b6bec6caff127475
treec7d10ba22ab404a448bfd157b3f30c9589512275
parent9c9c5766e1e7a96045c90d8f9a4009a0bd986aae
qemu: monitor: Use qemuMonitorJSONCheckError in qemuMonitorJSONBlockStream

The API does not report any special job-related error so the generic
error function should be used.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_monitor_json.c