mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 17:18:01 +03:00
qemu: Add support for emulatorsched
This helps in a scenarios where vCPUs run with a priority that is so high they might starve the emulator thread. And it also fits with the rest of the settings. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
842bc56ad2
commit
2b342cda72
@ -2683,7 +2683,7 @@ qemuProcessSetupEmulator(virDomainObjPtr vm)
|
||||
0, vm->def->cputune.emulatorpin,
|
||||
vm->def->cputune.emulator_period,
|
||||
vm->def->cputune.emulator_quota,
|
||||
NULL);
|
||||
vm->def->cputune.emulatorsched);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user