From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQM2Y-0007lL-DB for qemu-devel@nongnu.org; Thu, 11 Apr 2013 14:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQM2S-0006cR-By for qemu-devel@nongnu.org; Thu, 11 Apr 2013 14:16:06 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:59748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQM2R-0006bl-Vw for qemu-devel@nongnu.org; Thu, 11 Apr 2013 14:16:00 -0400 From: Stefan Weil Date: Thu, 11 Apr 2013 20:15:39 +0200 Message-Id: <1365704144-8852-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PULL] Fixes and minor improvements to TCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Richard Henderson Hello Anthony, please pull these five patches for TCI. They fix a regression caused by commit 378df4b23753a11be650af7664ca76bc75cb9f01 and include some improvements. Thanks, Stefan Weil The following changes since commit 93b48c201eb6c0404d15550a0eaa3c0f7937e35e: virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge (2013-04-09 07:47:00 -0500) are available in the git repository at: git://qemu.weilnetz.de/qemu.git tci for you to fetch changes up to ee79c356ffe18eea90ea4bbde2057cebe6bb654f: tci: Make tcg temporaries local to tcg_qemu_tb_exec (2013-04-11 19:58:21 +0200) ---------------------------------------------------------------- Richard Henderson (5): tci: Use 32-bit signed offsets to loads/stores tci: Use a local variable for env tci: Avoid code before declarations tci: Delete unused tb_ret_addr tci: Make tcg temporaries local to tcg_qemu_tb_exec tcg/tci/tcg-target.c | 22 +++++++++------------- tcg/tci/tcg-target.h | 8 +++++++- tci.c | 57 +++++++++++++++++++++++++++++++++------------------------ 3 files changed, 49 insertions(+), 38 deletions(-) [PATCH 1/5] tci: Use 32-bit signed offsets to loads/stores [PATCH 2/5] tci: Use a local variable for env [PATCH 3/5] tci: Avoid code before declarations [PATCH 4/5] tci: Delete unused tb_ret_addr [PATCH 5/5] tci: Make tcg temporaries local to tcg_qemu_tb_exec