Re: [PATCH 2/2] qapi: qga: Clarify when out-data and err-data are populated

2023-10-13 Thread Markus Armbruster
Daniel Xu writes: > If output is being captured for a guest-exec invocation, the out-data > and err-data fields of guest-exec-status are only populated after the > process is reaped. This is somewhat counter intuitive and too late to > change. Thus, it would be good to document the behavior. > >

Re: [PATCH 2/2] qapi: qga: Clarify when out-data and err-data are populated

2023-10-01 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Sun, Oct 1, 2023 at 9:39 PM Daniel Xu wrote: > If output is being captured for a guest-exec invocation, the out-data > and err-data fields of guest-exec-status are only populated after the > process is reaped. This is somewhat counter intuitive and too late to

[PATCH 2/2] qapi: qga: Clarify when out-data and err-data are populated

2023-10-01 Thread Daniel Xu
If output is being captured for a guest-exec invocation, the out-data and err-data fields of guest-exec-status are only populated after the process is reaped. This is somewhat counter intuitive and too late to change. Thus, it would be good to document the behavior. Signed-off-by: Daniel Xu ---