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

2019-01-09 Thread fei
> 在 2019年1月8日,02:13,Markus Armbruster 写道: > > Fei Li writes: > >> 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 >> --- >>

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

2019-01-07 Thread Markus Armbruster
Fei Li writes: > 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 | 25 - > 1 file

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

2018-12-25 Thread 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 | 25 - 1 file changed, 16 insertions(+), 9 delet