This series reduce warnings when kvm is not accessible: - kernel without kvm:
# make check-qtest-x86_64 GTESTER check-qtest-x86_64 Could not access KVM kernel module: No such device qemu-system-x86_64: failed to initialize KVM: No such device qemu-system-x86_64: Back to tcg accelerator [... many of these ...] - tests ran as user: $ make check-qtest-x86_64 GTESTER check-qtest-x86_64 Could not access KVM kernel module: Permission denied qemu-system-x86_64: failed to initialize KVM: Permission denied qemu-system-x86_64: Back to tcg accelerator [... many of these ...] Once applied: $ make check-qtest-x86_64 GTESTER check-qtest-x86_64 kvm not accessible, using tcg kvm not accessible, using tcg kvm not accessible, using tcg kvm not accessible, using tcg kvm not accessible, using tcg Philippe Mathieu-Daudé (2): libqtest: add qtest_accel() to avoid warnings when kvm is not available tests: use qtest_accel() tests/libqtest.h | 8 ++++++++ tests/bios-tables-test.c | 2 +- tests/boot-serial-test.c | 5 +++-- tests/libqtest.c | 18 ++++++++++++++++++ tests/postcopy-test.c | 10 ++++++---- tests/pxe-test.c | 5 +++-- tests/vmgenid-test.c | 4 ++-- 7 files changed, 41 insertions(+), 11 deletions(-) -- 2.14.1