From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeO74-00071d-HW for qemu-devel@nongnu.org; Tue, 03 Mar 2009 01:28:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeO73-00071D-K3 for qemu-devel@nongnu.org; Tue, 03 Mar 2009 01:28:21 -0500 Received: from [199.232.76.173] (port=38616 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeO73-000718-F4 for qemu-devel@nongnu.org; Tue, 03 Mar 2009 01:28:21 -0500 Received: from hall.aurel32.net ([88.191.82.174]:44509) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LeO73-0006yB-02 for qemu-devel@nongnu.org; Tue, 03 Mar 2009 01:28:21 -0500 Date: Tue, 3 Mar 2009 07:28:14 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] SIGSEGV when USE_KQEMU is defined Message-ID: <20090303062814.GF5159@volta.aurel32.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Ivanov Cc: qemu-devel@nongnu.org On Thu, Feb 19, 2009 at 04:14:25PM -0800, Consul wrote: > Signed-off-by: Alex Ivanov > > $ svn diff > Index: block.c > =================================================================== > --- block.c (revision 6628) > +++ block.c (working copy) > @@ -1263,7 +1263,7 @@ > if (!s->is_write) { > qemu_iovec_from_buffer(s->iov, s->bounce, s->iov->size); > } > - qemu_free(s->bounce); > + qemu_vfree(s->bounce); > s->this_aiocb->cb(s->this_aiocb->opaque, ret); > qemu_aio_release(s->this_aiocb); > } Thanks, applied. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net