From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1Bt-0003cb-Sk for qemu-devel@nongnu.org; Wed, 06 May 2015 11:24:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq1Bq-0006VW-Am for qemu-devel@nongnu.org; Wed, 06 May 2015 11:24:53 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:39232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1Bq-0006Uz-1N for qemu-devel@nongnu.org; Wed, 06 May 2015 11:24:50 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 May 2015 16:24:47 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id F2EFB1B0805F for ; Wed, 6 May 2015 16:25:26 +0100 (BST) Received: from d06av10.portsmouth.uk.ibm.com (d06av10.portsmouth.uk.ibm.com [9.149.37.251]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t46FOiVT35061820 for ; Wed, 6 May 2015 15:24:44 GMT Received: from d06av10.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av10.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t46FOhkp009221 for ; Wed, 6 May 2015 09:24:44 -0600 From: Cornelia Huck Date: Wed, 6 May 2015 17:24:37 +0200 Message-Id: <1430925880-4539-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 0/3] s390x: some further patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de Here are some further s390x patches I had still lying around: Improve interrupt injection for vcpu interrupts, move fpu regs from the vmstate to be able to extend it with vector registers in the future and enable migration of vcpu interrupt state. Patchset is on top of the virtio patches I sent out on monday (<1430753300-25739-1-git-send-email-cornelia.huck@de.ibm.com>). Relevant git branch: git://github.com/cohuck/qemu s390-next I'd like to do a pull request for all of these patches by end of the week. David Hildenbrand (1): s390x: move fpu regs into a subsection of the vmstate Jens Freimann (2): s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interrupts s390x/kvm: migrate vcpu interrupt state target-s390x/cpu-qom.h | 3 ++ target-s390x/cpu.c | 1 + target-s390x/cpu.h | 9 ++++++ target-s390x/kvm.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++-- target-s390x/machine.c | 49 +++++++++++++++++++++++++++----- 5 files changed, 130 insertions(+), 9 deletions(-) -- 2.4.0