Re: [libvirt] [PATCH v2] Allow multiple parameters for schedinfo

2013-04-03 Thread Martin Kletzander
On 04/03/2013 01:22 AM, Eric Blake wrote: On 03/21/2013 10:22 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

Re: [libvirt] [PATCH v2] Allow multiple parameters for schedinfo

2013-04-02 Thread Martin Kletzander
ping, still applicable on master :) On 03/21/2013 05:22 PM, 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

Re: [libvirt] [PATCH v2] Allow multiple parameters for schedinfo

2013-04-02 Thread Eric Blake
On 03/21/2013 10:22 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 domain cpu_shares=0

[libvirt] [PATCH v2] Allow multiple parameters for schedinfo

2013-03-21 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 domain cpu_shares=0 vcpu_period=0 vcpu_quota=0 \ emulator_period=0 emulator_quota=0