From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNt7j-0003Ga-Qj for qemu-devel@nongnu.org; Mon, 06 Jul 2009 14:41:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNt7f-0003Fz-Cm for qemu-devel@nongnu.org; Mon, 06 Jul 2009 14:41:07 -0400 Received: from [199.232.76.173] (port=55267 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNt7f-0003Fw-9T for qemu-devel@nongnu.org; Mon, 06 Jul 2009 14:41:03 -0400 Received: from verein.lst.de ([213.95.11.210]:55847) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MNt7e-0005Pk-IU for qemu-devel@nongnu.org; Mon, 06 Jul 2009 14:41:02 -0400 Date: Mon, 6 Jul 2009 20:41:00 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] Re: [COMMIT ff24bd5] qemu/virtio: virtio save/load bindings Message-ID: <20090706184100.GA6235@lst.de> References: <200906300055.n5U0tACE013302@d03av01.boulder.ibm.com> <4A4B1FDA.9090006@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A4B1FDA.9090006@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Anthony Liguori , "qemu-devel@nongnu.org" , "Michael S. Tsirkin" 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).