[libvirt] [PATCH 2/6] libvirt: Implements virDomainSetBlkioParameters and virDomainGetBlkioParameters and initialization

Eric Blake eblake at redhat.com
Mon Feb 21 22:36:47 UTC 2011


On 02/21/2011 02:47 AM, Gui Jianfeng wrote:
> Implements virDomainSetBlkioParameters and virDomainGetBlkioParameters and initialization
> 
> Signed-off-by: Gui Jianfeng <guijianfeng at cn.fujitsu.com>
> ---
>  src/driver.h               |   14 ++++++
>  src/esx/esx_driver.c       |    2 +
>  src/libvirt.c              |  108 ++++++++++++++++++++++++++++++++++++++++++++
>  src/libvirt_public.syms    |    6 +++
>  src/lxc/lxc_driver.c       |    2 +
>  src/openvz/openvz_driver.c |    2 +
>  src/phyp/phyp_driver.c     |    2 +
>  src/qemu/qemu_driver.c     |    2 +
>  src/remote/remote_driver.c |    2 +
>  src/test/test_driver.c     |    2 +
>  src/uml/uml_driver.c       |    2 +
>  src/vmware/vmware_driver.c |    2 +
>  src/xen/xen_driver.c       |    2 +
>  13 files changed, 148 insertions(+), 0 deletions(-)

Also, this missed:

src/opennebula/one_driver.c
src/vbox/vbox_tmpl.c
src/xenapi/xenapi_driver.c

(see commit dec13a5a for an example of all the drivers that need to be
touched).

Depending on whether libxenlight support goes in first, that would be
another driver to watch out for.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110221/038a0e7e/attachment-0001.sig>


More information about the libvir-list mailing list