]> xenbits.xensource.com Git - libvirt.git/commit
hyperv: Add basic driver for Microsoft Hyper-V
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 13 Jul 2011 15:16:47 +0000 (17:16 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 26 Aug 2011 15:52:55 +0000 (17:52 +0200)
commit5e3b0f8b5718f0a8631e60e46cb107cbb1fe53bf
treebac276a8637500a92f3407f55a0ece0b538c0379
parente224b6f8fb52f9472d476060e75a6a04541a4b28
hyperv: Add basic driver for Microsoft Hyper-V

Domain listing, basic information retrieval and domain life cycle
management is implemented. But currently the domain XML output
lacks the complete devices section.

The driver uses OpenWSMAN to directly communicate with a Hyper-V
server over its WS-Management interface exposed via Microsoft WinRM.

The driver is based on the work of Michael Sievers. This started in
the same master program project group at the University of Paderborn
as the ESX driver.

See Michael's blog for details: http://hyperv4libvirt.wordpress.com/
po/POTFILES.in
src/Makefile.am
src/hyperv/hyperv_driver.c
src/hyperv/hyperv_private.h
src/hyperv/hyperv_util.c [new file with mode: 0644]
src/hyperv/hyperv_util.h [new file with mode: 0644]