Here is a fix for the Win32 compilation problem that Blue reported, and another two nits I found while testing. After these patches, a cross libtool is not needed anymore to build on Win32.
Paolo Bonzini (5): win32: add generic RC rules to rules.mak win32: move Makefile dependencies on version-obj-y to rules.mak win32: generate console executable again add missing inclusions of config-host.h win32: add readv/writev emulation Makefile | 5 +---- Makefile.target | 2 +- include/qemu-common.h | 22 ++-------------------- include/qemu/osdep.h | 16 ++++++++++++++++ qga/channel-posix.c | 1 + rules.mak | 7 +++++++ tests/libi2c-omap.c | 1 + tests/libqtest.c | 1 + tests/tcg/test-i386-fprem.c | 1 + tests/test-mul64.c | 1 + ui/sdl_zoom.c | 1 + ui/vnc.c | 1 + util/hbitmap.c | 1 + util/iov.c | 2 +- util/osdep.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 15 files changed, 79 insertions(+), 26 deletions(-) -- 1.8.2