3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

t-runner: Disable PMU emulation for a guest

This commit is contained in:
Tim Kourt 2016-11-30 15:56:11 -08:00 committed by Denis Kenzior
parent bd9e1883ee
commit 8d7b88ad25

View File

@ -307,7 +307,7 @@ static void start_qemu(void)
if (has_virt) {
argv[pos++] = "-cpu";
argv[pos++] = "host";
argv[pos++] = "host,level=9";
argv[pos++] = "-enable-kvm";
}