From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYW1C-0006v5-PI for qemu-devel@nongnu.org; Tue, 25 Apr 2006 18:28:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYW1A-0006sW-NT for qemu-devel@nongnu.org; Tue, 25 Apr 2006 18:28:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYW1A-0006sT-HQ for qemu-devel@nongnu.org; Tue, 25 Apr 2006 18:28:24 -0400 Received: from [84.96.92.60] (helo=Smtp.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FYW3i-000296-Nz for qemu-devel@nongnu.org; Tue, 25 Apr 2006 18:31:02 -0400 Received: from [84.102.211.96] by sp604001mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0IYA006S3UDDL7Y0@sp604001mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Wed, 26 Apr 2006 00:27:13 +0200 (CEST) Date: Wed, 26 Apr 2006 00:26:27 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] Patch for kqemu-1.3.0pre5 on Fedora Core 4 x86_64 In-reply-to: <1145990153.5329.2.camel@localhost.localdomain> Message-id: <444EA213.7080703@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <1145990153.5329.2.camel@localhost.localdomain> 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 Ben Dailey wrote: > Hello, > > I have just recently joined the list and thought I would share this > simple patch to get kqemu-1.3.0pre5 to compile against the > 2.6.16-1.2096_FC4smp kernel. Configure was run as "./configure > --cc=gcc32 --host-cc=gcc". Before the patch the make output was as > follows: >[...] I just made a new kqemu release (version 1.3.0pre6). It includes your patch and a few other bug fixes. Fabrice.