From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UULs7-0000n0-HN for qemu-devel@nongnu.org; Mon, 22 Apr 2013 14:54:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UULru-0006Qw-9S for qemu-devel@nongnu.org; Mon, 22 Apr 2013 14:53:51 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:51386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UULrt-0006PE-VE for qemu-devel@nongnu.org; Mon, 22 Apr 2013 14:53:38 -0400 Received: by mail-wi0-f171.google.com with SMTP id l13so4996499wie.10 for ; Mon, 22 Apr 2013 11:53:36 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 22 Apr 2013 20:53:15 +0200 Message-Id: <1366656797-3567-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] fix win32 compilation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, sw@weilnetz.de Blue, here is a fix for the Win32 compilation problem that you reported. Paolo Bonzini (2): add missing inclusions of config-host.h win32: add readv/writev emulation include/qemu-common.h | 22 ++-------------------- include/qemu/osdep.h | 16 ++++++++++++++++ qga/channel-posix.c | 1 + 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 | 42 ++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 69 insertions(+), 21 deletions(-) -- 1.8.2