Re: [Qemu-devel] [PATCH 03/18] qemu-nbd: Don't use qerror_report()

2014-05-13 Thread Eric Blake
On 05/13/2014 10:02 AM, Markus Armbruster wrote: > 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 > --- > qemu-nbd.c | 6 +++--- > 1 file chang

[Qemu-devel] [PATCH 03/18] qemu-nbd: Don't use qerror_report()

2014-05-13 Thread Markus Armbruster
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 --- qemu-nbd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qemu-nbd.c b/qe