Re: [Qemu-devel] [PATCH 17/19] usb-redir: convert init to realize

2014-09-18 Thread Paolo Bonzini
Il 18/09/2014 11:32, arei.gong...@huawei.com ha scritto: > From: Gonglei > > In this way, all the implementations now use > error_setg instead of qerror_report for reporting error. > > Signed-off-by: Gonglei > --- > hw/usb/redirect.c | 15 +++ > 1 file changed, 7 insertions(+), 8 d

[Qemu-devel] [PATCH 17/19] usb-redir: convert init to realize

2014-09-18 Thread arei.gonglei
From: Gonglei In this way, all the implementations now use error_setg instead of qerror_report for reporting error. Signed-off-by: Gonglei --- hw/usb/redirect.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c index 95158