From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROUfu-0002YC-Eq for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:28:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROUfq-0007nu-9J for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:28:14 -0500 Received: from cantor2.suse.de ([195.135.220.15]:42621 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROUfq-0007nq-2Q for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:28:10 -0500 Message-ID: <4EBBD444.5040900@suse.de> Date: Thu, 10 Nov 2011 14:40:20 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1320861815-14317-1-git-send-email-rth@twiddle.net> In-Reply-To: <1320861815-14317-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] Standardize on TCGReg for entry points List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Stefan Weil , qemu-devel@nongnu.org, Blue Swirl , Aurelien Jarno On 11/09/2011 07:03 PM, Richard Henderson wrote: > This is the direction in which I believe we should fix the s390 > compilation failure. I've cross-compiled --target-list=i386-softmmu > for every tcg host to make sure that they all build. > > The second patch cannot be split into per-host patches, lest it > introduce regressions on the way to fixing them. Works on s390 :) Tested-by: Alexander Graf