Re: [libvirt] [PATCH v4 4/5] hyperv: support virDomainSendKey

2017-05-28 Thread Matthias Bolte
2017-05-19 22:58 GMT+02:00 Sri Ramanujam : > This commit adds support for virDomainSendKey. It also serves as an > example of how to use the new method invocation APIs with a single > "simple" type parameter. > --- > src/hyperv/hyperv_driver.c| 107 > ++

[libvirt] [PATCH v4 4/5] hyperv: support virDomainSendKey

2017-05-19 Thread Sri Ramanujam
This commit adds support for virDomainSendKey. It also serves as an example of how to use the new method invocation APIs with a single "simple" type parameter. --- src/hyperv/hyperv_driver.c| 107 ++ src/hyperv/hyperv_wmi.c | 7 +++ src/h