From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPk9-000382-ES for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvPk3-0000Ry-Dh for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:34:01 -0400 Received: from cantor2.suse.de ([195.135.220.15]:53766 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvPk3-0000Rq-7d for qemu-devel@nongnu.org; Fri, 13 Jun 2014 07:33:55 -0400 Message-ID: <539AE1A0.7000603@suse.de> Date: Fri, 13 Jun 2014 13:33:52 +0200 From: Alexander Graf MIME-Version: 1.0 References: <20140613111703.22108.14322.stgit@bahia.local> <20140613111808.22108.65439.stgit@bahia.local> In-Reply-To: <20140613111808.22108.65439.stgit@bahia.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v8 01/20] virtio-serial: don't migrate the config space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz , qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , Juan Quintela , Rusty Russell , "Michael S. Tsirkin" , aneesh.kumar@linux.vnet.ibm.com, Anthony Liguori , Amit Shah , Paolo Bonzini , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= On 13.06.14 13:18, Greg Kurz wrote: > The device configuration is set at realize time and never changes. It > should not be migrated as it is done today. For the sake of compatibility, > let's just skip them at load time. > > Signed-off-by: Alexander Graf > [ added missing casts to uint16_t *, > added SoB and commit message, > Greg Kurz ] > Signed-off-by: Greg Kurz Legally you would have to ask me for my SoB line and are not allowed to add it yourself, but here it is: Signed-off-by: Alexander Graf So we're all good now ;). Thanks! Alex