From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv9O0-0002vF-6B for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:29:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv9Nx-0007xu-6Q for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:29:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv9Nw-0007xn-Vr for qemu-devel@nongnu.org; Tue, 15 Jan 2013 11:29:13 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0FGTCgA027747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 15 Jan 2013 11:29:12 -0500 Date: Tue, 15 Jan 2013 17:29:10 +0100 From: Stefan Hajnoczi Message-ID: <20130115162910.GA24530@stefanha-thinkpad.redhat.com> References: <1358260150-9760-1-git-send-email-armbru@redhat.com> <50F5693F.7030502@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50F5693F.7030502@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/4] Fixes around qemu_vfree() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: pbonzini@redhat.com, Markus Armbruster , qemu-devel@nongnu.org On Tue, Jan 15, 2013 at 03:35:43PM +0100, Kevin Wolf wrote: > Am 15.01.2013 15:29, schrieb Markus Armbruster: > > v2: Fix silly mistake in 4/4; the other three patches are unchanged > > > > Markus Armbruster (4): > > w32: Make qemu_vfree() accept NULL like the POSIX implementation > > scsi-disk: qemu_vfree(NULL) is fine, simplify > > win32-aio: Fix how win32_aio_process_completion() frees buffer > > block: Fix how mirror_run() frees its buffer > > > > block/mirror.c | 2 +- > > block/win32-aio.c | 2 +- > > hw/scsi-disk.c | 4 +--- > > util/oslib-win32.c | 4 +++- > > 4 files changed, 6 insertions(+), 6 deletions(-) > > Reviewed-by: Kevin Wolf Thanks, applied Patch 4 to my block tree: https://github.com/stefanha/qemu/commits/block Stefan