From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxZle-0001YM-Li for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:40:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxZlZ-0000uq-OW for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:40:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxZlZ-0000uA-G9 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:40:25 -0400 Date: Thu, 19 Jun 2014 16:10:15 +0530 From: Amit Shah Message-ID: <20140619104015.GB7139@grmbl.mre> References: <20140613111703.22108.14322.stgit@bahia.local> <20140613111808.22108.65439.stgit@bahia.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140613111808.22108.65439.stgit@bahia.local> 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 Cc: Kevin Wolf , Peter Maydell , Stefan Hajnoczi , "Michael S. Tsirkin" , Rusty Russell , qemu-devel@nongnu.org, Alexander Graf , Juan Quintela , aneesh.kumar@linux.vnet.ibm.com, Anthony Liguori , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= On (Fri) 13 Jun 2014 [13:18:42], 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 The author field should also mention Alex instead of you, I suppose, since it was authored by him. Patch looks good. Amit