libvirt/src/qemu
Daniel P. Berrange 4da9b2c163 Change qemuSetSchedularParameters to use AFFECT_CURRENT
When adding variants of parameter setting APIs which accepted
flags, the existing APIs were all adapted internally to pass
VIR_DOMAIN_AFFECT_CURRENT to the new API. The QEMU impl
qemuSetSchedularParameters was an exception, which instead
used VIR_DOMAIN_AFFECT_LIVE. Change this to match other
compatibility scenarios, so that calling

   virDomainSetSchedularParameters(dom, params, nparams);

Has the same semantics as

   virDomainSetSchedularParametersFlags(dom, params, nparams, 0);

And

   virDomainSetSchedularParametersFlags(dom, params, nparams, VIR_DOMAIN_AFFECT_CURRENT);

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-10-10 14:20:37 +01:00
..
libvirtd_qemu.aug qemu: conf: add seccomp_sandbox option 2012-09-18 15:43:28 +08:00
MIGRATION.txt qemu: Implement migration job phases 2011-07-27 08:45:09 -06:00
qemu_agent.c Move virProcessKill into virprocess.{h,c} 2012-09-26 10:09:57 +01:00
qemu_agent.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_bridge_filter.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_bridge_filter.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_capabilities.c qemu: Fix QMP detection of QXL graphics 2012-10-09 11:42:05 +02:00
qemu_capabilities.h qemu: Kill processes used for QMP caps probing 2012-10-02 13:39:58 +02:00
qemu_cgroup.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_cgroup.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_command.c fix kvm_pv_eoi with kvmclock 2012-10-08 20:13:55 +02:00
qemu_command.h Remove probing of machine types when canonicalizing XML 2012-09-27 10:24:52 +01:00
qemu_conf.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_conf.h Switch over to use cache for building QEMU capabilities 2012-09-27 10:24:52 +01:00
qemu_domain.c Don't use O_TRUNC when opening QEMU logfiles 2012-09-26 10:37:15 +01:00
qemu_domain.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_driver.c Change qemuSetSchedularParameters to use AFFECT_CURRENT 2012-10-10 14:20:37 +01:00
qemu_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_hostdev.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_hostdev.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_hotplug.c Use size_t instead of int for virDomainDefPtr struct 2012-09-27 10:11:44 +01:00
qemu_hotplug.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_migration.c qemu: wait for SPICE to migrate 2012-09-26 11:42:59 +02:00
qemu_migration.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_monitor_json.c Ignore error from query-cpu-definitions 2012-09-28 16:50:51 +01:00
qemu_monitor_json.h Move command/event capabilities detection out of QEMU monitor code 2012-09-27 11:06:04 +01:00
qemu_monitor_text.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_monitor_text.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu_monitor.c Avoid bogus I/O event errors when closing the QEMU monitor 2012-09-28 16:50:51 +01:00
qemu_monitor.h Move command/event capabilities detection out of QEMU monitor code 2012-09-27 11:06:04 +01:00
qemu_process.c Move command/event capabilities detection out of QEMU monitor code 2012-09-27 11:06:04 +01:00
qemu_process.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
qemu.conf doc: update description about user/group in qemu.conf 2012-10-09 08:38:36 -06:00
test_libvirtd_qemu.aug.in Fix the augea test for qemu libvirtd options 2012-09-18 16:28:43 +08:00
THREADS.txt qemu: fix crash when mixing sync and async monitor jobs 2011-08-01 09:41:57 -06:00