Re: [libvirt] [PATCH 05/11] hyperv: add hypervWqlQuery struct.

2017-04-01 Thread Dawid Zamirski
On Sat, 2017-04-01 at 14:27 +0200, Matthias Bolte wrote: > 2017-03-30 18:47 GMT+02:00 Dawid Zamirski : > > This struct is to be passed to enumerate-and-pull wsman request (to > > run > > "Select" queries) and provides the hypervWmiClassInfoListPtr > > instance > > from which we can extract the vers

Re: [libvirt] [PATCH 05/11] hyperv: add hypervWqlQuery struct.

2017-04-01 Thread Matthias Bolte
2017-03-30 18:47 GMT+02:00 Dawid Zamirski : > This struct is to be passed to enumerate-and-pull wsman request (to run > "Select" queries) and provides the hypervWmiClassInfoListPtr instance > from which we can extract the version specific info using the new > hypervGetWmiClassInfo function (current

[libvirt] [PATCH 05/11] hyperv: add hypervWqlQuery struct.

2017-03-30 Thread Dawid Zamirski
This struct is to be passed to enumerate-and-pull wsman request (to run "Select" queries) and provides the hypervWmiClassInfoListPtr instance from which we can extract the version specific info using the new hypervGetWmiClassInfo function (currently unused) --- src/hyperv/hyperv_wmi.c | 35 +++