From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34629 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6qky-0006O9-L0 for qemu-devel@nongnu.org; Mon, 04 Apr 2011 16:52:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6qkx-0000Sa-DR for qemu-devel@nongnu.org; Mon, 04 Apr 2011 16:52:16 -0400 Received: from belushi.uits.indiana.edu ([129.79.1.188]:43883 helo=internal-relay.indiana.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6qkx-0000SP-6O for qemu-devel@nongnu.org; Mon, 04 Apr 2011 16:52:15 -0400 Received: from mail-relay.iu.edu (burns.uits.indiana.edu [129.79.1.202]) by internal-relay.indiana.edu (8.14.4/8.14.4/IU Messaging Team) with ESMTP id p34KqDgi025025 for ; Mon, 4 Apr 2011 16:52:14 -0400 Received: from [129.79.35.119] (nibbler.dlib.indiana.edu [129.79.35.119]) (authenticated bits=0) by mail-relay.iu.edu (8.14.4/8.14.4/IU Messaging Team Submission) with ESMTP id p34KqDvs017350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 4 Apr 2011 16:52:13 -0400 Subject: Re: [Qemu-devel] Help Debugging AIX boot on qemu-system-ppc (it reads bootfile.exe now) From: Brian Wheeler In-Reply-To: <153009.66346.qm@web110407.mail.gq1.yahoo.com> References: <153009.66346.qm@web110407.mail.gq1.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 04 Apr 2011 16:52:12 -0400 Message-ID: <1301950332.20126.41.camel@nibbler.dlib.indiana.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Booting AIX 5.2 gives me ------------------------------------------------------------------------------- Welcome to AIX. boot image timestamp: 70:80 15/C0 The current time and date: 20:40:45 04/04/2011 number of processors: 1 size of memory: 2047Mb boot device: cd:\ppc\chrp\bootfile.exe Validation failed: the "/rtas" device node does not exist. EXIT So at least for earlier versions of AIX there are still missing firmware bits. Brian On Mon, 2011-04-04 at 13:28 -0700, Kenneth Salerno wrote: > --- On Mon, 04 Apr 2011 08:59:37 -0400, Brian Wheeler wrote: > > > Out of curiosity, what command line did you use for this? > > ./qemu/ppc-softmmu/qemu-system-ppc \ > -net none \ > -m 2047 \ > -nographic \ > -bios ./qemu/pc-bios/openbios-ppc \ > -hda aix.img \ > -cdrom ibmvios.iso \ > -boot d \ > -rtc base=localtime,clock=host \ > -uuid xx... > -monitor tcp:127.0.0.1:9979,server,nowait \ > -serial tcp:127.0.0.1:9980,server,nowait \ > -d in_asm,out_asm,op,op_opt > >