From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxNFJ-0002it-SI for qemu-devel@nongnu.org; Tue, 04 Nov 2008 09:51:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxNFI-0002hy-6t for qemu-devel@nongnu.org; Tue, 04 Nov 2008 09:51:05 -0500 Received: from [199.232.76.173] (port=45147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxNFH-0002hu-VE for qemu-devel@nongnu.org; Tue, 04 Nov 2008 09:51:03 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:44977) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KxNFH-0002cO-LR for qemu-devel@nongnu.org; Tue, 04 Nov 2008 09:51:03 -0500 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e8.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id mA4ElMVn008301 for ; Tue, 4 Nov 2008 09:47:22 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id mA4EowNU120142 for ; Tue, 4 Nov 2008 09:51:00 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id mA4Eovha031747 for ; Tue, 4 Nov 2008 09:50:58 -0500 Message-ID: <4910614B.1010602@us.ibm.com> Date: Tue, 04 Nov 2008 08:50:51 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1225224814-9875-1-git-send-email-aliguori@us.ibm.com> <1225224814-9875-2-git-send-email-aliguori@us.ibm.com> <1225224814-9875-3-git-send-email-aliguori@us.ibm.com> <49104D1F.1020905@redhat.com> <491055F9.60802@us.ibm.com> <4910602B.5060101@redhat.com> In-Reply-To: <4910602B.5060101@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 3/3] Add KVM support to QEMU Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Glauber Costa , qemu-devel@nongnu.org, kvm-devel Avi Kivity wrote: > Anthony Liguori wrote: > >>> I think live migration is now broken, since kvm accesses will not >>> update the qemu dirty bitmap. >> >> Eh? I don't follow you here. >> > > guest writes in qemu set the qemu dirty bitmap (for > cpu_physical_memory_get_dirty()), but guest accesses in kvm won't, > unless you enable dirty tracking and synchronize kvm's bitmap to > qemu's. See the changes to migration.c in kvm's qemu. Oh yes, that falls under the save/restore TODO item. Regards, Anthony Liguori