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

2019-03-24 Thread Fei Li
在 2019/2/15 下午8:35, Fei Li 写道: 在 2019/2/4 下午9:30, Markus Armbruster 写道: Fei Li writes: 在 2019/2/1 下午9:04, Markus Armbruster 写道: Fei Li writes: From: Fei Li Utilize the existed errp to propagate the error and do the corresponding cleanup to replace the temporary _abort. Cc: Markus

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

2019-02-15 Thread Fei Li
在 2019/2/4 下午9:30, Markus Armbruster 写道: Fei Li writes: 在 2019/2/1 下午9:04, Markus Armbruster 写道: Fei Li writes: From: Fei Li Utilize the existed errp to propagate the error and do the corresponding cleanup to replace the temporary _abort. Cc: Markus Armbruster Cc: Gerd Hoffmann

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

2019-02-04 Thread Markus Armbruster
Fei Li writes: > 在 2019/2/1 下午9:04, Markus Armbruster 写道: >> Fei Li writes: >> >>> From: Fei Li >>> >>> Utilize the existed errp to propagate the error and do the >>> corresponding cleanup to replace the temporary _abort. >>> >>> Cc: Markus Armbruster >>> Cc: Gerd Hoffmann >>> Signed-off-by:

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

2019-02-02 Thread Fei Li
在 2019/2/1 下午9:04, Markus Armbruster 写道: Fei Li writes: From: Fei Li Utilize the existed errp to propagate the error and do the corresponding cleanup to replace the temporary _abort. Cc: Markus Armbruster Cc: Gerd Hoffmann Signed-off-by: Fei Li --- hw/usb/ccid-card-emulated.c | 15

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

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

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

2019-01-31 Thread Fei Li
From: Fei Li Utilize the existed errp to propagate the error and do the corresponding cleanup to replace the temporary _abort. Cc: Markus Armbruster Cc: Gerd Hoffmann Signed-off-by: Fei Li --- hw/usb/ccid-card-emulated.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-)