[Qemu-devel] [RFC PATCH 0/3] Remove code buffer size limitation on aarch64 hosts

Pranith Kumar posted 3 patches 8 years, 5 months ago
Failed in applying to current master (apply log)
include/exec/exec-all.h      |  6 +-----
tcg/aarch64/tcg-target.inc.c | 42 +++++++++++++++++++++---------------------
translate-all.c              |  2 --
3 files changed, 22 insertions(+), 28 deletions(-)
[Qemu-devel] [RFC PATCH 0/3] Remove code buffer size limitation on aarch64 hosts
Posted by Pranith Kumar 8 years, 5 months ago
Hi,

The following patches apply on top of tcg-next of rth's branch. These
patches make use of LDR (literal) on aarch64 and enable us to remove
the 128MB code buffer size limitation.

Pranith Kumar (3):
  tcg/aarch64: Introduce and use jump to register
  tcg/aarch64: Introdue LDR (literal) generation for aarch64
  tcg/aarch64: Remove code buffer size limitation

 include/exec/exec-all.h      |  6 +-----
 tcg/aarch64/tcg-target.inc.c | 42 +++++++++++++++++++++---------------------
 translate-all.c              |  2 --
 3 files changed, 22 insertions(+), 28 deletions(-)

-- 
2.13.0