From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47970 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjElq-0008W1-5p for qemu-devel@nongnu.org; Wed, 11 Aug 2010 13:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjElo-000315-SI for qemu-devel@nongnu.org; Wed, 11 Aug 2010 13:07:17 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:34262) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjElo-000310-Ox for qemu-devel@nongnu.org; Wed, 11 Aug 2010 13:07:16 -0400 Received: by qwh5 with SMTP id 5so360665qwh.4 for ; Wed, 11 Aug 2010 10:07:16 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C62D8C1.6000801@redhat.com> Date: Wed, 11 Aug 2010 13:07:13 -0400 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v8 5/5] RESEND: Inter-VM shared memory PCI device References: <1280189461-1929-6-git-send-email-cam@cs.ualberta.ca> <1280249653-13370-1-git-send-email-cam@cs.ualberta.ca> <4C6260BE.6010004@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cam Macdonell Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org On 08/11/2010 11:49 AM, Cam Macdonell wrote: >> The win32 problems (missing mmap, maybe more) remain. >> Could you please fix them? > > Could that be accomplished with excluding it on Windows on the makefiles? Yes, just use obj-$(CONFIG_POSIX). Paolo