Re: [Qemu-devel] [PATCH v4 01/10] configure: Support configuring c++ compiler

2013-06-25 Thread Laszlo Ersek
On 06/06/13 17:06, Tomoki Sekiyama wrote: > Add configuration for c++ compiler (${cross_prefix}g++ as default) in > configure and Makefiles. > > Currently, usage of c++ language is only for access to Windows VSS > using COM+ services in qemu-guest-agent for Windows. > > Signed-off-by: Tomoki Seki

Re: [Qemu-devel] [PATCH v4 01/10] configure: Support configuring c++ compiler

2013-06-18 Thread Paolo Bonzini
Il 06/06/2013 17:06, Tomoki Sekiyama ha scritto: > Add configuration for c++ compiler (${cross_prefix}g++ as default) in > configure and Makefiles. > > Currently, usage of c++ language is only for access to Windows VSS > using COM+ services in qemu-guest-agent for Windows. > > Signed-off-by: Tomo

[Qemu-devel] [PATCH v4 01/10] configure: Support configuring c++ compiler

2013-06-06 Thread Tomoki Sekiyama
Add configuration for c++ compiler (${cross_prefix}g++ as default) in configure and Makefiles. Currently, usage of c++ language is only for access to Windows VSS using COM+ services in qemu-guest-agent for Windows. Signed-off-by: Tomoki Sekiyama --- configure | 13 + rules.mak |