From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAZ8t-0001FM-0A for qemu-devel@nongnu.org; Thu, 02 Jul 2015 03:42:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAZ8m-0006Rv-SW for qemu-devel@nongnu.org; Thu, 02 Jul 2015 03:42:42 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:58925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAZ8m-0006RN-Hq for qemu-devel@nongnu.org; Thu, 02 Jul 2015 03:42:36 -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, 2 Jul 2015 08:42:33 +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 6E4402190056 for ; Thu, 2 Jul 2015 08:42:10 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t627gV9V40435776 for ; Thu, 2 Jul 2015 07:42:32 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t627gVj3009961 for ; Thu, 2 Jul 2015 01:42:31 -0600 From: Cornelia Huck Date: Thu, 2 Jul 2015 09:42:14 +0200 Message-Id: <1435822945-30232-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL for-2.4 00/11] s390x patches for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de The following changes since commit d2966f804d70a244f5dde395fc5d22a50ed3e74e: Merge remote-tracking branch 'remotes/vivier/tags/pull-m68k-20150629' into staging (2015-06-29 17:03:20 +0100) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20150702 for you to fetch changes up to 70d0e39c62e47e16410433ff39419ad5867939cd: s390x/migration: Introduce 2.4 machine (2015-07-01 14:23:10 +0200) ---------------------------------------------------------------- Several s390x patches including: - missing virtio-1 related code for virtio-ccw - bugfixes in ipl device, gdb, virtio-ccw - bugfix in s390-ccw bios + rebuild - introduce versioned machines for s390-ccw-virtio ---------------------------------------------------------------- Christian Borntraeger (3): s390-ccw.img: Consume service interrupts s390x/ipl: Fix boot if no bootindex was specified s390x/migration: Introduce 2.4 machine Cornelia Huck (5): virtio-ccw: complete handling of guest-initiated resets css: mss/mcss-e vs. migration s390-ccw.img: update s390x/virtio-ccw: support virtio-1 set_vq format virtio-ccw: migrate ->revision David Hildenbrand (1): s390x/gdb: synchronize cpu state after modifying acrs Thomas Huth (2): s390x/css: Add a callback for when subchannel gets disabled s390x/virtio-ccw: add virtio set-revision call hw/s390x/css.c | 27 +++++ hw/s390x/css.h | 1 + hw/s390x/ipl.c | 4 +- hw/s390x/s390-virtio-ccw.c | 22 +++- hw/s390x/virtio-ccw.c | 253 ++++++++++++++++++++++++++++++++---------- hw/s390x/virtio-ccw.h | 8 ++ pc-bios/s390-ccw.img | Bin 13616 -> 13784 bytes pc-bios/s390-ccw/s390-ccw.h | 1 + pc-bios/s390-ccw/sclp-ascii.c | 1 + pc-bios/s390-ccw/start.S | 32 ++++++ target-s390x/gdbstub.c | 1 + 11 files changed, 284 insertions(+), 66 deletions(-) -- 2.4.5