From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULEtz-0006oK-MX for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:38:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULEts-0005DR-Vz for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:38:07 -0400 Received: from mail-qe0-f43.google.com ([209.85.128.43]:40712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULEts-0005D9-GR for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:38:00 -0400 Received: by mail-qe0-f43.google.com with SMTP id 1so5246704qee.2 for ; Thu, 28 Mar 2013 08:38:00 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 28 Mar 2013 08:37:50 -0700 Message-Id: <1364485075-17899-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Stefan Weil My main goal here is the last patch. With the patches I've posted for arm and s390, tci is the only remaining user of env->temp_buf. r~ 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(-) -- 1.8.1.4