Re: [Qemu-devel] [PATCH 1/2] tcg: Allow constant pool entries in the prologue

2017-10-26 Thread Laurent Desnogues
Hello, On Thu, Oct 26, 2017 at 5:27 PM, Richard Henderson wrote: > Both ARMv6 and AArch64 currently may drop complex guest_base values > into the constant pool. But generic code wasn't expecting that, and > the pool is not emitted. Correct that. > > Reported-by: Laurent Desnogues > Signed-off-

Re: [Qemu-devel] [PATCH 1/2] tcg: Allow constant pool entries in the prologue

2017-10-26 Thread Emilio G. Cota
On Thu, Oct 26, 2017 at 17:27:03 +0200, Richard Henderson wrote: > Both ARMv6 and AArch64 currently may drop complex guest_base values > into the constant pool. But generic code wasn't expecting that, and > the pool is not emitted. Correct that. > > Reported-by: Laurent Desnogues > Signed-off-b

[Qemu-devel] [PATCH 1/2] tcg: Allow constant pool entries in the prologue

2017-10-26 Thread Richard Henderson
Both ARMv6 and AArch64 currently may drop complex guest_base values into the constant pool. But generic code wasn't expecting that, and the pool is not emitted. Correct that. Reported-by: Laurent Desnogues Signed-off-by: Richard Henderson --- tcg/tcg.c | 49 +++