Re: [Qemu-devel] RFC: cleanups in ELF loader

2007-10-05 Thread J. Mayer
On Thu, 2007-10-04 at 12:20 +0100, Thiemo Seufer wrote: J. Mayer wrote: [snip] The thing I see is different is that the n32 ABI redefines elf_greg_t and elf_caddr_t as 32 bits. Maybe I missed something but those types seem not to be used by the ELF loader (or maybe I should look in a more

Re: [Qemu-devel] RFC: BIOS filename option

2007-10-05 Thread J. Mayer
On Thu, 2007-10-04 at 12:38 +0100, Thiemo Seufer wrote: J. Mayer wrote: Hi, This is a proposal to allow the user to select a BIOS file name on the command line. The goal is mainly to ease debug, for example when I want to try to run a firmware comming from a real machine instead of the

[Qemu-devel] qemu/target-ppc helper.c translate_init.c

2007-10-05 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/10/05 13:09:55 Modified files: target-ppc : helper.c translate_init.c Log message: PowerPC hardware reset vector is now considered as part of the exception model. Use it at

[Qemu-devel] qemu/target-ppc cpu.h translate_init.c

2007-10-05 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/10/05 13:11:25 Modified files: target-ppc : cpu.h translate_init.c Log message: Rename PowerPC MMUCSR0 and MMUCFG SPRs: those are not BookE specific. CVSWeb URLs:

[Qemu-devel] qemu vl.c vl.h hw/mips_malta.c hw/mips_pica61.c...

2007-10-05 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer j_mayer 07/10/05 13:08:35 Modified files: . : vl.c vl.h hw : mips_malta.c mips_pica61.c mips_r4k.c pc.c ppc405_boards.c ppc_chrp.c ppc_prep.c shix.c

[Qemu-devel] qemu/linux-user main.c qemu.h signal.c

2007-10-05 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/10/05 17:01:51 Modified files: linux-user : main.c qemu.h signal.c Log message: Implement sparc64_[gs]et_context CVSWeb URLs:

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin

2007-10-05 Thread Natalia Portillo
Hi all, Just to resume, I'm in position with Fabrice, Thiemo and Jocelyn. And, to note. Current BIOS are very bloated assembler hacks that everytime I use them make me think miracle, it POSTs! No way, in a far far away galaxy, there was a simple BIOS, that WONT RUN UNDER QEMU. Why?

[Qemu-devel] [PATCH] Add support to sparc for loading a real bios image.

2007-10-05 Thread Robert Reif
Add support to sparc for loading a real bios image. Index: hw/sun4m.c === RCS file: /sources/qemu/qemu/hw/sun4m.c,v retrieving revision 1.52 diff -p -u -r1.52 sun4m.c --- hw/sun4m.c 5 Oct 2007 13:08:35 - 1.52 +++