From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzgXp-0007dr-Vx for qemu-devel@nongnu.org; Wed, 25 Jun 2014 02:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzgXg-0002Un-VN for qemu-devel@nongnu.org; Wed, 25 Jun 2014 02:18:57 -0400 Received: from mail-we0-x22e.google.com ([2a00:1450:400c:c03::22e]:36646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzgXg-0002Ue-O1 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 02:18:48 -0400 Received: by mail-we0-f174.google.com with SMTP id u57so1473906wes.19 for ; Tue, 24 Jun 2014 23:18:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53AA69BD.3080106@redhat.com> Date: Wed, 25 Jun 2014 08:18:37 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <53A9EDAC.6040808@theiggy.com> <53AA06BC.5090604@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Live Migration with different block devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiongzi Ge , Eric Blake Cc: Brian Jackson , qemu-devel@nongnu.org Il 25/06/2014 02:08, Xiongzi Ge ha scritto: > Will the cache data in the guest be migrated to the other host? Again, cache data is _not_ managed by QEMU. It is managed by the guest kernel. Its content and state is migrated together with the rest of RAM. Paolo