libvirt/src/hyperv
Sri Ramanujam e756333dac hyperv: Silence clang alignment warnings in serialization code
Slight refactor of the WMI serialization code to minimize mixing
openwsman and libxml2 APIs that triggered clang alignment warnings.

The only usage of libxml2 APIs now is in creating CDATA blocks,
because the openwsman API does not provide that functionality. The
clang alignment warning in this case is silenced by casting to a
void pointer first.
2017-08-07 23:14:01 +02:00
..
hyperv_driver.c hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
hyperv_driver.h
hyperv_private.h hyperv: store WMI version in hypervPrivate. 2017-04-08 14:14:15 +02:00
hyperv_util.c
hyperv_util.h
hyperv_wmi_classes.c
hyperv_wmi_classes.h hyperv: Generate object property type information 2017-07-08 13:44:59 +02:00
hyperv_wmi_generator.input hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
hyperv_wmi_generator.py hyperv: Generate object property type information 2017-07-08 13:44:59 +02:00
hyperv_wmi.c hyperv: Silence clang alignment warnings in serialization code 2017-08-07 23:14:01 +02:00
hyperv_wmi.h hyperv: Add support for virDomainSetMemory 2017-07-08 13:45:07 +02:00
openwsman.h hyperv: add hypervInvokeMethod 2017-07-08 13:45:02 +02:00