From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXRpu-0001oT-7i for qemu-devel@nongnu.org; Thu, 03 Sep 2015 06:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXRpq-0006Np-Sq for qemu-devel@nongnu.org; Thu, 03 Sep 2015 06:33:41 -0400 Received: from e06smtp08.uk.ibm.com ([195.75.94.104]:57493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXRpq-0006Nh-KY for qemu-devel@nongnu.org; Thu, 03 Sep 2015 06:33:38 -0400 Received: from /spool/local by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Sep 2015 11:33:37 +0100 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4FD83219006A for ; Thu, 3 Sep 2015 11:33:07 +0100 (BST) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t83AXYRs36306976 for ; Thu, 3 Sep 2015 10:33:34 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 t83AXXMJ005184 for ; Thu, 3 Sep 2015 04:33:34 -0600 From: Cornelia Huck Date: Thu, 3 Sep 2015 12:33:22 +0200 Message-Id: <1441276410-25571-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PULL 0/8] s390x: storage key migration 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 f8b8091d2779d956011a3fb83ff60dbf7465c71d: Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-09-01-v2-tag' into staging (2015-09-01 19:42:43 +0100) are available in the git repository at: git://github.com/cohuck/qemu tags/s390x-20150903 for you to fetch changes up to 9ef40173fbe99c0562d227980779a73613788782: s390x: Disable storage key migration on old machine type (2015-09-03 12:17:54 +0200) ---------------------------------------------------------------- First batch of s390x patches for 2.5: - introduce 2.5 compat machine - support for migration of storage keys ---------------------------------------------------------------- Cornelia Huck (1): s390x: add 2.5 compat s390-ccw-virtio machine Jason J. Herne (7): s390x: Create QOM device for s390 storage keys s390x: Enable new s390-storage-keys device s390x: Dump storage keys qmp command s390x: Dump-skeys hmp support s390x: Info skeys sub-command s390x: Migrate guest storage keys (initial memory only) s390x: Disable storage key migration on old machine type MAINTAINERS | 1 + hmp-commands.hx | 18 ++ hw/s390x/Makefile.objs | 2 + hw/s390x/s390-skeys-kvm.c | 75 ++++++++ hw/s390x/s390-skeys.c | 415 ++++++++++++++++++++++++++++++++++++++++ hw/s390x/s390-virtio-ccw.c | 39 +++- hw/s390x/s390-virtio.c | 11 +- hw/s390x/s390-virtio.h | 2 +- include/hw/s390x/storage-keys.h | 60 ++++++ monitor.c | 20 ++ qapi-schema.json | 14 ++ qmp-commands.hx | 25 +++ target-s390x/cpu.h | 2 - target-s390x/mem_helper.c | 46 ++++- target-s390x/mmu_helper.c | 28 ++- trace-events | 4 + 16 files changed, 736 insertions(+), 26 deletions(-) create mode 100644 hw/s390x/s390-skeys-kvm.c create mode 100644 hw/s390x/s390-skeys.c create mode 100644 include/hw/s390x/storage-keys.h -- 2.5.1