From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDEb-00079O-K3 for qemu-devel@nongnu.org; Fri, 08 Jul 2011 11:44:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfDEa-00080Z-8d for qemu-devel@nongnu.org; Fri, 08 Jul 2011 11:44:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDEZ-00080G-Kl for qemu-devel@nongnu.org; Fri, 08 Jul 2011 11:44:51 -0400 Message-ID: <4E1725EE.4080603@redhat.com> Date: Fri, 08 Jul 2011 17:44:46 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310115239-19288-1-git-send-email-kraxel@redhat.com> <1310115239-19288-2-git-send-email-kraxel@redhat.com> <4E17137A.1010308@codemonkey.ws> In-Reply-To: <4E17137A.1010308@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] vmstate: add no_migrate flag to VMStateDescription List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 07/08/11 16:26, Anthony Liguori wrote: > On 07/08/2011 03:53 AM, Gerd Hoffmann wrote: >> This allows to easily tag devices as non-migratable, >> so any attempt to migrate a virtual machine with the >> device in question active will make migration fail. >> >> Signed-off-by: Gerd Hoffmann > > register_device_unmigratable()? That is just a more complicated way to do the same ;) Wanna have a patch to zap it? cheers, Gerd