[libvirt] [PATCH v3 00/12] hyperv: add support for Hyper-V 2012 and newer.

Dawid Zamirski posted 12 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170403235219.19721-1-dzamirski@datto.com
There is a newer version of this series
docs/drvhyperv.html.in                |   2 +-
docs/news.xml                         |  11 +
src/Makefile.am                       |   2 -
src/hyperv/hyperv_driver.c            | 168 ++++++++-------
src/hyperv/hyperv_private.h           |   8 +-
src/hyperv/hyperv_wmi.c               | 173 +++++++++++----
src/hyperv/hyperv_wmi.h               |  56 ++++-
src/hyperv/hyperv_wmi_classes.h       |  30 +++
src/hyperv/hyperv_wmi_generator.input | 239 ++++++++++++++++++---
src/hyperv/hyperv_wmi_generator.py    | 385 +++++++++++++++++++++++++---------
10 files changed, 822 insertions(+), 252 deletions(-)
[libvirt] [PATCH v3 00/12] hyperv: add support for Hyper-V 2012 and newer.
Posted by Dawid Zamirski 7 years ago
Changes since v2[1]:
* address the issue with incorrect request URI used in invoke
* update driver doc
* add news entry

[1] https://www.redhat.com/archives/libvir-list/2017-April/msg00018.html

Dawid Zamirski (12):
  hyperv: store WMI version in hypervPrivate.
  hyperv: introduce hypervWmiClassInfo struct.
  hyperv: update hypervObject struct.
  hyperv: add hypervWqlQuery struct.
  hyperv: make hypervEnumAndPull use hypervWqlQuery
  hyperv: update generator input file.
  hyperv: update wmi code generator.
  hyperv: add helper for getting WMI class lists.
  hyperv: port rest of the driver to new stucts.
  hyperv: add hypervInitConnection.
  hyperv: update driver documentation.
  news: update for Hyper-V 2012+ support.

 docs/drvhyperv.html.in                |   2 +-
 docs/news.xml                         |  11 +
 src/Makefile.am                       |   2 -
 src/hyperv/hyperv_driver.c            | 168 ++++++++-------
 src/hyperv/hyperv_private.h           |   8 +-
 src/hyperv/hyperv_wmi.c               | 173 +++++++++++----
 src/hyperv/hyperv_wmi.h               |  56 ++++-
 src/hyperv/hyperv_wmi_classes.h       |  30 +++
 src/hyperv/hyperv_wmi_generator.input | 239 ++++++++++++++++++---
 src/hyperv/hyperv_wmi_generator.py    | 385 +++++++++++++++++++++++++---------
 10 files changed, 822 insertions(+), 252 deletions(-)

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list