From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6UVP-00039a-I3 for qemu-devel@nongnu.org; Sat, 29 Nov 2008 13:25:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6UVN-00038k-9C for qemu-devel@nongnu.org; Sat, 29 Nov 2008 13:25:22 -0500 Received: from [199.232.76.173] (port=53193 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6UVN-00038g-2Q for qemu-devel@nongnu.org; Sat, 29 Nov 2008 13:25:21 -0500 Received: from mu-out-0910.google.com ([209.85.134.190]:60195) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L6UVM-0006oq-Mo for qemu-devel@nongnu.org; Sat, 29 Nov 2008 13:25:20 -0500 Received: by mu-out-0910.google.com with SMTP id w1so1641393mue.2 for ; Sat, 29 Nov 2008 10:25:19 -0800 (PST) Message-ID: Date: Sat, 29 Nov 2008 20:25:18 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH 6/6] qemu fixes In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200811281142.48217.Christoph.Egger@amd.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org On 11/29/08, malc wrote: > On Fri, 28 Nov 2008, Christoph Egger wrote: > > > > > > Hi, > > > > This is a series of four patches which improve support > > for qemu on NetBSD. > > > > This patch touches the audio part. > > On NetBSD, the ANSI C99 integer types are defined via CPP macros. > > The CPP must evaluate the conv_natural__to_mono twice > > to compile on NetBSD. > > > > The cure in this case is almost as bad as the disease, since it > introduces a macro with _[[:upper:]] name. How about simply renaming so that there is no uintxx_t, for example using ui8 etc?