From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFpMs-00043g-Gi for qemu-devel@nongnu.org; Thu, 05 Apr 2012 12:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFpMl-0005BN-BZ for qemu-devel@nongnu.org; Thu, 05 Apr 2012 12:17:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFpMl-0005BC-3B for qemu-devel@nongnu.org; Thu, 05 Apr 2012 12:16:55 -0400 Message-ID: <4F7DC570.6070003@redhat.com> Date: Thu, 05 Apr 2012 19:16:48 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4F7B610D.8000101@redhat.com> <20120404011843.GA2918@illuin> <4F7BFAEB.7070000@redhat.com> <4F7C282E.6090309@redhat.com> <20120404121418.GB2918@illuin> <4F7C4AD6.6030105@redhat.com> <20120404143944.GA2905@illuin> In-Reply-To: <20120404143944.GA2905@illuin> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] KVM call minutes April 3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: KVM devel mailing list , Dor Laor , Markus Armbruster , qemu-devel@nongnu.org, Paolo Bonzini , Igor Mammedov On 04/04/2012 05:39 PM, Michael Roth wrote: > > Will command line take in account hot-plugged devices? > > No, that's a good point. We'd probably need to generate the options > required to ensure the devices are created on the target, and we'd only > be able to do that just before sending the device state. That means we > need a way to create machines after we've completed tasks like memory > migration, which probably has similar requirements to just being able to > instantiate a machine from a serialized QOM composition tree. > Or we forward the hotplug events over the migration protocol. This is needed for devices that include memory (like ivshmem.c) -- error compiling committee.c: too many arguments to function