From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVr1A-00069m-R6 for qemu-devel@nongnu.org; Fri, 26 Apr 2013 18:21:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVr19-0005qp-Io for qemu-devel@nongnu.org; Fri, 26 Apr 2013 18:21:24 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:50095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVr19-0005qg-C8 for qemu-devel@nongnu.org; Fri, 26 Apr 2013 18:21:23 -0400 Received: by mail-ee0-f46.google.com with SMTP id c13so1871096eek.5 for ; Fri, 26 Apr 2013 15:21:22 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <517AFDD7.9020400@redhat.com> Date: Sat, 27 Apr 2013 00:21:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366837194-28601-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.5 v2 0/3] fix win32 compilation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: sw@weilnetz.de, qemu-devel@nongnu.org Il 26/04/2013 21:38, Blue Swirl ha scritto: > On Wed, Apr 24, 2013 at 8:59 PM, Paolo Bonzini wrote: >> Here is a fix for the Win32 compilation problem that Blue reported, >> and another nit I found while testing. >> >> Paolo Bonzini (3): >> add missing inclusions of config-host.h >> win32: add readv/writev emulation >> win32: generate console executable again > > Please rebase: > Applying: add missing inclusions of config-host.h > Applying: win32: add readv/writev emulation > error: patch failed: util/osdep.c:406 > error: util/osdep.c: patch does not apply > Patch failed at 0002 win32: add readv/writev emulation Ok, will fix. Paolo