[libvirt] [PATCH 5/8] cputune: support cputune for qemu driver

2011-03-29 Thread Osier Yang
When domain startup, setting cpu affinity and cpu shares according to the cputune xml specified in domain xml. Modify qemudDomainPinVcpu to update domain config for vcpupin, and modify qemuSetSchedulerParameters to update domain config for cpu shares. * src/qemu/qemu_cgroup.c *

Re: [libvirt] [PATCH 5/8] cputune: support cputune for qemu driver

2011-03-29 Thread Daniel Veillard
On Tue, Mar 29, 2011 at 02:32:23PM +0800, Osier Yang wrote: When domain startup, setting cpu affinity and cpu shares according to the cputune xml specified in domain xml. Modify qemudDomainPinVcpu to update domain config for vcpupin, and modify qemuSetSchedulerParameters to update domain