From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNurj-0000Cl-UQ for qemu-devel@nongnu.org; Mon, 06 Jul 2009 16:32:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNurf-0000AX-1S for qemu-devel@nongnu.org; Mon, 06 Jul 2009 16:32:43 -0400 Received: from [199.232.76.173] (port=44582 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNure-0000AQ-RM for qemu-devel@nongnu.org; Mon, 06 Jul 2009 16:32:38 -0400 Received: from mx2.redhat.com ([66.187.237.31]:58944) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNure-0007pa-Cn for qemu-devel@nongnu.org; Mon, 06 Jul 2009 16:32:38 -0400 Date: Mon, 6 Jul 2009 23:31:54 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: [COMMIT ff24bd5] qemu/virtio: virtio save/load bindings Message-ID: <20090706203154.GA3140@redhat.com> References: <200906300055.n5U0tACE013302@d03av01.boulder.ibm.com> <4A4B1FDA.9090006@redhat.com> <20090706184100.GA6235@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090706184100.GA6235@lst.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: Kevin Wolf , Anthony Liguori , "qemu-devel@nongnu.org" On Mon, Jul 06, 2009 at 08:41:00PM +0200, Christoph Hellwig wrote: > On Wed, Jul 01, 2009 at 10:35:38AM +0200, Kevin Wolf wrote: > > Anthony Liguori schrieb: > > > From: Michael S. Tsirkin > > > > > > Implement bindings for virtio save/load. Use them in virtio pci. > > > > > > Signed-off-by: Michael S. Tsirkin > > > Signed-off-by: Anthony Liguori > > > > This patch causes segfaults during savevm: > > Also easily reproducible with qemu-iotestest testcase 007 (yeah, I just > bistected it to find Kevin already found it, grrr). The patches for this have been posted with subject [PATCHv5 0/5] qemu misc save/load fixes