From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwaIu-0005gE-Am for qemu-devel@nongnu.org; Tue, 09 Jul 2013 11:58:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwaIo-0005E0-T9 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 11:58:12 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:54406) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwaIo-0005Cu-L7 for qemu-devel@nongnu.org; Tue, 09 Jul 2013 11:58:06 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Jul 2013 16:42:06 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id ED3592190056 for ; Tue, 9 Jul 2013 16:51:39 +0100 (BST) Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r69Flbl124707318 for ; Tue, 9 Jul 2013 15:47:37 GMT Received: from d06av08.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r69FllAK008889 for ; Tue, 9 Jul 2013 09:47:47 -0600 From: Dominik Dingel Date: Tue, 9 Jul 2013 17:47:45 +0200 Message-Id: <1373384866-36233-1-git-send-email-dingel@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] s390: Async page fault control List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , Christian Borntraeger , Alexander Graf , Dominik Dingel , Richard Henderson Following the current discussion on the kvm ML, here are the qemu bits regarding async page faults. They are responsible for enabling, disabling the feature and adding a savevm handler for live migration. Dominik Dingel (1): Enable async page faults with live migration target-s390x/kvm.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) -- 1.8.2.2