From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMLfO-00088v-9Z for qemu-devel@nongnu.org; Tue, 17 May 2011 10:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMLfN-0004CD-7h for qemu-devel@nongnu.org; Tue, 17 May 2011 10:54:34 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:51980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMLfN-0004Bk-51 for qemu-devel@nongnu.org; Tue, 17 May 2011 10:54:33 -0400 Received: by yib19 with SMTP id 19so207554yib.4 for ; Tue, 17 May 2011 07:54:32 -0700 (PDT) Sender: Richard Henderson Message-ID: <4DD28C24.4060703@twiddle.net> Date: Tue, 17 May 2011 07:54:28 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/11] Delegate setup of TCG temporaries to targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 05/14/2011 12:37 PM, Blue Swirl wrote: > Delegate TCG temp_buf setup to targets, so that they can use a stack > frame later instead. > > Signed-off-by: Blue Swirl Reviewed-by: Richard Henderson I think this sub-series moving TCG temps to the stack frame should go in. We can tidy up the other backends in short order and get these things out of CPUState. r~