From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbqLJ-0000FL-6D for qemu-devel@nongnu.org; Fri, 23 Nov 2012 05:18:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbqLD-0006gv-0D for qemu-devel@nongnu.org; Fri, 23 Nov 2012 05:18:41 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:39205) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbqLC-0006cu-OO for qemu-devel@nongnu.org; Fri, 23 Nov 2012 05:18:34 -0500 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 23 Nov 2012 10:18:23 -0000 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id qANAIEMd000442 for ; Fri, 23 Nov 2012 10:18:14 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id qANAIL51004557 for ; Fri, 23 Nov 2012 03:18:21 -0700 From: Jens Freimann Date: Fri, 23 Nov 2012 11:18:09 +0100 Message-Id: <1353665892-35445-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] s390: vcpu reset, -cpu ? and minor sclp fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Heinz Graalfs , qemu-devel , Viktor Mihajlovski , Christian Borntraeger , Jens Freimann , Cornelia Huck , Einar Lueck Hi Alex, a few more s390 patches: Patch 1 enables the -cpu ? option for s390 CPU models. Patch 2 implements vcpu reset Patch 3 takes care of an possibly uninitialized variable in SCLP code regards Jens Cornelia Huck (1): sclp: Fix uninitialized var in handle_write_event_buf(). Jens Freimann (1): s390: clear registers, psw and prefix at vcpu reset Viktor Mihajlovski (1): S390: Basic CPU model support hw/s390-virtio.c | 5 +++++ hw/s390x/event-facility.c | 3 ++- target-s390x/cpu.c | 6 ++++++ target-s390x/cpu.h | 3 +++ target-s390x/kvm.c | 26 +++++++++++++++++++++++++- 5 files changed, 41 insertions(+), 2 deletions(-) -- 1.7.12.4