From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWCvT-0004Ex-TH for qemu-devel@nongnu.org; Wed, 29 Jul 2009 13:26:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWCvT-0004Ej-8Y for qemu-devel@nongnu.org; Wed, 29 Jul 2009 13:26:51 -0400 Received: from [199.232.76.173] (port=33511 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWCvT-0004Eg-2L for qemu-devel@nongnu.org; Wed, 29 Jul 2009 13:26:51 -0400 Received: from qw-out-1920.google.com ([74.125.92.147]:15495) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWCvS-0002Bb-LI for qemu-devel@nongnu.org; Wed, 29 Jul 2009 13:26:50 -0400 Received: by qw-out-1920.google.com with SMTP id 5so474894qwc.4 for ; Wed, 29 Jul 2009 10:26:49 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 29 Jul 2009 21:26:49 +0400 Message-ID: From: Marcus Mae Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-system-ppc: cdrom:0, \ppc\chrp\yaboot.conf: Unknown or corrupt filesystem List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: openbios@openbios.org Cc: qemu-devel@nongnu.org Hi, Openbios dev list, I'm wondering if it is possible to run ppc virtual machine on x86_64. I execute the following: qemu-system-ppc64 -vga std -cdrom /home/marcusmae/Download/OS/Fedora-11-ppc-DVD.iso -hda f11_ppc.qcow2 -m 1024 , and this brings me to coffee-colored openbios room, inviting to boot from somewhere. I type: boot cdrom which gives me cdrom:0,\ppc\chrp\yaboot.conf: Unknown or corrupt filesystem Welcome to yaboot version 1.3.14 (Red Hat 1.3.14-12.fc11) What's the problem with it? I'm sure that it's an iso of ppc build of fedora. Thanks!