From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1tSp-0000WT-9I for qemu-devel@nongnu.org; Wed, 02 Nov 2016 07:12:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1tSm-0002Nt-Js for qemu-devel@nongnu.org; Wed, 02 Nov 2016 07:12:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34928) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1tSm-0002MQ-Dv for qemu-devel@nongnu.org; Wed, 02 Nov 2016 07:12:12 -0400 From: Juan Quintela In-Reply-To: <20161027173637.30366-2-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 27 Oct 2016 18:36:36 +0100") References: <20161027173637.30366-1-dgilbert@redhat.com> <20161027173637.30366-2-dgilbert@redhat.com> Reply-To: quintela@redhat.com Date: Wed, 02 Nov 2016 12:12:09 +0100 Message-ID: <87bmxy87au.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 1/2] virtio/migration: Add VMStateDescription to VirtioDeviceClass List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, mst@redhat.com, amit.shah@redhat.com, cornelia.huck@de.ibm.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > Provide a vmsd pointer for VirtIO devices to use instead of the > load/save methods. > > We'll eventually kill off the load/save methods. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela