From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzWFH-0002it-DV for qemu-devel@nongnu.org; Tue, 24 Jun 2014 15:19:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzWF9-0005br-1i for qemu-devel@nongnu.org; Tue, 24 Jun 2014 15:19:07 -0400 Received: from vs-w.tc.umn.edu ([134.84.135.88]:35342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzWF8-0005a4-Q4 for qemu-devel@nongnu.org; Tue, 24 Jun 2014 15:18:58 -0400 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by vs-w.tc.umn.edu (UMN smtpd) with ESMTP for ; Tue, 24 Jun 2014 14:18:47 -0500 (CDT) Received: by mail-wi0-f170.google.com with SMTP id cc10so6417143wib.1 for ; Tue, 24 Jun 2014 12:18:41 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 24 Jun 2014 15:18:41 -0400 Message-ID: From: Xiongzi Ge Content-Type: multipart/alternative; boundary=047d7bd6b9ace0d5d404fc99d3ba Subject: [Qemu-devel] Live Migration with different block devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --047d7bd6b9ace0d5d404fc99d3ba Content-Type: text/plain; charset=UTF-8 Hi, When I do live migration, in the source and destination host, there are different block devices, but qemu can not detect this. I used virtio as the driver in kvm and in the vdi device in the guest is /dev/vda. So, the vm guest can read different data from the same /dev/vda device. I am studying this code to let qemu understand that, this is a new device. Does qemu recognize different block devices after live migration? Where is the interface to modify this? Thanks Gary --047d7bd6b9ace0d5d404fc99d3ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,


When I do live migration, i= n the source and destination host, there are different block devices, but q= emu can not detect this. I used virtio as the driver in kvm and in the vdi = device in the guest is /dev/vda.=C2=A0 So,=C2=A0 the vm guest can read diff= erent data from the same /dev/vda device.=C2=A0 I am studying this code to = let qemu understand that, this is a new device.

Does qemu recognize different block devices after live migra= tion?=C2=A0 Where is the interface to modify this? Thanks

Gary
--047d7bd6b9ace0d5d404fc99d3ba--