From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYL7c-0005af-6O for qemu-devel@nongnu.org; Fri, 03 May 2013 14:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYL7a-0000Qd-Cq for qemu-devel@nongnu.org; Fri, 03 May 2013 14:54:20 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:35368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYL7Z-0000QV-Sf for qemu-devel@nongnu.org; Fri, 03 May 2013 14:54:18 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 4 May 2013 04:48:03 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 3DDC82CE804D for ; Sat, 4 May 2013 04:54:07 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r43IeK0p21102662 for ; Sat, 4 May 2013 04:40:21 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r43Is5fs013942 for ; Sat, 4 May 2013 04:54:06 +1000 From: Anthony Liguori In-Reply-To: <5183EE05.5060909@weilnetz.de> References: <1367230284-24612-1-git-send-email-pbonzini@redhat.com> <5183EE05.5060909@weilnetz.de> Date: Fri, 03 May 2013 13:54:00 -0500 Message-ID: <87vc6z99o7.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 1.5 v6 0/4] fix win32 compilation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , Paolo Bonzini Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org Stefan Weil writes: > Am 29.04.2013 12:11, schrieb Paolo Bonzini: >> 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. >> >> The following changes since commit 75f6e8b0f121beeee6a95eb9e35d88ec1f01824f: >> >> virtio-rng-s390: add properties. (2013-04-26 20:18:25 +0200) >> >> are available in the git repository at: >> >> git://github.com/bonzini/qemu.git migration-writev >> >> for you to fetch changes up to 9adea5f7f7a23ef4a1231289a36a94c52347b142: >> >> win32: add readv/writev emulation (2013-04-29 10:52:36 +0200) >> >> v5->v6: just include config-host.h in osdep.h [Peter] >> >> ---------------------------------------------------------------- >> Paolo Bonzini (4): >> win32: add generic RC rules to rules.mak >> win32: move Makefile dependencies on version-obj-y to rules.mak >> win32: generate console executable again >> win32: add readv/writev emulation >> >> Makefile | 5 +---- >> Makefile.target | 2 +- >> include/qemu-common.h | 22 ++-------------------- >> include/qemu/osdep.h | 17 +++++++++++++++++ >> rules.mak | 7 +++++++ >> util/iov.c | 2 +- >> util/osdep.c | 43 +++++++++++++++++++++++++++++++++++++++++++ >> 7 files changed, 72 insertions(+), 26 deletions(-) > > > Hi Paolo, > > these patches need to be rebased for the latest QEMU. > Could you please send an update? This pull request was already merged. commit b48df71c916478ff658d143d0742e85c78348fad Merge: 45dddd9 9adea5f Author: Anthony Liguori Date: Mon Apr 29 08:26:47 2013 -0500 Merge remote-tracking branch 'bonzini/migration-writev' into staging # By Paolo Bonzini # Via Paolo Bonzini * bonzini/migration-writev: win32: add readv/writev emulation win32: generate console executable again win32: move Makefile dependencies on version-obj-y to rules.mak win32: add generic RC rules to rules.mak Message-id: 1367230284-24612-1-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori Regards, Anthony Liguori > > Anthony, the patches fix the currently broken build for > w32/w64 hosts, so please apply them soon when they > are available. > > Thanks, > Stefan