Re: [Qemu-devel] [PATCH] tests/tcg/s390x: Fix alignment of csst parameter list

2019-06-11 Thread Richard Henderson
On 6/11/19 6:06 AM, David Hildenbrand wrote: > Queuing it to > > https://github.com/davidhildenbrand/qemu.git s390-tcg-next > > for now. Let me know if you want to send this via a different PULL > request yourself. No, that's perfect, thanks. r~

Re: [Qemu-devel] [PATCH] tests/tcg/s390x: Fix alignment of csst parameter list

2019-06-11 Thread David Hildenbrand
On 10.06.19 03:42, Richard Henderson wrote: > The parameter list given in general register 1 shall be aligned > on a quadword boundary. This test currently succeeds or fails > depending on the compiler version used and the accidential layout > of the function's stack frame. > > Signed-off-by: Ric

[Qemu-devel] [PATCH] tests/tcg/s390x: Fix alignment of csst parameter list

2019-06-09 Thread Richard Henderson
The parameter list given in general register 1 shall be aligned on a quadword boundary. This test currently succeeds or fails depending on the compiler version used and the accidential layout of the function's stack frame. Signed-off-by: Richard Henderson --- tests/tcg/s390x/csst.c | 2 +- 1 fi