Re: [libvirt] [PATCH 3/6] cputune: support cputune for qemu driver

2011-03-02 Thread Osier Yang
于 2011年03月03日 12:53, Nikunj A. Dadhania 写道: On Sun, 27 Feb 2011 22:39:18 +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 "qemuSetS

Re: [libvirt] [PATCH 3/6] cputune: support cputune for qemu driver

2011-03-02 Thread Nikunj A. Dadhania
On Sun, 27 Feb 2011 22:39:18 +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

[libvirt] [PATCH 3/6] cputune: support cputune for qemu driver

2011-02-27 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 * src/qemu/qemu_