From: Martin Kletzander Date: Mon, 15 Apr 2019 11:13:06 +0000 (+0200) Subject: qemu: Add support for emulatorsched X-Git-Tag: v5.3.0-rc1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b342cda7277646ee4a50fa87c3586578c4bfa7c;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Ján Tomko --- diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index f773aa89b7..55f4074ea1 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -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); }