On Thu, 15 Apr 2021 18:33:01 +0200 Philippe Mathieu-Daudé <[email protected]> wrote:
> We might have a s390x/ppc64 QEMU binary built without the KVM > accelerator (configured with --disable-kvm). > Checking for /dev/kvm accessibility isn't enough, also check for the > accelerator in the binary. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > Cc: David Gibson <[email protected]> > Cc: Greg Kurz <[email protected]> > Cc: Halil Pasic <[email protected]> > Cc: Cornelia Huck <[email protected]> > Cc: Christian Borntraeger <[email protected]> > Cc: [email protected] > Cc: [email protected] > --- > tests/qtest/migration-test.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Cornelia Huck <[email protected]>
