From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHMm-0006fP-87 for qemu-devel@nongnu.org; Fri, 06 May 2011 05:30:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIHMl-000625-4z for qemu-devel@nongnu.org; Fri, 06 May 2011 05:30:32 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:60800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIHMl-00061u-2k for qemu-devel@nongnu.org; Fri, 06 May 2011 05:30:31 -0400 Received: by vxb37 with SMTP id 37so3757225vxb.4 for ; Fri, 06 May 2011 02:30:30 -0700 (PDT) MIME-Version: 1.0 Date: Fri, 6 May 2011 15:00:30 +0530 Message-ID: From: Onkar Mahajan Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] KVM migration with different source and dest paths List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, kvm@vger.kernel.org Is it possible to migrate KVM guest to different paths like this: path of the image of guest01 on host A /home/joe/guest01.img path of the image of guest01 on host B /home/bill/image/temp/guest01.img is this possible ? if it is any pointers as to how to do this ? Regards, Onnm