[libvirt] [PATCH v4 0/5] Hyperv-method invocation

Sri Ramanujam posted 5 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170519205802.27094-1-sramanujam@datto.com
src/hyperv/hyperv_driver.c            | 201 ++++++++
src/hyperv/hyperv_wmi.c               | 894 ++++++++++++++++++++++++++++++++++
src/hyperv/hyperv_wmi.h               |  93 +++-
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 +
7 files changed, 1340 insertions(+), 2 deletions(-)
[libvirt] [PATCH v4 0/5] Hyperv-method invocation
Posted by Sri Ramanujam 6 years, 11 months ago
Changes from v3:

* Feedback from code review
* Added 5 minute timeout to hypervInvokeMethod

Sri Ramanujam (5):
  hyperv: Functions to work with invocation parameters.
  hyperv: Generate object property type information.
  hyperv: add hypervInvokeMethod
  hyperv: support virDomainSendKey
  hyperv: Add support for virDomainSetMemory

 src/hyperv/hyperv_driver.c            | 201 ++++++++
 src/hyperv/hyperv_wmi.c               | 894 ++++++++++++++++++++++++++++++++++
 src/hyperv/hyperv_wmi.h               |  93 +++-
 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 +
 7 files changed, 1340 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 v4 0/5] Hyperv-method invocation
Posted by Matthias Bolte 6 years, 11 months ago
2017-05-19 22:57 GMT+02:00 Sri Ramanujam <sramanujam@datto.com>:
> Changes from v3:
>
> * Feedback from code review
> * Added 5 minute timeout to hypervInvokeMethod
>
> Sri Ramanujam (5):
>   hyperv: Functions to work with invocation parameters.
>   hyperv: Generate object property type information.
>   hyperv: add hypervInvokeMethod
>   hyperv: support virDomainSendKey
>   hyperv: Add support for virDomainSetMemory
>
>  src/hyperv/hyperv_driver.c            | 201 ++++++++
>  src/hyperv/hyperv_wmi.c               | 894 ++++++++++++++++++++++++++++++++++
>  src/hyperv/hyperv_wmi.h               |  93 +++-
>  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 +
>  7 files changed, 1340 insertions(+), 2 deletions(-)

This series is missing a patch for the docs/news.xml announcing the
two new driver functions.

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

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