[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL for-2.4 0/5] tcg fixes
From: |
Richard Henderson |
Subject: |
[Qemu-devel] [PULL for-2.4 0/5] tcg fixes |
Date: |
Thu, 23 Jul 2015 20:43:59 -0700 |
Whee. Back from holidays just in time for -rc3.
Three of these four patches attack the truncation problem that Leon
pointed out for us affecting mips. The last is a patch that Aurelien
asked to be included on IRC.
r~
The following changes since commit 12e21eb088a51161c78ee39ed54ac56ebcff4243:
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into
staging (2015-07-23 12:54:53 +0100)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-tcg-20150723
for you to fetch changes up to 961521261a3d600b0695b2e6d2b0f490076f7e90:
tcg/optimize: fix tcg_opt_gen_movi (2015-07-23 20:37:12 -0700)
----------------------------------------------------------------
Last minute fixes for 2.4.
----------------------------------------------------------------
Aurelien Jarno (1):
tcg/optimize: fix tcg_opt_gen_movi
Paolo Bonzini (2):
tcg/aarch64: add ext argument to tcg_out_insn_3310
tcg/aarch64: use 32-bit offset for 32-bit user-mode emulation
Richard Henderson (2):
tcg/i386: Extend addresses for 32-bit guests
tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation
tcg/aarch64/tcg-target.c | 63 +++++++++++++++-----------
tcg/i386/tcg-target.c | 114 ++++++++++++++++++++++++++++++-----------------
tcg/optimize.c | 2 +-
3 files changed, 109 insertions(+), 70 deletions(-)
- [Qemu-devel] [PULL for-2.4 0/5] tcg fixes,
Richard Henderson <=
- [Qemu-devel] [PULL for-2.4 2/5] tcg/aarch64: add ext argument to tcg_out_insn_3310, Richard Henderson, 2015/07/23
- [Qemu-devel] [PULL for-2.4 3/5] tcg/aarch64: use 32-bit offset for 32-bit user-mode emulation, Richard Henderson, 2015/07/23
- [Qemu-devel] [PULL for-2.4 1/5] tcg/i386: Extend addresses for 32-bit guests, Richard Henderson, 2015/07/23
- [Qemu-devel] [PULL for-2.4 4/5] tcg/aarch64: use 32-bit offset for 32-bit softmmu emulation, Richard Henderson, 2015/07/23
- [Qemu-devel] [PULL for-2.4 5/5] tcg/optimize: fix tcg_opt_gen_movi, Richard Henderson, 2015/07/23
- Re: [Qemu-devel] [PULL for-2.4 0/5] tcg fixes, Peter Maydell, 2015/07/24