summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2014-05-16 11:00:09 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-05-28 14:28:46 +0200
commitb1422f20400e9dccd4388a4d107df5b67dba78d8 (patch)
treefaf43afcd3a13d855044fc4a6d78860db2225e6a /scripts/qapi-commands.py
parente8817e7b0e0c355690d34bb499d50373137d240f (diff)
downloadfocaccia-qemu-b1422f20400e9dccd4388a4d107df5b67dba78d8.tar.gz
focaccia-qemu-b1422f20400e9dccd4388a4d107df5b67dba78d8.zip
blockdev: Don't use qerror_report() in do_drive_del()
qerror_report() is a transitional interface to help with converting
existing HMP commands to QMP.  It should not be used elsewhere.

do_drive_del() is an HMP command that won't be converted to QMP (we'll
create a new QMP command instead).  It uses both qerror_report() and
error_report().  Convert the former to the latter.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions