[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] win32: build fixes due to io_flush removal
From: |
Stefan Weil |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] win32: build fixes due to io_flush removal |
Date: |
Thu, 22 Aug 2013 16:33:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 |
Am 22.08.2013 15:28, schrieb Stefan Hajnoczi:
> Stefan Weil noticed that the win32 build is broken with my io_flush changes
> applied. The issues are simple build failures that should have been avoided
> by
> test building Windows, which I didn't.
>
> To make amends I've set up a mingw cross-compiler and have fixed the build.
> Sorry for the breakage.
>
> I can include this in my block pull request later today if you are happy with
> the patches.
>
> Stefan Hajnoczi (2):
> aio-win32: replace incorrect AioHandler->opaque usage with ->e
> win32-aio: drop win32_aio_flush_cb()
>
> aio-win32.c | 4 ++--
> block/win32-aio.c | 10 +---------
> 2 files changed, 3 insertions(+), 11 deletions(-)
>
For both patches:
Reviewed-by: Stefan Weil <address@hidden>
Hi Stefan,
thank you for the fast fix. Please include it in your pull request.
Regards,
Stefan