summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorMarkus Armbruster2014-05-16 11:00:09 +0200
committerStefan Hajnoczi2014-05-28 14:28:46 +0200
commitb1422f20400e9dccd4388a4d107df5b67dba78d8 (patch)
treefaf43afcd3a13d855044fc4a6d78860db2225e6a /scripts/checkpatch.pl
parentblockdev: Don't use qerror_report_err() in drive_init() (diff)
downloadqemu-b1422f20400e9dccd4388a4d107df5b67dba78d8.tar.gz
qemu-b1422f20400e9dccd4388a4d107df5b67dba78d8.tar.xz
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/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions