Re: [libvirt] [PATCH 3/4] Allow multiple parameters for schedinfo

2013-03-21 Thread Martin Kletzander
On 03/14/2013 09:53 PM, Eric Blake wrote: > On 03/14/2013 03:27 AM, Martin Kletzander wrote: >> virsh schedinfo was able to set only one parameter at a time (not >> counting the deprecated options), but it is useful to set more at >> once, so this patch adds the possibility to do stuff like this: >

Re: [libvirt] [PATCH 3/4] Allow multiple parameters for schedinfo

2013-03-14 Thread Eric Blake
On 03/14/2013 03:27 AM, Martin Kletzander wrote: > virsh schedinfo was able to set only one parameter at a time (not > counting the deprecated options), but it is useful to set more at > once, so this patch adds the possibility to do stuff like this: > > virsh schedinfo cpu_shares=0 vcpu_period=0

[libvirt] [PATCH 3/4] Allow multiple parameters for schedinfo

2013-03-14 Thread Martin Kletzander
virsh schedinfo was able to set only one parameter at a time (not counting the deprecated options), but it is useful to set more at once, so this patch adds the possibility to do stuff like this: virsh schedinfo cpu_shares=0 vcpu_period=0 vcpu_quota=0 \ emulator_period=0 emulator_quota=0 Resolve