From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcBkT-0005GO-5q for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcBkL-0004l9-Hz for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:19:09 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:58474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcBkL-0004kr-97 for qemu-devel@nongnu.org; Thu, 09 Oct 2014 07:19:01 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Oct 2014 12:18:58 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 5EFB22190043 for ; Thu, 9 Oct 2014 12:18:33 +0100 (BST) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s99BItj116777532 for ; Thu, 9 Oct 2014 11:18:55 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s99BIstA001523 for ; Thu, 9 Oct 2014 05:18:55 -0600 Message-ID: <54366F1E.2080706@de.ibm.com> Date: Thu, 09 Oct 2014 13:18:54 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1412679515-19330-1-git-send-email-cornelia.huck@de.ibm.com> In-Reply-To: <1412679515-19330-1-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/8] pending s390x patches for 2.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: jfrei@linux.vnet.ibm.com, agraf@suse.de Am 07.10.2014 12:58, schrieb Cornelia Huck: > Here's what I currently have on > > git://github.com/cohuck/qemu s390-next > > A headers update, cpu state handling in qemu and migration, and a > vhost-scsi-ccw bugfix. The gdb patch needs further discussion. > > I plan to send a pull request later this week. FWIW, branch is Tested-by: Christian Borntraeger > > Cornelia Huck (1): > s390x/virtio-ccw: fix vhost-scsi intialization > > David Hildenbrand (5): > s390x/kvm: introduce proper states for s390 cpus > s390x/kvm: proper use of the cpu states OPERATING and STOPPED > s390x/kvm: propagate s390 cpu state to kvm > s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs > s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET > > Jens Freimann (1): > linux-headers: update to 3.17-rc7 > > Thomas Huth (1): > s390x/migration: migrate CPU state > > hw/s390x/ipl.c | 2 +- > hw/s390x/s390-virtio.c | 32 ------- > hw/s390x/virtio-ccw.c | 2 +- > linux-headers/asm-mips/kvm_para.h | 6 +- > linux-headers/asm-powerpc/kvm.h | 2 + > linux-headers/asm-x86/kvm.h | 3 + > linux-headers/linux/kvm.h | 13 ++- > linux-headers/linux/kvm_para.h | 3 + > linux-headers/linux/vfio.h | 34 ++++++++ > linux-headers/linux/vhost.h | 2 +- > target-s390x/cpu.c | 168 +++++++++++++++++++++++++++++++------ > target-s390x/cpu.h | 41 +++++++-- > target-s390x/helper.c | 19 ++--- > target-s390x/kvm.c | 58 +++++++++++-- > trace-events | 6 ++ > 15 files changed, 299 insertions(+), 92 deletions(-) >