Re: [PATCH v5 02/18] tests/avocado: Specify target VM argument to helper routines

2022-01-25 Thread Stefan Hajnoczi
On Wed, Jan 19, 2022 at 04:41:51PM -0500, Jagannathan Raman wrote: > Specify target VM for exec_command and > exec_command_and_wait_for_pattern routines > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > Reviewed-by: Philippe Mathieu-Daudé >

[PATCH v5 02/18] tests/avocado: Specify target VM argument to helper routines

2022-01-19 Thread Jagannathan Raman
Specify target VM for exec_command and exec_command_and_wait_for_pattern routines Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Beraldo Leal --- tests/avocado/avocado_qemu/__init__.py | 14 ++