On Thu, Aug 22, 2013 at 03:28:34PM +0200, Stefan Hajnoczi wrote: > 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(-)
Applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan