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

2019-02-01 Thread fei
> 在 2019年2月1日,20:58,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 &error_abort. >> >> Cc: Markus Armbruster >> Cc: Jiri Slaby >> Signed-off-by: Fei Li >> ---

Re: [Qemu-devel] [PATCH v11 for-4.0 04/11] qemu_thread: supplement error handling for pci_edu_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 &error_abort. > > Cc: Markus Armbruster > Cc: Jiri Slaby > Signed-off-by: Fei Li > --- > hw/misc/edu.c | 11 --- > 1 file changed, 8 insertion

[Qemu-devel] [PATCH v11 for-4.0 04/11] qemu_thread: supplement error handling for pci_edu_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 &error_abort. Cc: Markus Armbruster Cc: Jiri Slaby Signed-off-by: Fei Li --- hw/misc/edu.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hw