From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO2TF-0004NV-1E for qemu-devel@nongnu.org; Fri, 15 Jul 2016 08:43:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO2T9-0007Pv-T0 for qemu-devel@nongnu.org; Fri, 15 Jul 2016 08:43:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO2T9-0007Pl-Mu for qemu-devel@nongnu.org; Fri, 15 Jul 2016 08:43:51 -0400 Date: Fri, 15 Jul 2016 18:13:47 +0530 From: Amit Shah Message-ID: <20160715124347.GA26110@grmbl.mre> References: <1468516976-20140-1-git-send-email-dgilbert@redhat.com> <20160715102310.2d24cea1.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160715102310.2d24cea1.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] [PATCH v3 00/14] virtio migration: Flip outer layer to vmstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org, mst@redhat.com, quintela@redhat.com, kraxel@redhat.com On (Fri) 15 Jul 2016 [10:23:10], Cornelia Huck wrote: > On Thu, 14 Jul 2016 18:22:42 +0100 > "Dr. David Alan Gilbert (git)" wrote: > > > From: "Dr. David Alan Gilbert" > > > > Hi, > > This series converts the outer most layer of virtio to > > use VMState macros; this is the easy bit, but I'm hoping that > > having done that, the next trick is to nibble away at the virtio_save/load > > functions and all of the zillions of device/bus helpers. > > Looks good, and I'd like to see this in 2.7. Michael mentioned he's interested in reviewing, so we'll wait a few days for him to go through this. Amit