[libvirt] [PATCH 3/6] Clarify that virDomainSetSchedulerParameters(Flags) can take subset

2011-05-18 Thread Matthias Bolte
Add invalid argument checks for params and nparams to the public API and remove the from the drivers (e.g. xend). Add subset handling to libxl and test drivers. --- src/libvirt.c| 24 ++-- src/libxl/libxl_driver.c |6 -- src/test/test_driver.c | 27

Re: [libvirt] [PATCH 3/6] Clarify that virDomainSetSchedulerParameters(Flags) can take subset

2011-05-18 Thread Eric Blake
On 05/18/2011 04:21 AM, Matthias Bolte wrote: Add invalid argument checks for params and nparams to the public API and remove the from the drivers (e.g. xend). Add subset handling to libxl and test drivers. @@ -5092,6 +5092,12 @@ virDomainSetSchedulerParameters(virDomainPtr domain,

Re: [libvirt] [PATCH 3/6] Clarify that virDomainSetSchedulerParameters(Flags) can take subset

2011-05-18 Thread Matthias Bolte
2011/5/18 Eric Blake ebl...@redhat.com: On 05/18/2011 04:21 AM, Matthias Bolte wrote: Add invalid argument checks for params and nparams to the public API and remove the from the drivers (e.g. xend). Add subset handling to libxl and test drivers. @@ -5092,6 +5092,12 @@