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
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
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
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
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
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
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
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