Re: [libvirt] [PATCH 5/5] Add travis build configuration

2017-04-08 Thread Fabian Freyer
On 8 Apr 2017, at 16:28, Roman Bogorodskiy wrote: > This looks like the same problem I'm having on FreeBSD. Its ARG_MAX > value is too low and not tunable, and the command line for syntax-check > does not fit. > > I work around that by applying a patch to make ARG_MAX tunable on > FreeBSD (haven't

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 5/5] Add travis build configuration

2017-04-08 Thread Roman Bogorodskiy
Daniel P. Berrange wrote: > This travis configuration tests libvirt builds on 5 platforms that we don't > exercise in the CentOS CI system. > > - Ubuntu Trusty with GCC > - Ubuntu Trusty with CLang > - Ubuntu Precise with GCC > - Ubuntu Precise with CLang > - OS-X with CLang > > NB,

Re: [libvirt] [PATCH v4 04/12] hyperv: add hypervWqlQuery struct.

2017-04-08 Thread Matthias Bolte
2017-04-05 0:26 GMT+02:00 Dawid Zamirski : > Since this is the last commit that will compile in the series, the > remaining patches should be squashed into this one - they are kept > separate only for code review purposes. > > This struct is to be passed to enumerate-and-pull wsman request (to run

Re: [libvirt] [PATCH v4 05/12] hyperv: make hypervEnumAndPull use hypervWqlQuery

2017-04-08 Thread Matthias Bolte
2017-04-05 0:26 GMT+02:00 Dawid Zamirski : > This enables this function to handle "v1" and "v2" WMI requests. > > Since this commit and the ones that follow should be squashed on > previous one: > * rename hypervObjectUnified -> hypervObject as we've already broken > compilation here so there's n

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