From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO5Mn-0001Xr-R0 for qemu-devel@nongnu.org; Tue, 07 Jul 2009 03:45:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO5Mi-0001WZ-TF for qemu-devel@nongnu.org; Tue, 07 Jul 2009 03:45:29 -0400 Received: from [199.232.76.173] (port=40494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO5Mi-0001WW-Ks for qemu-devel@nongnu.org; Tue, 07 Jul 2009 03:45:24 -0400 Received: from mx20.gnu.org ([199.232.41.8]:55030) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MO5Mi-0003pO-53 for qemu-devel@nongnu.org; Tue, 07 Jul 2009 03:45:24 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MO5Mh-0006RZ-Av for qemu-devel@nongnu.org; Tue, 07 Jul 2009 03:45:23 -0400 Message-ID: <4A52FCCB.7030502@redhat.com> Date: Tue, 07 Jul 2009 09:44:11 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [COMMIT ff24bd5] qemu/virtio: virtio save/load bindings References: <200906300055.n5U0tACE013302@d03av01.boulder.ibm.com> <4A4B1FDA.9090006@redhat.com> <20090706184100.GA6235@lst.de> In-Reply-To: <20090706184100.GA6235@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: "qemu-devel@nongnu.org" Christoph Hellwig schrieb: > 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). > Guess how I found it. ;-) Kevin