From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52903 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBCrl-00032Q-LL for qemu-devel@nongnu.org; Wed, 27 Oct 2010 16:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBCrZ-0005Jq-V4 for qemu-devel@nongnu.org; Wed, 27 Oct 2010 16:44:53 -0400 Received: from mail-qw0-f45.google.com ([209.85.216.45]:38535) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBCrZ-0005Jj-Sm for qemu-devel@nongnu.org; Wed, 27 Oct 2010 16:44:49 -0400 Received: by qwf6 with SMTP id 6so1164762qwf.4 for ; Wed, 27 Oct 2010 13:44:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <8662wo112y.fsf@shell.gmplib.org> References: <86sjzssydf.fsf@shell.gmplib.org> <8642FB76-3D0B-4326-9C8B-B7ED8802B761@suse.de> <86r5fc22wx.fsf@shell.gmplib.org> <86iq0o20lh.fsf@shell.gmplib.org> <8662wo112y.fsf@shell.gmplib.org> From: Blue Swirl Date: Wed, 27 Oct 2010 20:44:29 +0000 Message-ID: Subject: Re: [Qemu-devel] Which qemu ports actually work? Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Torbjorn Granlund Cc: Alexander Graf , qemu-devel Developers On Wed, Oct 27, 2010 at 8:39 AM, Torbjorn Granlund wrote: > =C2=A0> "install64", which comes a bit longer. =C2=A0It fails in a new wa= y: it > =C2=A0> ignores keyboard input, This happens after the kernel has booted,= and > =C2=A0> the installer has started. > > =C2=A0Yes, ignoring keyboard input sounds right. The issue here is that > =C2=A0we're basically emulating a PPC32 machine, but plug in a PPC64 > =C2=A0CPU. This works mostly, but for ADB it breaks, as the guest kernel > =C2=A0doesn't have support for our ADB controller. Unfortunately, keyboar= d > =C2=A0and mouse are attached using ADB. > > =C2=A0One way to get around this is to use -usb -usbdevice keyboard. > > That makes no difference. =C2=A0I suppose it is still using the adb keybo= ard. I got to livecd prompt, with working keyboard using the following command l= ine: qemu-system-ppc64 -boot d -cdrom install-powerpc-minimal-2008.0.iso -cpu 970fx -M mac99 -usb -usbdevice keyboard At boot prompt, I just hit enter to select a G5 kernel.