From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDXz-0003hc-0K for qemu-devel@nongnu.org; Fri, 08 Jul 2011 12:04:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfDXx-0002wx-8l for qemu-devel@nongnu.org; Fri, 08 Jul 2011 12:04:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfDXw-0002wk-NT for qemu-devel@nongnu.org; Fri, 08 Jul 2011 12:04:53 -0400 Message-ID: <4E172A9F.4070003@redhat.com> Date: Fri, 08 Jul 2011 18:04:47 +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> <4E1725EE.4080603@redhat.com> In-Reply-To: <4E1725EE.4080603@redhat.com> 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 17:44, Gerd Hoffmann wrote: > On 07/08/11 16:26, Anthony Liguori wrote: >> register_device_unmigratable()? > > Wanna have a patch to zap it? Ah, no, we can't, for ivshmem this isn't fixed but depends on the configuration, so a static flag in the VMStateDescription doesn't cut it. cheers, Gerd