From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhIdy-0004pA-1P for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhIdr-00056M-6b for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:55:41 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41003 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhIdq-00055e-7L for qemu-devel@nongnu.org; Thu, 14 Jul 2011 05:55:34 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id F35758B45E for ; Thu, 14 Jul 2011 11:55:31 +0200 (CEST) From: Alexander Graf Date: Wed, 13 Jul 2011 04:44:07 +0200 Message-Id: <1310525052-22530-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/5] s390x: Random emulation fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" While trying to use the s390x emulation target in a real world use case, we stumbled over a number of shortcomings. These patches fell out there, giving us comparable functionality to a real KVM virtual machine on s390x. Alex Alexander Graf (5): s390x: add ldeb instruction s390x: make ipte 31-bit aware s390x: update R and C bits in storage key s390x: implement rrbe instruction properly s390x: implement SIGP restart and shutdown target-s390x/cpu.h | 4 ++++ target-s390x/helper.c | 12 ++++++++++++ target-s390x/helpers.h | 1 + target-s390x/op_helper.c | 43 +++++++++++++++++++++++++++++++++++++------ target-s390x/translate.c | 4 ++++ 5 files changed, 58 insertions(+), 6 deletions(-)