Re: [libvirt] [PATCH 07/16] hyperv: implement ability to send xml soap requests

2016-09-16 Thread Matthias Bolte
2016-08-09 14:39 GMT+02:00 Jason Miesionczek : > also added ability to get/set auto start > --- > src/hyperv/hyperv_driver.c | 101 +++ > src/hyperv/hyperv_wmi.c| 670 > - > src/hyperv/hyperv_wmi.h| 58 > src/hyperv/openwsman.h |

Re: [libvirt] [PATCH 07/16] hyperv: implement ability to send xml soap requests

2016-09-15 Thread John Ferlan
On 08/09/2016 08:39 AM, Jason Miesionczek wrote: > also added ability to get/set auto start > --- > src/hyperv/hyperv_driver.c | 101 +++ > src/hyperv/hyperv_wmi.c| 670 > - > src/hyperv/hyperv_wmi.h| 58 > src/hyperv/openwsman.h

[libvirt] [PATCH 07/16] hyperv: implement ability to send xml soap requests

2016-08-09 Thread Jason Miesionczek
also added ability to get/set auto start --- src/hyperv/hyperv_driver.c | 101 +++ src/hyperv/hyperv_wmi.c| 670 - src/hyperv/hyperv_wmi.h| 58 src/hyperv/openwsman.h | 4 + 4 files changed, 827 insertions(+), 6 deletions(-) diff