[libvirt] [PATCH v7 0/6] Hyper-V method invocation

Sri Ramanujam posted 6 patches 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170627191328.31072-1-sramanujam@datto.com
docs/news.xml                         |   5 +
src/hyperv/hyperv_driver.c            | 237 +++++++++
src/hyperv/hyperv_wmi.c               | 910 ++++++++++++++++++++++++++++++++++
src/hyperv/hyperv_wmi.h               |  95 +++-
src/hyperv/hyperv_wmi_classes.h       |  19 +
src/hyperv/hyperv_wmi_generator.input | 116 +++++
src/hyperv/hyperv_wmi_generator.py    |  15 +-
src/hyperv/openwsman.h                |   4 +
8 files changed, 1399 insertions(+), 2 deletions(-)
[libvirt] [PATCH v7 0/6] Hyper-V method invocation
Posted by Sri Ramanujam 6 years, 9 months ago
Changes from v6:
  * Added news entry

Sri Ramanujam (6):
  hyperv: Functions to work with invocation parameters.
  hyperv: Generate object property type information.
  hyperv: add hypervInvokeMethod
  hyperv: support virDomainSendKey
  hyperv: Add support for virDomainSetMemory
  news: Update news for new Hyper-V APIs

 docs/news.xml                         |   5 +
 src/hyperv/hyperv_driver.c            | 237 +++++++++
 src/hyperv/hyperv_wmi.c               | 910 ++++++++++++++++++++++++++++++++++
 src/hyperv/hyperv_wmi.h               |  95 +++-
 src/hyperv/hyperv_wmi_classes.h       |  19 +
 src/hyperv/hyperv_wmi_generator.input | 116 +++++
 src/hyperv/hyperv_wmi_generator.py    |  15 +-
 src/hyperv/openwsman.h                |   4 +
 8 files changed, 1399 insertions(+), 2 deletions(-)

-- 
2.9.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v7 0/6] Hyper-V method invocation
Posted by Matthias Bolte 6 years, 9 months ago
2017-06-27 21:13 GMT+02:00 Sri Ramanujam <sramanujam@datto.com>:
> Changes from v6:
>   * Added news entry
>
> Sri Ramanujam (6):
>   hyperv: Functions to work with invocation parameters.
>   hyperv: Generate object property type information.
>   hyperv: add hypervInvokeMethod
>   hyperv: support virDomainSendKey
>   hyperv: Add support for virDomainSetMemory
>   news: Update news for new Hyper-V APIs
>
>  docs/news.xml                         |   5 +
>  src/hyperv/hyperv_driver.c            | 237 +++++++++
>  src/hyperv/hyperv_wmi.c               | 910 ++++++++++++++++++++++++++++++++++
>  src/hyperv/hyperv_wmi.h               |  95 +++-
>  src/hyperv/hyperv_wmi_classes.h       |  19 +
>  src/hyperv/hyperv_wmi_generator.input | 116 +++++
>  src/hyperv/hyperv_wmi_generator.py    |  15 +-
>  src/hyperv/openwsman.h                |   4 +
>  8 files changed, 1399 insertions(+), 2 deletions(-)

ACK to the whole series. I've pushed it now, thanks!

-- 
Matthias Bolte
http://photron.blogspot.com

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