From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2F4B-0006fy-HN for qemu-devel@nongnu.org; Tue, 09 Jun 2015 04:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2F45-0007k6-5i for qemu-devel@nongnu.org; Tue, 09 Jun 2015 04:39:27 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:46684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2F44-0007hb-SR for qemu-devel@nongnu.org; Tue, 09 Jun 2015 04:39:21 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Jun 2015 09:39:19 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id CA5911B08069 for ; Tue, 9 Jun 2015 09:40:13 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t598dGVM22741016 for ; Tue, 9 Jun 2015 08:39:16 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t598dEoB027582 for ; Tue, 9 Jun 2015 02:39:15 -0600 From: Christian Borntraeger Date: Tue, 9 Jun 2015 10:39:33 +0200 Message-Id: <1433839177-59505-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PULL 0/4] s390x/virtio-ccw: migration and virtio for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Cornelia Huck , Christian Borntraeger , Jens Freimann , qemu-devel , Alexander Graf Peter, The following changes since commit 42d58e7c6760cb9c55627c28ae538e27dcf2f144: Merge remote-tracking branch 'remotes/sstabellini/tags/xen-15-06-02-tag' into staging (2015-06-02 16:47:31 +0100) are available in the git repository at: git://github.com/borntraeger/qemu.git tags/s390x-20150609 for you to fetch changes up to 6028ef075791913228c36f10cb270f1f52e9f076: s390x/migration: add comment about floating point migration (2015-06-09 09:54:57 +0200) ---------------------------------------------------------------- s390x/virtio-ccw: migration and virtio for 2.4 1. Migration fixups 2. virtio 9pfs ---------------------------------------------------------------- Christian Borntraeger (1): s390x/migration: add comment about floating point migration Jason J. Herne (1): virtio-ccw/migration: Migrate config vector for virtio devices Pierre Morel (1): virtio-ccw: add support for 9pfs Sascha Silbe (1): s390x/kvm: always ignore empty vcpu interrupt state hw/s390x/virtio-ccw.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++- hw/s390x/virtio-ccw.h | 18 ++++++++++++++- target-s390x/kvm.c | 7 +++--- target-s390x/machine.c | 1 + 4 files changed, 81 insertions(+), 5 deletions(-)