From patchwork Mon Apr 29 10:11:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 240353 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 153D12C00A5 for ; Mon, 29 Apr 2013 20:12:18 +1000 (EST) Received: from localhost ([::1]:43922 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWl4B-0005I0-TW for incoming@patchwork.ozlabs.org; Mon, 29 Apr 2013 06:12:15 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWl3h-0005Hh-SP for qemu-devel@nongnu.org; Mon, 29 Apr 2013 06:11:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWl3f-0006dg-PN for qemu-devel@nongnu.org; Mon, 29 Apr 2013 06:11:45 -0400 Received: from mail-bk0-x22a.google.com ([2a00:1450:4008:c01::22a]:33145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWl3f-0006c5-HO for qemu-devel@nongnu.org; Mon, 29 Apr 2013 06:11:43 -0400 Received: by mail-bk0-f42.google.com with SMTP id jf3so758333bkc.15 for ; Mon, 29 Apr 2013 03:11:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=+RdILb6oq9fgSrz2GlokbnlWx/Glgo1C+EA8zLzxDRY=; b=mCNzquwgrF8Q64u1KtJD3M2KXwoXbeWeHLb1chlcKMeB9VWsJwQ8vZeA1j9EnbN+H4 Ufl2rsas1U9pjCSv4tm3ZEVw92WHfRnBtbulrNUd763S3Qh1dndJLNqFSTv3Q35yDjnY +lFvdHKRQ6FdnU7suLGoJGJ3C6iDx7QuKELMzSaKCcIY29u4LLMRCRSv+prxEXcgYq1G CUc/W5blpuqxHmOxUZiorNIDzesVknJA/y6HXk7s4u4LA2Jr97kueVY53pQGvG7qwiHa Heccfmb5qjo9pDqiSrpqR/BKOSsg088g5Fnh1KEW3N43ZVstjgHZjfsPspLTTig+qs5M vzJg== X-Received: by 10.205.42.194 with SMTP id tz2mr21073346bkb.129.1367230302762; Mon, 29 Apr 2013 03:11:42 -0700 (PDT) Received: from yakj.lan (93-34-176-20.ip50.fastwebnet.it. [93.34.176.20]) by mx.google.com with ESMTPSA id iy11sm6526857bkb.11.2013.04.29.03.11.40 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 29 Apr 2013 03:11:41 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Mon, 29 Apr 2013 12:11:20 +0200 Message-Id: <1367230284-24612-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.2 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4008:c01::22a Cc: blauwirbel@gmail.com, sw@weilnetz.de, aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 1.5 v6 0/4] fix win32 compilation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-)