]> git.proxmox.com Git - mirror_qemu.git/commit
hmp: delvm: use hmp_handle_error
authorCole Robinson <crobinso@redhat.com>
Wed, 24 Apr 2019 21:49:08 +0000 (17:49 -0400)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 1 May 2019 09:40:32 +0000 (10:40 +0100)
commitb4e492db03a25395087e867f8f944f7b2a2e1cef
tree26bf6cd3ac9f25c2857c24ffc24855b6e7861027
parentf75d15231e56cb0f2bafe19faf1229c459a60731
hmp: delvm: use hmp_handle_error

This gives us the consistent 'Error:' prefix added in 66363e9a43f,
which helps users like libvirt who still need to scrape hmp error
messages to detect failure.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Message-Id: <984634226fa14316641f31f84e7dd0bb770bd94c.1556141033.git.crobinso@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hmp.c