Re: [Qemu-devel] [PATCH for-4.0 v9 11/16] qemu_thread: supplement error handling for emulated_realize

2019-01-09 Thread Fei Li
在 2019/1/8 上午1:31, Markus Armbruster 写道: Fei Li writes: Utilize the existed errp to propagate the error and do the corresponding cleanup to replace the temporary &error_abort. Cc: Cc: Markus Armbruster Cc: Gerd Hoffmann Signed-off-by: Fei Li --- hw/usb/ccid-card-emulated.c | 15 +++

Re: [Qemu-devel] [PATCH for-4.0 v9 11/16] qemu_thread: supplement error handling for emulated_realize

2019-01-07 Thread Markus Armbruster
Fei Li writes: > Utilize the existed errp to propagate the error and do the > corresponding cleanup to replace the temporary &error_abort. > > Cc: Cc: Markus Armbruster > Cc: Gerd Hoffmann > Signed-off-by: Fei Li > --- > hw/usb/ccid-card-emulated.c | 15 +-- > 1 file changed, 9 in

[Qemu-devel] [PATCH for-4.0 v9 11/16] qemu_thread: supplement error handling for emulated_realize

2018-12-25 Thread Fei Li
Utilize the existed errp to propagate the error and do the corresponding cleanup to replace the temporary &error_abort. Cc: Cc: Markus Armbruster Cc: Gerd Hoffmann Signed-off-by: Fei Li --- hw/usb/ccid-card-emulated.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff