]> xenbits.xensource.com Git - libvirt.git/commitdiff
Clarify that virDomainSet(Memory|Blkio)Parameters can take parameter subsets
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 18 May 2011 09:24:07 +0000 (11:24 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 18 May 2011 16:20:47 +0000 (18:20 +0200)
src/libvirt.c

index 4c02f10e75f7afe3aa9e72af5d8b62d4ebd780c7..fa783b76f3e8b9e3381f24cf25cb3947c5b249e8 100644 (file)
@@ -2992,11 +2992,11 @@ error:
  * virDomainSetMemoryParameters:
  * @domain: pointer to domain object
  * @params: pointer to memory parameter objects
- * @nparams: number of memory parameter (this value should be same or
+ * @nparams: number of memory parameter (this value can be the same or
  *          less than the number of parameters supported)
  * @flags: currently unused, for future extension
  *
- * Change the memory tunables
+ * Change all or a subset of the memory tunables.
  * This function requires privileged access to the hypervisor.
  *
  * Returns -1 in case of error, 0 in case of success.
@@ -3118,11 +3118,11 @@ error:
  * virDomainSetBlkioParameters:
  * @domain: pointer to domain object
  * @params: pointer to blkio parameter objects
- * @nparams: number of blkio parameters (this value should be same or
+ * @nparams: number of blkio parameters (this value can be the same or
  *          less than the number of parameters supported)
  * @flags: currently unused, for future extension
  *
- * Change the blkio tunables
+ * Change all or a subset of the blkio tunables.
  * This function requires privileged access to the hypervisor.
  *
  * Returns -1 in case of error, 0 in case of success.