From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L67el-0001rO-HW for qemu-devel@nongnu.org; Fri, 28 Nov 2008 13:01:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L67ej-0001qs-Fq for qemu-devel@nongnu.org; Fri, 28 Nov 2008 13:01:30 -0500 Received: from [199.232.76.173] (port=50805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L67ej-0001qn-8h for qemu-devel@nongnu.org; Fri, 28 Nov 2008 13:01:29 -0500 Received: from fk-out-0910.google.com ([209.85.128.188]:46478) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L67eg-000137-5m for qemu-devel@nongnu.org; Fri, 28 Nov 2008 13:01:28 -0500 Received: by fk-out-0910.google.com with SMTP id 18so1477048fks.2 for ; Fri, 28 Nov 2008 10:01:19 -0800 (PST) Message-ID: Date: Fri, 28 Nov 2008 20:01:19 +0200 From: "Blue Swirl" In-Reply-To: <200811281133.31217.Christoph.Egger@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811281133.31217.Christoph.Egger@amd.com> Subject: [Qemu-devel] Re: [PATCH 3/6] qemu fixes Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: qemu-devel@nongnu.org On 11/28/08, Christoph Egger wrote: > > Hi, > > This is a series of four patches which improve support > for qemu on NetBSD. > > > Attached patch makes bsd-user compiling on NetBSD. > NetBSD doesn't have MAP_FLAGMASK. I'll try to make a real fix that removes the dependency to system flags.