Re: [PATCH v1 1/8] tests/acceptance: tweak the tcg/kvm tests for virt

2021-06-23 Thread Willian Rampazzo
On Wed, Jun 23, 2021 at 7:30 AM Alex Bennée 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

[PATCH v1 1/8] tests/acceptance: tweak the tcg/kvm tests for virt

2021-06-23 Thread Alex Bennée
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 --- tests/acceptan