]> git.ipfire.org Git - thirdparty/libvirt.git/commit
hyperv: Add OpenWSMAN based client for the Hyper-V WMI API
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 13 Jul 2011 15:05:19 +0000 (17:05 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 26 Aug 2011 15:52:55 +0000 (17:52 +0200)
commite224b6f8fb52f9472d476060e75a6a04541a4b28
treee90f8e91b58a3a4a38701a0a9d8665536274dadc
parent4d6e6f4aa914f36b99b2ab98184c4ec985b60d83
hyperv: Add OpenWSMAN based client for the Hyper-V WMI API

Add a generator script to generate the structs and serialization
information for OpenWSMAN.

openwsman.h collects workarounds for problems in OpenWSMAN <= 2.2.6.
There are also disabled sections that would use ws_serializer_free_mem
but can't because it's broken in OpenWSMAN <= 2.2.6. Patches to fix
this have been posted upstream.
.gitignore
po/POTFILES.in
src/Makefile.am
src/hyperv/hyperv_private.h
src/hyperv/hyperv_wmi.c [new file with mode: 0644]
src/hyperv/hyperv_wmi.h [new file with mode: 0644]
src/hyperv/hyperv_wmi_classes.c [new file with mode: 0644]
src/hyperv/hyperv_wmi_classes.h [new file with mode: 0644]
src/hyperv/hyperv_wmi_generator.input [new file with mode: 0644]
src/hyperv/hyperv_wmi_generator.py [new file with mode: 0755]
src/hyperv/openwsman.h [new file with mode: 0644]