]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Clarify that virDomainSetSchedulerParameters(Flags) can take subsets
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 18 May 2011 09:04:12 +0000 (11:04 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 18 May 2011 16:20:47 +0000 (18:20 +0200)
commitd870ec367db4ed6cf28ea660a60fb4d2ae3a3ca5
tree5320b814e673833094ce4d24ddde7b844b07007b
parente430c0d0c689d3ca057b507f07bd12007d0055e0
Clarify that virDomainSetSchedulerParameters(Flags) can take subsets

Add invalid argument checks for params and nparams to the public API
and remove them from the drivers (e.g. xend).

Add subset handling to libxl and test drivers.
src/libvirt.c
src/libxl/libxl_driver.c
src/test/test_driver.c
src/xen/xen_hypervisor.c
src/xen/xend_internal.c