From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhpdK-0001Bd-UB for qemu-devel@nongnu.org; Fri, 15 Jul 2011 17:09:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhpdJ-00010v-Ov for qemu-devel@nongnu.org; Fri, 15 Jul 2011 17:09:14 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:42927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhpdJ-00010o-7a for qemu-devel@nongnu.org; Fri, 15 Jul 2011 17:09:13 -0400 Received: by gwb19 with SMTP id 19so783982gwb.4 for ; Fri, 15 Jul 2011 14:09:12 -0700 (PDT) Message-ID: <4E20AC76.6020104@codemonkey.ws> Date: Fri, 15 Jul 2011 16:09:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1447945249.1317755.1310627692984.JavaMail.root@zmail01.collab.prod.int.phx2.redhat.com> <4E1EAA72.1060103@redhat.com> <4E1EE183.5050100@codemonkey.ws> <4E1EE1F2.5020801@redhat.com> <4E1F0EC2.1050408@redhat.com> <4E1F1440.4080409@redhat.com> <4E1FF360.8010609@redhat.com> In-Reply-To: <4E1FF360.8010609@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] New thread for the VM migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Juan Quintela , Umesh Deshpande , Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On 07/15/2011 02:59 AM, Paolo Bonzini wrote: > On 07/14/2011 06:07 PM, Avi Kivity wrote: >> >> Maybe we can do this via a magic subsection whose contents are the >> hotplug event. > > What about making the device list just another "thing" that has to be > migrated live, together with block and ram? In an ideal world, you would only create the backends on the destination node and all of the devices would be created through the migration process. Regards, Anthony Liguori > Paolo >