From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lg2s4-0002yd-Fy for qemu-devel@nongnu.org; Sat, 07 Mar 2009 15:11:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lg2s2-0002yR-Pv for qemu-devel@nongnu.org; Sat, 07 Mar 2009 15:11:43 -0500 Received: from [199.232.76.173] (port=36452 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lg2s2-0002yO-NK for qemu-devel@nongnu.org; Sat, 07 Mar 2009 15:11:42 -0500 Received: from mail-fx0-f175.google.com ([209.85.220.175]:55965) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lg2s2-0003w9-7T for qemu-devel@nongnu.org; Sat, 07 Mar 2009 15:11:42 -0500 Received: by fxm23 with SMTP id 23so858297fxm.34 for ; Sat, 07 Mar 2009 12:11:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <200903061112.25904.hasso@estpak.ee> References: <200903061112.25904.hasso@estpak.ee> Date: Sat, 7 Mar 2009 22:11:40 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Support for DragonFly BSD From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 3/6/09, Hasso Tepper wrote: > The attached patch against trunk allows qemu to compile and work on > DragonFly BSD platform (BSD usermode emulation targets disabled though). > The patch is mostly straightforward, only few comments. > > * Missing "monitor.h" include is a recent regression in trunk and with > this snippet removed the patch applies cleanly to the 0.10.0. > > * Using /usr/bin/env should be generally a good idea. Most systems besides > Linux doesn't have perl in /usr/bin. Applied except for the env part, thanks. Maybe configure should determine the location of Perl and generate some PERL_PATH stuff in config.mak.