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

2019-01-08 Thread fei
> 在 2019年1月8日,01:21,Markus Armbruster 写道: > > Fei Li writes: > >> Utilize the existed errp to propagate the error instead of the >> temporary &error_abort. >> >> Cc: Markus Armbruster >> Cc: Marc-André Lureau >> Signed-off-by: Fei Li >> --- >> dump.c | 7 --- >> 1 file changed, 4 inse

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

2019-01-07 Thread Markus Armbruster
Fei Li writes: > Utilize the existed errp to propagate the error instead of the > temporary &error_abort. > > Cc: Markus Armbruster > Cc: Marc-André Lureau > Signed-off-by: Fei Li > --- > dump.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/dump.c b/dump.c >

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

2018-12-25 Thread Fei Li
Utilize the existed errp to propagate the error instead of the temporary &error_abort. Cc: Markus Armbruster Cc: Marc-André Lureau Signed-off-by: Fei Li --- dump.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dump.c b/dump.c index c35d6ddd22..ef5ea324fa 100644 ---