diff options
author | Markus Armbruster <armbru@redhat.com> | 2014-05-16 11:00:09 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-05-28 14:28:46 +0200 |
commit | b1422f20400e9dccd4388a4d107df5b67dba78d8 (patch) | |
tree | faf43afcd3a13d855044fc4a6d78860db2225e6a /qemu-nbd.c | |
parent | e8817e7b0e0c355690d34bb499d50373137d240f (diff) |
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 'qemu-nbd.c')
0 files changed, 0 insertions, 0 deletions