On 22/11/18 12:00, Marc-André Lureau wrote:
> Hi,
>
> Here is a small series improving a bit Windows headers inclusion, and
> setting the default required API version globally to Vista. It also
> allows easier tweaking of available API version via CFLAGS.
>
> Building QGA for older versions (XP) seems possible so far: the
> dependency on libqemuutil.a implies building qemu-thread-win32.c,
> which requires Vista API since commit 12f8def0 (v2.9). But qemu-thread
> isn't being used in QGA, the resulting binary may still work on XP.
> XP is no longer supported for the past 4.5y, it's time to drop support
> for it.
>
> Marc-André Lureau (4):
> build-sys: don't include windows.h, osdep.h does it
> build-sys: move windows defines in osdep.h header
> build-sys: build with Vista API by default
> RFC: qga: drop < Vista compatibility
>
> include/qemu/osdep.h | 17 ++++++++++
> accel/tcg/translate-all.c | 4 ---
> qga/commands-win32.c | 70 +--------------------------------------
> util/qemu-thread-win32.c | 4 ---
> configure | 3 --
> roms/seabios | 2 +-
> 6 files changed, 19 insertions(+), 81 deletions(-)
>
Queued, thanks.
Paolo