mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
t-runner: Disable PMU emulation for a guest
This commit is contained in:
parent
bd9e1883ee
commit
8d7b88ad25
@ -307,7 +307,7 @@ static void start_qemu(void)
|
|||||||
|
|
||||||
if (has_virt) {
|
if (has_virt) {
|
||||||
argv[pos++] = "-cpu";
|
argv[pos++] = "-cpu";
|
||||||
argv[pos++] = "host";
|
argv[pos++] = "host,level=9";
|
||||||
argv[pos++] = "-enable-kvm";
|
argv[pos++] = "-enable-kvm";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user