From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZITud-0002GB-0A for qemu-devel@nongnu.org; Thu, 23 Jul 2015 23:44:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZITuX-00066w-WF for qemu-devel@nongnu.org; Thu, 23 Jul 2015 23:44:42 -0400 Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:35471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZITuX-000664-Sf for qemu-devel@nongnu.org; Thu, 23 Jul 2015 23:44:37 -0400 Received: by qgii95 with SMTP id i95so5669167qgi.2 for ; Thu, 23 Jul 2015 20:44:37 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 23 Jul 2015 20:43:59 -0700 Message-Id: <1437709444-541-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL for-2.4 0/5] tcg fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org 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(-)