Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-04 Thread Richard Henderson
On 12/4/20 12:17 AM, Pavel Dovgalyuk wrote: > On 03.12.2020 19:14, Peter Maydell wrote: >> On Thu, 3 Dec 2020 at 16:10, Pavel Dovgalyuk >> wrote: >>> >>> On 03.12.2020 15:30, Philippe Mathieu-Daudé wrote: Cc'ing Pavel On 12/1/20 4:55 PM, Peter Maydell wrote: > On Wed, 25 Nov 20

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-04 Thread Peter Maydell
On Fri, 4 Dec 2020 at 06:17, Pavel Dovgalyuk wrote: > > On 03.12.2020 19:14, Peter Maydell wrote: > > On Thu, 3 Dec 2020 at 16:10, Pavel Dovgalyuk > > wrote: > >> > >> On 03.12.2020 15:30, Philippe Mathieu-Daudé wrote: > >>> Cc'ing Pavel > >>> > >>> On 12/1/20 4:55 PM, Peter Maydell wrote: > >>>

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-03 Thread Pavel Dovgalyuk
On 03.12.2020 19:14, Peter Maydell wrote: On Thu, 3 Dec 2020 at 16:10, Pavel Dovgalyuk wrote: On 03.12.2020 15:30, Philippe Mathieu-Daudé wrote: Cc'ing Pavel On 12/1/20 4:55 PM, Peter Maydell wrote: On Wed, 25 Nov 2020 at 04:06, Richard Henderson wrote: As reported in https://bugs.launch

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-03 Thread Peter Maydell
On Thu, 3 Dec 2020 at 16:10, Pavel Dovgalyuk wrote: > > On 03.12.2020 15:30, Philippe Mathieu-Daudé wrote: > > Cc'ing Pavel > > > > On 12/1/20 4:55 PM, Peter Maydell wrote: > >> On Wed, 25 Nov 2020 at 04:06, Richard Henderson > >> wrote: > >>> > >>> As reported in https://bugs.launchpad.net/bugs/

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-03 Thread Pavel Dovgalyuk
On 03.12.2020 15:30, Philippe Mathieu-Daudé wrote: Cc'ing Pavel On 12/1/20 4:55 PM, Peter Maydell wrote: On Wed, 25 Nov 2020 at 04:06, Richard Henderson wrote: As reported in https://bugs.launchpad.net/bugs/1905356 Not implementing SCTLR.A, but all of the other required alignment for SCTLR.

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-03 Thread Philippe Mathieu-Daudé
Cc'ing Pavel On 12/1/20 4:55 PM, Peter Maydell wrote: > On Wed, 25 Nov 2020 at 04:06, Richard Henderson > wrote: >> >> As reported in https://bugs.launchpad.net/bugs/1905356 >> >> Not implementing SCTLR.A, but all of the other required >> alignment for SCTLR.A=0 in Table A3-1. > > Something in t

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-01 Thread Peter Maydell
On Wed, 25 Nov 2020 at 04:06, Richard Henderson wrote: > > As reported in https://bugs.launchpad.net/bugs/1905356 > > Not implementing SCTLR.A, but all of the other required > alignment for SCTLR.A=0 in Table A3-1. Something in this series breaks the 'make check-acceptance' record-and-replay test

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-01 Thread Richard Henderson
On 12/1/20 8:27 AM, Peter Maydell wrote: > On Wed, 25 Nov 2020 at 04:06, Richard Henderson > wrote: >> As reported in https://bugs.launchpad.net/bugs/1905356 >> >> Not implementing SCTLR.A, but all of the other required >> alignment for SCTLR.A=0 in Table A3-1. > > Any particular reason not to al

Re: [PATCH for-6.0 00/11] target/arm: enforce alignment

2020-12-01 Thread Peter Maydell
On Wed, 25 Nov 2020 at 04:06, Richard Henderson wrote: > As reported in https://bugs.launchpad.net/bugs/1905356 > > Not implementing SCTLR.A, but all of the other required > alignment for SCTLR.A=0 in Table A3-1. Any particular reason not to also support SCTLR.A ? Also not implementing the old v

[PATCH for-6.0 00/11] target/arm: enforce alignment

2020-11-24 Thread Richard Henderson
As reported in https://bugs.launchpad.net/bugs/1905356 Not implementing SCTLR.A, but all of the other required alignment for SCTLR.A=0 in Table A3-1. r~ Richard Henderson (11): target/arm: Enforce word alignment for LDRD/STRD target/arm: Enforce alignment for LDA/LDAH/STL/STLH target/arm: