diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2011-07-13 17:05:19 +0200 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2011-08-26 17:52:55 +0200 |
commit | e224b6f8fb52f9472d476060e75a6a04541a4b28 (patch) | |
tree | e90f8e91b58a3a4a38701a0a9d8665536274dadc /.gitignore | |
parent | hyperv: Add driver skeleton (diff) | |
download | libvirt-e224b6f8fb52f9472d476060e75a6a04541a4b28.tar.gz libvirt-e224b6f8fb52f9472d476060e75a6a04541a4b28.tar.bz2 libvirt-e224b6f8fb52f9472d476060e75a6a04541a4b28.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 39ecd6d2a..1e8d5abe9 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ /proxy/ /python/generator.py.stamp /sc_* +/src/hyperv/*.generated.* /src/libvirt_iohelper /src/locking/qemu-sanlock.conf /src/remote/*_client_bodies.h |