Re: [Qemu-devel] [PATCH v2] configure: remove duplicate test

2013-04-10 Thread Paolo Bonzini
Il 09/04/2013 19:22, Peter Maydell ha scritto: > On 9 April 2013 14:17, Paolo Bonzini wrote: >> We already had a test to add -march=i486 when needed. Make the >> existing test independent of vhost-net, so that it is also used >> under Win32. Also move the test earlier to avoid mucking with >> QE

Re: [Qemu-devel] [PATCH v2] configure: remove duplicate test

2013-04-09 Thread Peter Maydell
On 9 April 2013 14:17, Paolo Bonzini wrote: > We already had a test to add -march=i486 when needed. Make the > existing test independent of vhost-net, so that it is also used > under Win32. Also move the test earlier to avoid mucking with > QEMU_CFLAGS too late in the configure process. > > Sign

[Qemu-devel] [PATCH v2] configure: remove duplicate test

2013-04-09 Thread Paolo Bonzini
We already had a test to add -march=i486 when needed. Make the existing test independent of vhost-net, so that it is also used under Win32. Also move the test earlier to avoid mucking with QEMU_CFLAGS too late in the configure process. Signed-off-by: Paolo Bonzini --- v1->v2: move test