From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BUBYD-0000Pf-GH for qemu-devel@nongnu.org; Sat, 29 May 2004 17:39:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BUBYB-0000PT-Hr for qemu-devel@nongnu.org; Sat, 29 May 2004 17:39:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BUBYB-0000PQ-F7 for qemu-devel@nongnu.org; Sat, 29 May 2004 17:39:31 -0400 Received: from [81.209.184.159] (helo=dd2718.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BUBXg-0005jE-LO for qemu-devel@nongnu.org; Sat, 29 May 2004 17:39:00 -0400 Received: from [192.168.0.7] (dsl-082-082-145-164.arcor-ip.net [82.82.145.164]) by dd2718.kasserver.com (Postfix) with ESMTP id 47A3296179 for ; Sat, 29 May 2004 23:37:24 +0200 (CEST) Message-ID: <40B902F5.30809@fabianowski.de> Date: Sat, 29 May 2004 23:39:01 +0200 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] Running QEMU on FreeBSD References: <1085865953.93476.3.camel@pcgem.rdg.cyberkinetica.com> In-Reply-To: <1085865953.93476.3.camel@pcgem.rdg.cyberkinetica.com> Content-Type: text/plain; charset=us-ascii; format=flowed 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 > However, the problem I have is that the QEMU window does not update > and to see what is on the 'screen' Maybe you should give the CVS version a try. I am also running FreeBSD 5 -CURRENT and it works beautifully for me. Actually, I have just installed Windows XP inside QEMU on FreeBSD. However, you will probably need to apply the patch I posted to the list earlier today in order to make the CVS version compile on FreeBSD. > The system compiler (GCC 2.95) does not understand many of the > constructs used in the source. I don't believe QEMU can be compiled with GCC 2.x at all. That line of GCC is just too broken. However, on FreeBSD 4.x you can still use the lang/gcc32, lang/gcc33, or lang/gcc34 port if you want to try compiling QEMU with GCC 3.x. Though, frankly, I don't see much point in wasting time on that. FreeBSD 5.x is the future ;). Regards, - Bartosz Fabianowski