From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X06RO-0000L0-O8 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 05:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X06RI-0003ty-RU for qemu-devel@nongnu.org; Thu, 26 Jun 2014 05:58:02 -0400 Date: Thu, 26 Jun 2014 15:27:46 +0530 From: Amit Shah Message-ID: <20140626095746.GA22904@grmbl.mre> References: <20140624151955.17522.62537.stgit@bahia.local> <20140624171144.17522.35591.stgit@bahia.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140624171144.17522.35591.stgit@bahia.local> Subject: Re: [Qemu-devel] [PATCH v9 02/22] 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, qemu-stable@nongnu.org, Juan Quintela , Alexander Graf , aneesh.kumar@linux.vnet.ibm.com, Anthony Liguori , Paolo Bonzini , Andreas =?iso-8859-1?Q?F=E4rber?= OBOn (Tue) 24 Jun 2014 [19:13:50], Greg Kurz wrote: > From: Alexander Graf > > 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 From, SoB and commit message, > Greg Kurz ] > Reviewed-by: Michael S. Tsirkin > Signed-off-by: Greg Kurz Reviewed-by: Amit Shah Amit