Re: [Qemu-devel] [PATCH 10/12] configure: disable unaligned access warning on x86 arch

2018-01-08 Thread Philippe Mathieu-Daudé
On 01/08/2018 02:32 PM, Peter Maydell wrote: > On 8 January 2018 at 17:29, Philippe Mathieu-Daudé wrote: >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> configure | 17 + >> 1 file changed, 17 insertions(+) > > This doesn't seem like the right approach to me. We > want this s

Re: [Qemu-devel] [PATCH 10/12] configure: disable unaligned access warning on x86 arch

2018-01-08 Thread Michael S. Tsirkin
On Mon, Jan 08, 2018 at 05:32:54PM +, Peter Maydell wrote: > On 8 January 2018 at 17:29, Philippe Mathieu-Daudé wrote: > > Signed-off-by: Philippe Mathieu-Daudé > > --- > > configure | 17 + > > 1 file changed, 17 insertions(+) > > This doesn't seem like the right approach t

[Qemu-devel] [PATCH 10/12] configure: disable unaligned access warning on x86 arch

2018-01-08 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- configure | 17 + 1 file changed, 17 insertions(+) diff --git a/configure b/configure index 56f9716609..28cd073941 100755 --- a/configure +++ b/configure @@ -276,6 +276,7 @@ cc_i386=i386-pc-linux-gnu-gcc libs_qga="" debug_info="yes" st

Re: [Qemu-devel] [PATCH 10/12] configure: disable unaligned access warning on x86 arch

2018-01-08 Thread Peter Maydell
On 8 January 2018 at 17:29, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > configure | 17 + > 1 file changed, 17 insertions(+) This doesn't seem like the right approach to me. We want this sort of thing to be a warning/error on x86, because that's