From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FQmI2-0002iI-3Q for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:13:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FQmI0-0002hy-Ip for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:13:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FQmI0-0002hv-EL for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:13:48 -0400 Received: from [81.103.221.47] (helo=mtaout01-winn.ispmail.ntl.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FQmLI-0000b8-Ms for qemu-devel@nongnu.org; Tue, 04 Apr 2006 10:17:13 -0400 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com with ESMTP id <20060404141346.PYFA29343.mtaout01-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Tue, 4 Apr 2006 15:13:46 +0100 Received: from suse10.valgrind.org ([82.21.96.252]) by aamtaout02-winn.ispmail.ntl.com with ESMTP id <20060404141346.EMBU24467.aamtaout02-winn.ispmail.ntl.com@suse10.valgrind.org> for ; Tue, 4 Apr 2006 15:13:46 +0100 From: Julian Seward Date: Tue, 4 Apr 2006 15:13:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604041513.43135.jseward@acm.org> Subject: [Qemu-devel] Experiences with qemu-system-ppc 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 What are the prospects for qemu-system-ppc being improved to the point where I can do a vanilla install of popular ppc32-linux distros? I've tried a vanilla install of Debian Sarge (3.1). That went smoothly, except for the stage right at the end, where the disk image is made bootable. The resulting disk image is, despite much messing around, not bootable (using QEMU from cvs). Vesselin Peev made a ppc32 Debian Sarge image with a specially modified external kernel to work around this problem (http://free.oszoo.org/ftp/images/debian_sarge_ppc.tar.torrent) and that does work. Unfortunately QEMU consumes 100% host CPU even when the virtual machine is idle, which means it's not useful for a long-running virtual server. And the reliance on a specially modified kernel means normal updating/upgrading of the virtual machine isn't possible. My goal is to run a farm of QEMU virtual ppc32 machines to do overnight builds/tests of Valgrind on different ppc32 distros. J