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 <kw...@redhat.com>
Thanks, applied Patch 4 to my block tree: https://github.com/stefanha/qemu/commits/block Stefan