On Wed, Jun 23, 2021 at 7:30 AM Alex Bennée <alex.ben...@linaro.org> wrote: > > Really it's only TCG that can select which GIC model you want, KVM > guests should always be using the "host" version of the GIC for which > QEMU already provides a handy shortcut. Make the KVM test use this and > split the TCG test into it's two versions. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/acceptance/boot_linux.py | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>