On 31/10/23 12:10, Markus Armbruster wrote:
When the PID passed to guest-exec-status does not exist, we report"Invalid parameter 'pid'" Improve this to "PID 1234 does not exist" Signed-off-by: Markus Armbruster <arm...@redhat.com> --- qga/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>