From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9ji2-0007KS-7Y for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:01:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9ji0-000435-BJ for qemu-devel@nongnu.org; Mon, 19 Mar 2012 17:01:41 -0400 Message-ID: <4F679EAA.1050007@reactos.org> Date: Mon, 19 Mar 2012 22:01:30 +0100 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <1331995186-18507-1-git-send-email-hpoussin@reactos.org> <1331995186-18507-3-git-send-email-hpoussin@reactos.org> <4F672C4A.60406@suse.de> In-Reply-To: <4F672C4A.60406@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/6] prep: change default cpu to '7448' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Gerd Hoffmann Andreas F=C3=A4rber a =C3=A9crit : > Am 17.03.2012 15:39, schrieb Herv=C3=A9 Poussineau: >> In b37fc148bb81b5b022846156a6cba266e6c23962, PReP default cpu was chan= ged from >> 'default' to '602'. However, '7448' is closer of 'default' than '602'. >> >> This repairs following command line, which is available in some tutori= als: >> qemu-system-ppc -kernel zImage.prep -fda debian_install_root.bin -M pr= ep >> >> Cc: Gerd Hoffmann >> Signed-off-by: Herv=C3=A9 Poussineau >=20 > Weak nack. I guess this depends more on the image than on the command > line. If at this point we change the default CPU for -M prep, we would > need to start creating prep-1.0 etc. which I would like to avoid as lon= g > as possible... I'm using floppy images available at http://archive.debian.org/debian/dists/woody/main/disks-powerpc/current/p= rep/images-1.44/ more specifically root.bin The default cpu has already been changed once between 0.11 and 0.12, so=20 I think it's not impossible to change it once more. Moreover, I don't think prep emulation is used in any production=20 environment... >=20 > Did you happen to found out which physical machine 'prep' corresponds > to? If so, what CPU did it have? It seems that 'prep' emulates a Motorola, maybe the=20 PowerStack/BlackHack, but I'm not sure... > The Sandalfoot supposedly had a 601, the BeBox a dual 603. With 601, Open Hack'Ware doesn't work. With 602, the Debian installer doesn't start. With 603, the Debian installer starts. With 604, Open Hack'Ware doesn't work. Will you accept a patch to change '602' to '603'? Herv=C3=A9