From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SaXgk-0002ts-9h for qemu-devel@nongnu.org; Fri, 01 Jun 2012 15:39:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SaXgi-0006NK-5u for qemu-devel@nongnu.org; Fri, 01 Jun 2012 15:39:09 -0400 Message-ID: <4FC91A4D.7040402@reactos.org> Date: Fri, 01 Jun 2012 21:38:53 +0200 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: <1331995186-18507-1-git-send-email-hpoussin@reactos.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/6] prep: some fixes and Super I/O emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Hi, Artyom Tarasenko a =E9crit : > On 3/17/12, Herv=E9 Poussineau wrote: >> First two patches repair some functionality broken since 2009! >> Debian install root floppy can now be started again. >=20 > Can you give the qemu command line for this? The command line is qemu-system-ppc -kernel zImage.prep -fda debian_install_root.bin -M prep You can find kernel and floppy image in archive=20 http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-ppc.zip You can find other floppy images required for install at http://archive.debian.org/debian/dists/woody/main/disks-powerpc/current/p= rep/images-1.44/ >=20 >> Patches 4 to 6 implement the pc87312 Super I/O chip. >> Some versions by me or by Andreas F=E4rber have already been sent on >> mailing list. This patch has been tested on PReP emulation and on >> IBM 40p (not yet committed). >> >> Herv=E9 Poussineau (6): >> i82378/i82374: do not create DMA controller twice >> prep: change default cpu to '7448' >> isa: add isa_bus_from_device() method >> fdc: Parametrize ISA base, IRQ and DMA >> prep: add pc87312 Super I/O emulation >> prep: use pc87312 Super I/O chip instead of collection of random ISA >> devices >=20 >=20 Herv=E9