From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aj7Hl-0002UM-IX for qemu-devel@nongnu.org; Tue, 20 Jan 2004 20:36:01 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aj7HE-0002Kw-EJ for qemu-devel@nongnu.org; Tue, 20 Jan 2004 20:35:59 -0500 Received: from [195.149.39.210] (helo=ixion.tartarus.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aj4R2-0001sR-N5 for qemu-devel@nongnu.org; Tue, 20 Jan 2004 17:33:24 -0500 Received: from chris by ixion.tartarus.org with local (Exim 3.35 #1 (Debian)) for qemu-devel@nongnu.org id 1Aj4R1-000791-00; Tue, 20 Jan 2004 22:33:23 +0000 Date: Tue, 20 Jan 2004 22:33:23 +0000 From: Chris Emerson Subject: Re: [Qemu-devel] QEMU 0.5.2 testing Message-ID: <20040120223323.GA7052@ixion.tartarus.org> References: <400B1217.8000202@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <400B1217.8000202@free.fr> Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, Jan 19, 2004 at 12:09:11AM +0100, Fabrice Bellard wrote: > I commited all the current fixes in the CVS. I will make the 0.5.2 > release tomorrow, so it would be interesting if some people could test > it before it is officially released... On my Debian PPC box, I had to make two changes to get it to compile install: * Change the uc_context regs to gregs in cpu-exec.c. * Comment out the rule for install in i386/Makefile, since $(PROGS) was empty. I booted the Debian/i386 install floppies, which seems to work except that the keymap is wrong. I got part-way through the installation once I worked out that "/" gave me Enter. Good work! Chris