From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TflyW-00047c-IZ for qemu-devel@nongnu.org; Tue, 04 Dec 2012 01:27:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TflyQ-0007QX-QZ for qemu-devel@nongnu.org; Tue, 04 Dec 2012 01:27:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TflyQ-0007OU-IC for qemu-devel@nongnu.org; Tue, 04 Dec 2012 01:27:18 -0500 Date: Tue, 4 Dec 2012 08:30:06 +0200 From: "Michael S. Tsirkin" Message-ID: <20121204063006.GA7227@redhat.com> References: <87624iikcw.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87624iikcw.fsf@rustcorp.com.au> Subject: Re: [Qemu-devel] vmstate conversion for virtio? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rusty Russell Cc: QEMU-devel , Juan Quintela On Tue, Dec 04, 2012 at 01:39:35PM +1030, Rusty Russell wrote: > Hi all, > > I want to rework the qemu virtio subsystem, but various > structures are currently blatted to disk in save/load. So I looked at > altering that, only to discover that it needs conversion to vmstate, and > 2009 patches in patchwork which have never been applied. > > Has there been any progress on this? A git tree I should be using? > > Thanks, > Rusty. Not that I know - Juan might have one. But if anything, changing datastructures with old vmstate is easier. -- MST