]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Return real error message for block_set_io_throttle
authorJohn Ferlan <jferlan@redhat.com>
Thu, 6 Oct 2016 18:13:27 +0000 (14:13 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 25 Oct 2016 20:09:24 +0000 (16:09 -0400)
commit0ac8b70bb370a78ed75c58c3f6c110176563a2fb
treefd26cc78e97d888abe848f675769971c7b2cc924
parentd24835f2aef557d073d64295d8d344fe74461041
qemu: Return real error message for block_set_io_throttle

This patch will also adjust the qemuMonitorJSONSetBlockIoThrottle error
procession so that rather than returning/displaying:

    "error: internal error: Unexpected error"

Fetch the actual error message from qemu and display that
src/qemu/qemu_monitor_json.c