From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy5tM-0007Gd-Iy for qemu-devel@nongnu.org; Thu, 28 May 2015 18:03:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yy5tJ-0004v5-ED for qemu-devel@nongnu.org; Thu, 28 May 2015 18:03:08 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52291 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy5tJ-0004uw-82 for qemu-devel@nongnu.org; Thu, 28 May 2015 18:03:05 -0400 Message-ID: <55679096.4050200@suse.de> Date: Fri, 29 May 2015 00:03:02 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1432511251-22515-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1432511251-22515-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/10] target-s390x: TCG fixes and improvements List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno , qemu-devel@nongnu.org Cc: Richard Henderson On 25.05.15 01:47, Aurelien Jarno wrote: > This patchset fixes a few issues with the s390x emulation and improves > it a bit by a emulating a few more instructions. > > With this patchset and the ones posted a few days ago, I have been able > to build the GNU libc in both a 64-bit guest with 64-bit userland and a > 64-bit guest with a 31-bit userland and pass the testsuite in both > cases. Thanks, applied 01-05, 09-10 to s390-next. I had to drop the facility bit set hunk in patch 10/10. Alex