Re: [libvirt] [PATCH v4 00/12] hyperv: add support for Hyper-V 2012 and newer.

2017-04-08 Thread Dawid Zamirski
On Sat, 2017-04-08 at 16:14 +0200, Matthias Bolte wrote: > 2017-04-05 0:26 GMT+02:00 Dawid Zamirski : > > Changes in v4: > > * changed hypervWqlQuery struct to use virBuffer as query member so > > that > >   hypervEnumAndPull and free it for us. > > * fixed hypervFreeObject that had outdated code i

Re: [libvirt] [PATCH v4 00/12] hyperv: add support for Hyper-V 2012 and newer.

2017-04-08 Thread Matthias Bolte
2017-04-05 0:26 GMT+02:00 Dawid Zamirski : > Changes in v4: > * changed hypervWqlQuery struct to use virBuffer as query member so that > hypervEnumAndPull and free it for us. > * fixed hypervFreeObject that had outdated code in code path that was > compiled away via preprocessor - this fix is i

[libvirt] [PATCH v4 00/12] hyperv: add support for Hyper-V 2012 and newer.

2017-04-04 Thread Dawid Zamirski
Changes in v4: * changed hypervWqlQuery struct to use virBuffer as query member so that hypervEnumAndPull and free it for us. * fixed hypervFreeObject that had outdated code in code path that was compiled away via preprocessor - this fix is in patch 5 * fixed whitespace/spelling and missing com