Re: [PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators

2023-01-29 Thread Juan Quintela
Philippe Mathieu-Daudé wrote: > For example, avoid when TCG is disabled: > > $ make check-qtest-aarch64 > ... > 20/20 qemu:qtest+qtest-aarch64 / qtest-aarch64/migration-test > qemu-system-aarch64: -accel tcg: invalid accelerator tcg > > Reviewed-by: Dr. David Alan Gilbert > Signed-off-by:

[PATCH v3 11/11] tests/qtest/migration-test: Only use available accelerators

2023-01-20 Thread Philippe Mathieu-Daudé
For example, avoid when TCG is disabled: $ make check-qtest-aarch64 ... 20/20 qemu:qtest+qtest-aarch64 / qtest-aarch64/migration-test qemu-system-aarch64: -accel tcg: invalid accelerator tcg Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard H