From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYJP2-00053N-6h for qemu-devel@nongnu.org; Fri, 03 May 2013 13:04:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYJP0-0000tK-Ja for qemu-devel@nongnu.org; Fri, 03 May 2013 13:04:12 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:59322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYJP0-0000t0-C6 for qemu-devel@nongnu.org; Fri, 03 May 2013 13:04:10 -0400 Message-ID: <5183EE05.5060909@weilnetz.de> Date: Fri, 03 May 2013 19:04:05 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1367230284-24612-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1367230284-24612-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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: Paolo Bonzini , aliguori@us.ibm.com Cc: blauwirbel@gmail.com, qemu-devel@nongnu.org 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? Anthony, the patches fix the currently broken build for w32/w64 hosts, so please apply them soon when they are available. Thanks, Stefan