From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfqvc-0000pi-NW for qemu-devel@nongnu.org; Tue, 04 Dec 2012 06:44:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfqvW-00065p-Jt for qemu-devel@nongnu.org; Tue, 04 Dec 2012 06:44:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfqvW-00065e-Ch for qemu-devel@nongnu.org; Tue, 04 Dec 2012 06:44:38 -0500 From: Juan Quintela In-Reply-To: <87624iikcw.fsf@rustcorp.com.au> (Rusty Russell's message of "Tue, 04 Dec 2012 13:39:35 +1030") References: <87624iikcw.fsf@rustcorp.com.au> Date: Tue, 04 Dec 2012 12:44:28 +0100 Message-ID: <87zk1uca8z.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] vmstate conversion for virtio? Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rusty Russell Cc: QEMU-devel , "Michael S. Tsirkin" 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? My trees are more than 1 year old, and unfinished (basic trouble is how to express the lists of pending requests for block and now serial). I haven't yet looked at virtio-scsi. Later, Juan.