Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-04-06 Thread Peter Maydell
On 5 April 2018 at 21:31, Paolo Bonzini wrote: > On 28/03/2018 15:31, Laurent Vivier wrote: >> configure tries to detect if the compiler >> supports 16-byte vector operations. >> >> As stated in the comment of the detection >> program, there is a problem with the system >> compiler on GCC on Cento

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-04-05 Thread Paolo Bonzini
On 28/03/2018 15:31, Laurent Vivier wrote: > configure tries to detect if the compiler > supports 16-byte vector operations. > > As stated in the comment of the detection > program, there is a problem with the system > compiler on GCC on Centos 7. > > This program doesn't actually detect the prob

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-04-04 Thread Peter Maydell
On 3 April 2018 at 16:45, Laurent Vivier wrote: > On 29/03/2018 18:54, Laurent Vivier wrote: >> Hi, >> >> I think it would be good to have this fix (or something similar) in -rc2. > > So no one agrees with that? Applied to master, thanks. -- PMM

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-04-03 Thread Laurent Vivier
On 29/03/2018 18:54, Laurent Vivier wrote: > Hi, > > I think it would be good to have this fix (or something similar) in -rc2. So no one agrees with that? Thanks, Laurent

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-03-31 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180328133152.24623-1-lviv...@redhat.com Subject: [Qemu-devel] [PATCH] tcg: fix 16

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-03-29 Thread Laurent Vivier
Hi, I think it would be good to have this fix (or something similar) in -rc2. Without this we can't build QEMU 2.12 PPC64LE for RHEL7 [1] Any comment? Thanks, Laurent [1] we have bugzilla for RHEL7 GCC, https://bugzilla.redhat.com/show_bug.cgi?id=1546728 but as configure provides a way

Re: [Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-03-28 Thread Miroslav Rezanina
On Wed, Mar 28, 2018 at 03:31:52PM +0200, Laurent Vivier wrote: > configure tries to detect if the compiler > supports 16-byte vector operations. > > As stated in the comment of the detection > program, there is a problem with the system > compiler on GCC on Centos 7. > > This program doesn't act

[Qemu-devel] [PATCH] tcg: fix 16-byte vector operations detection

2018-03-28 Thread Laurent Vivier
configure tries to detect if the compiler supports 16-byte vector operations. As stated in the comment of the detection program, there is a problem with the system compiler on GCC on Centos 7. This program doesn't actually detect the problem with GCC on RHEL7 on PPC64LE (Red Hat 4.8.5-28). This