From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTY8X-0003wL-Rk for qemu-devel@nongnu.org; Thu, 05 Mar 2015 10:56:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTY8U-0007f3-Mh for qemu-devel@nongnu.org; Thu, 05 Mar 2015 10:56:33 -0500 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:54541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTY8U-0007ec-DF for qemu-devel@nongnu.org; Thu, 05 Mar 2015 10:56:30 -0500 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 5 Mar 2015 15:56:27 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2546017D8056 for ; Thu, 5 Mar 2015 15:56:45 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t25FuP6q4784542 for ; Thu, 5 Mar 2015 15:56:25 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t25FuOjq013496 for ; Thu, 5 Mar 2015 08:56:25 -0700 From: Jens Freimann Date: Thu, 5 Mar 2015 16:56:19 +0100 Message-Id: <1425570981-40609-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 0/2] 390x/kvm features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org Conny, Alex, Christian, Patch 1 enables Guest TOD migration Patch 2 allows to limit the guest memory size Please note: This series needs a linux-headers sync with v4.0-rc2 to work and should be applied only after Michael Tsirkin's series "virtio: pull headers from linux" was applied and a header sync was done with the new scripts and header files. Dominik Dingel (1): s390x/kvm: passing max memory size to accelerator Jason J. Herne (1): s390x/kvm: Guest Migration TOD clock synchronization hw/s390x/s390-virtio-ccw.c | 14 ++++++++ hw/s390x/s390-virtio.c | 53 +++++++++++++++++++++++++++++ linux-headers/linux/kvm.h | 1 - target-s390x/cpu.h | 48 ++++++++++++++++++++++++++ target-s390x/kvm.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 199 insertions(+), 1 deletion(-) -- 2.1.4