Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Daniel P. Berrange
On Tue, Jun 25, 2013 at 01:16:38PM +0200, Laszlo Ersek wrote: On 06/06/13 17:06, Tomoki Sekiyama wrote: To enable VSS support in qemu-ga for Windows, header files included in VSS SDK are required. The VSS support is enabled by the configure option like below: ./configure

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Paolo Bonzini
Il 28/06/2013 12:43, Daniel P. Berrange ha scritto: On Tue, Jun 25, 2013 at 01:16:38PM +0200, Laszlo Ersek wrote: On 06/06/13 17:06, Tomoki Sekiyama wrote: To enable VSS support in qemu-ga for Windows, header files included in VSS SDK are required. The VSS support is enabled by the configure

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Daniel P. Berrange
On Fri, Jun 28, 2013 at 12:54:04PM +0200, Paolo Bonzini wrote: Il 28/06/2013 12:43, Daniel P. Berrange ha scritto: On Tue, Jun 25, 2013 at 01:16:38PM +0200, Laszlo Ersek wrote: On 06/06/13 17:06, Tomoki Sekiyama wrote: To enable VSS support in qemu-ga for Windows, header files included in

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Laszlo Ersek
On 06/28/13 12:43, Daniel P. Berrange wrote: On Tue, Jun 25, 2013 at 01:16:38PM +0200, Laszlo Ersek wrote: On 06/06/13 17:06, Tomoki Sekiyama wrote: To enable VSS support in qemu-ga for Windows, header files included in VSS SDK are required. The VSS support is enabled by the configure option

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Paolo Bonzini
Il 28/06/2013 13:01, Daniel P. Berrange ha scritto: What is the license of the VSS SDK ? In particular is the license compatible with QEMU to allow us to link to it from GPL code ? Doesn't it fall under the operating system component exception? Maybe, maybe no. I think it depends what the

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Daniel P. Berrange
On Fri, Jun 28, 2013 at 01:18:10PM +0200, Paolo Bonzini wrote: Il 28/06/2013 13:01, Daniel P. Berrange ha scritto: What is the license of the VSS SDK ? In particular is the license compatible with QEMU to allow us to link to it from GPL code ? Doesn't it fall under the operating system

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-28 Thread Paolo Bonzini
Il 28/06/2013 13:30, Daniel P. Berrange ha scritto: Does the VSS SDK actually include the .dll library that qemu-ga would be linking aginst, or is the .dll part of base windows install, and VSS SDK merely includes the header files needed for compilation ? Only the headers, the IDL

Re: [Qemu-devel] [PATCH v4 05/10] qemu-ga: Add configure options to specify path to Windows/VSS SDK

2013-06-25 Thread Laszlo Ersek
On 06/06/13 17:06, Tomoki Sekiyama wrote: To enable VSS support in qemu-ga for Windows, header files included in VSS SDK are required. The VSS support is enabled by the configure option like below: ./configure --with-vss-sdk=/path/to/VSS SDK If the path is omitted, it tries to search the