Re: [libvirt] PATCH: 2/3: Implement schedular params for QEMU

2009-02-27 Thread Daniel Veillard
On Thu, Feb 26, 2009 at 04:40:18PM +, Daniel P. Berrange wrote: This patch implements the schedular parameter APIs. This adds a single tunable 'cpu_shares' that is provided by cgroups. This is a slightly more fancy way of doing nice priorities, giving a way to tune relative priority of

Re: [libvirt] PATCH: 2/3: Implement schedular params for QEMU

2009-02-26 Thread Daniel P. Berrange
This patch implements the schedular parameter APIs. This adds a single tunable 'cpu_shares' that is provided by cgroups. This is a slightly more fancy way of doing nice priorities, giving a way to tune relative priority of VMs Daniel diff --git a/src/qemu_driver.c b/src/qemu_driver.c ---