From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47086 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjFz5-0001CF-2S for qemu-devel@nongnu.org; Wed, 11 Aug 2010 14:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjFz4-0006T0-3H for qemu-devel@nongnu.org; Wed, 11 Aug 2010 14:25:02 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:53388) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjFz3-0006SO-Mk for qemu-devel@nongnu.org; Wed, 11 Aug 2010 14:25:02 -0400 Message-ID: <4C62EA81.5040206@mail.berlios.de> Date: Wed, 11 Aug 2010 20:22:57 +0200 From: Stefan Weil 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> <4C62D8C1.6000801@redhat.com> In-Reply-To: <4C62D8C1.6000801@redhat.com> 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: Paolo Bonzini Cc: Anthony Liguori , Cam Macdonell , qemu-devel@nongnu.org, kvm@vger.kernel.org Am 11.08.2010 19:07, schrieb Paolo Bonzini: > 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 > Or use obj-$(CONFIG_KVM) if that file is only reasonable when KVM is supported. Stefan