Fabiano Rosas <faro...@suse.de> wrote: > It is possible to have a build with both TCG and KVM disabled due to > Xen requiring the i386 and x86_64 binaries to be present in an aarch64 > host.
Ouch. Just curious: why are they needed? > > If we build with --disable-tcg on the aarch64 host, we will end-up > with a QEMU binary (x86) that does not support TCG nor KVM. > > Fix tests that crash or hang in the above scenario. Do not include any > test cases if TCG and KVM are missing. > > Signed-off-by: Fabiano Rosas <faro...@suse.de> > --- > This currently affects Arm, but will also affect x86 after the xenpvh > series gets merged. This patch fixes both scenarios. Reviewed-by: Juan Quintela <quint...@redhat.com>