]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenapi: Initial commit of the new driver
authorSharadha Prabhakar <sharadha.prabhakar@citrix.com>
Sun, 14 Mar 2010 11:11:51 +0000 (12:11 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 14 Mar 2010 18:30:00 +0000 (19:30 +0100)
commiteb9945d9ae05b86a3571d559ad9e87a8ed93e74d
treefe1a8282b121ce0310c9a81e5cded1fbc7e529a3
parent102d25a8222cabb129146bd335893cf1c57b7730
xenapi: Initial commit of the new driver
configure.ac
include/libvirt/virterror.h
src/Makefile.am
src/driver.h
src/libvirt.c
src/util/virterror.c
src/xenapi/xenapi_driver.c [new file with mode: 0644]
src/xenapi/xenapi_driver.h [new file with mode: 0644]
src/xenapi/xenapi_driver_private.h [new file with mode: 0644]
src/xenapi/xenapi_utils.c [new file with mode: 0644]
src/xenapi/xenapi_utils.h [new file with mode: 0644]