Re: [RFC v1 2/4] qtest: unbreak non-TCG builds in bios-tables-test

2020-10-09 Thread Paolo Bonzini
On 09/10/20 17:21, Claudio Fontana wrote: > the tests assume TCG is available, thus breaking > for TCG-only tests, where only the TCG accelerator option > is passed to the QEMU binary. > > Suggested-by: Paolo Bonzini > Signed-off-by: Claudio Fontana > --- > tests/qtest/bios-tables-test.c | 10 +

[RFC v1 2/4] qtest: unbreak non-TCG builds in bios-tables-test

2020-10-09 Thread Claudio Fontana
the tests assume TCG is available, thus breaking for TCG-only tests, where only the TCG accelerator option is passed to the QEMU binary. Suggested-by: Paolo Bonzini Signed-off-by: Claudio Fontana --- tests/qtest/bios-tables-test.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/