From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzo1w-0007i0-51 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 10:18:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzo1o-0004N3-Mj for qemu-devel@nongnu.org; Wed, 25 Jun 2014 10:18:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzo1o-0004Mr-FU for qemu-devel@nongnu.org; Wed, 25 Jun 2014 10:18:24 -0400 Message-ID: <53AADA2A.7020607@redhat.com> Date: Wed, 25 Jun 2014 16:18:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <53A9EDAC.6040808@theiggy.com> <53AA06BC.5090604@redhat.com> <53AA69BD.3080106@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 Cc: Brian Jackson , qemu-devel@nongnu.org Il 25/06/2014 16:14, Xiongzi Ge ha scritto: > Is there a good way to handle the memory in the guest via qemu? I'm not sure what you're asking exactly, but I'm pretty sure the answer is no. You're confusing what QEMU is doing and what the guest is doing. And you still haven't told us what you're trying to achieve (you only told us how). Paolo