Re: [Qemu-devel] [RFC PATCH 3/3] tcg/aarch64: Remove code buffer size limitation

2017-06-08 Thread Richard Henderson
On 06/07/2017 03:52 PM, Pranith Kumar wrote: This enables indirect jump on aarch64 hosts. Tested by booting an x86 guest on aarch64 host. This patch is doing too many things. One patch should be the switch to indirect chaining (which should also squash in the 2/3 patch, otherwise

[Qemu-devel] [RFC PATCH 3/3] tcg/aarch64: Remove code buffer size limitation

2017-06-07 Thread Pranith Kumar
This enables indirect jump on aarch64 hosts. Tested by booting an x86 guest on aarch64 host. Signed-off-by: Pranith Kumar --- include/exec/exec-all.h | 6 +- tcg/aarch64/tcg-target.inc.c | 25 ++--- translate-all.c | 2 -- 3