From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfius-00085z-0p for qemu-devel@nongnu.org; Mon, 03 Dec 2012 22:11:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tfiun-0002Ox-HE for qemu-devel@nongnu.org; Mon, 03 Dec 2012 22:11:25 -0500 Received: from ozlabs.org ([203.10.76.45]:58056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tfiun-0002OT-6J for qemu-devel@nongnu.org; Mon, 03 Dec 2012 22:11:21 -0500 From: Rusty Russell Date: Tue, 04 Dec 2012 13:39:35 +1030 Message-ID: <87624iikcw.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] vmstate conversion for virtio? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Juan Quintela Cc: QEMU-devel 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.