Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-03-11 Thread Paul Brook
> I updated the patch to allow for that again, and added an ELF loader on > top to avoid hardcoded kernel load addresses/entry points. This is also > useful for stand-alone programs. The ramdisk and command line addresses > are still hardcoded. Except now you can't load raw kernel images. I'm sti

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-03-06 Thread Thiemo Seufer
On Thu, Feb 23, 2006 at 09:44:20PM +, Paul Brook wrote: > > > > That's the current state since there is no real mips firmware, but Qemu > > > > should also be able to boot from an image. E.g. Linux/MIPS on > > > > DECstations uses MSDOS disklabels. > > > > > > I don't see how providing a fake a

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Thiemo Seufer
On Thu, Feb 23, 2006 at 07:24:06PM +, Paul Brook wrote: > On Wednesday 22 February 2006 17:35, Thiemo Seufer wrote: > > On Wed, Feb 22, 2006 at 03:28:04PM +, Paul Brook wrote: > > > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > > > Hello All, > > > > > > > > this adds to the M

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Paul Brook
> > > That's the current state since there is no real mips firmware, but Qemu > > > should also be able to boot from an image. E.g. Linux/MIPS on > > > DECstations uses MSDOS disklabels. > > > > I don't see how providing a fake an x86 boot sector would help this. > > Presumably the DECstation firmw

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Paul Brook
On Wednesday 22 February 2006 17:35, Thiemo Seufer wrote: > On Wed, Feb 22, 2006 at 03:28:04PM +, Paul Brook wrote: > > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > > Hello All, > > > > > > this adds to the MIPS system emulation: > > > - Harddisk emulation, including MSDOS parti

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Thiemo Seufer
On Wed, Feb 22, 2006 at 03:28:04PM +, Paul Brook wrote: > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > Hello All, > > > > this adds to the MIPS system emulation: > > - Harddisk emulation, including MSDOS partition labels. > > Why do you need the bootsector bits? IIUC this was a

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-23 Thread Paul Brook
On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > Hello All, > > this adds to the MIPS system emulation: > - Harddisk emulation, including MSDOS partition labels. Why do you need the bootsector bits? IIUC this was an x86 specific hack to make the x86 bios load the kernel passed with -ker

[Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-21 Thread Thiemo Seufer
Hello All, this adds to the MIPS system emulation: - Harddisk emulation, including MSDOS partition labels. - RTC support. - (Untested) Audio, PC Keyboard, and PS/2 suport. Thiemo diff -urpN qemu-work/Makefile.target qemu/Makefile.target --- qemu-work/Makefile.target 2006-02-18 00:40:53.00