From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0H9n-0004Qw-9H for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0H9k-0004in-49 for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:29:07 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54424 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0H9j-0004ij-Tb for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:29:04 -0400 Message-ID: <556F7FAD.9040107@suse.de> Date: Thu, 04 Jun 2015 00:29:01 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1433365796-1118-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1433365796-1118-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/16] 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 03.06.15 23:09, Aurelien Jarno wrote: > The two first patches fixes bugs in the target-s390x TCG emulation. > > The 3 following patches fix some instruction definition. Given we don't > emulate a given CPU model and check the instruction availability, they > don't provide any functional change. > > The 7 following patches emulate some missing instructions, either > from the zArchitecture or from some additional facilities. > > The 2 following patches are new in this series, but have been posted as > RFC before. They prepare the work for the following patch (which hasn't > been posted before), providing a huge speed improvements when copying > data between the kernel and userland. > > The last patch fixes an issue with the MVC instruction when both memory > areas overlap. > > With all these patches applied, the GCC testsuite run in a guest fully > passes. Thanks, applied all to s390-next. Alex