Re: [PATCH 2/2] tests/migration: add support for ppc64le for guestperf.py

2023-02-02 Thread Juan Quintela
Murilo Opsfelder Araujo wrote: > Add support for ppc64le for guestperf.py. On ppc, console is usually > hvc0 and serial device for pseries machine is spapr-vty. > > Signed-off-by: Murilo Opsfelder Araujo Reviewed-by: Juan Quintela

Re: [PATCH 2/2] tests/migration: add support for ppc64le for guestperf.py

2022-12-23 Thread Daniel Henrique Barboza
On 8/8/22 21:24, Murilo Opsfelder Araujo wrote: Add support for ppc64le for guestperf.py. On ppc, console is usually hvc0 and serial device for pseries machine is spapr-vty. Signed-off-by: Murilo Opsfelder Araujo --- Reviewed-by: Daniel Henrique Barboza

[PATCH 2/2] tests/migration: add support for ppc64le for guestperf.py

2022-08-08 Thread Murilo Opsfelder Araujo
Add support for ppc64le for guestperf.py. On ppc, console is usually hvc0 and serial device for pseries machine is spapr-vty. Signed-off-by: Murilo Opsfelder Araujo --- tests/migration/guestperf/engine.py | 28 +--- 1 file changed, 25 insertions(+), 3 deletions(-) diff