commit | 3775ec6f5a15da154bd8fbda284d34a3be580ee6 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri May 16 11:00:10 2014 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed May 28 14:28:46 2014 +0200 |
tree | 83bcd8f6545045839ff901abaf05d19c3f2694ea | |
parent | b1422f20400e9dccd4388a4d107df5b67dba78d8 [diff] |
qemu-nbd: Don't use qerror_report() qerror_report() is a transitional interface to help with converting existing HMP commands to QMP. It should not be used elsewhere. Replace by error_report(). Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>