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

2019-02-03 Thread Fei Li
在 2019/2/1 下午11:03, Markus Armbruster 写道: Cc: Paolo for preexisting issues due to commit 1e356fc14be. Fei Li writes: From: Fei Li Supplement the error handling for touch_all_pages: add an Error parameter for it to propagate the error to its caller to do the handling in case it fails.

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

2019-02-01 Thread Markus Armbruster
Cc: Paolo for preexisting issues due to commit 1e356fc14be. Fei Li writes: > From: Fei Li > > Supplement the error handling for touch_all_pages: add an Error > parameter for it to propagate the error to its caller to do the > handling in case it fails. > > Cc: Markus Armbruster >

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

2019-02-01 Thread Markus Armbruster
Fei Li writes: > It seems that this poor patch is left alone. :( > I sent all, but this patch failed to join them, so sorry for that.. > Could we just let it be? It'll do, thanks.

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

2019-01-31 Thread Fei Li
It seems that this poor patch is left alone. :( I sent all, but this patch failed to join them, so sorry for that.. Could we just let it be? Have a nice day, thanks Fei 在 2019/2/1 下午1:25, Fei Li 写道: From: Fei Li Supplement the error handling for touch_all_pages: add an Error parameter for

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

2019-01-31 Thread Fei Li
From: Fei Li Supplement the error handling for touch_all_pages: add an Error parameter for it to propagate the error to its caller to do the handling in case it fails. Cc: Markus Armbruster Signed-off-by: Fei Li --- util/oslib-posix.c | 26 -- 1 file changed, 16