Re: [Qemu-devel] Questions on "hidden" functions in QEMU source code

2007-10-17 Thread Jun Koi
On 10/16/07, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, 16 Oct 2007, Stuart Brady wrote: > > > On Tue, Oct 16, 2007 at 05:28:24PM +0900, Jun Koi wrote: > > > For example, functions like compute_all_incb() and compute_c_incl() in > > > target-i386/op.c are never defined anywher

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Thiemo Seufer
J. Mayer wrote: > On Wed, 2007-10-17 at 22:06 +0300, Blue Swirl wrote: > > On 10/17/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > > > J. Mayer wrote: > > > > > I failed to run Mips target test image on my amd64 machine and I now > > >

[Qemu-devel] qemu elf_ops.h loader.c

2007-10-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/17 23:07:31 Modified files: . : elf_ops.h loader.c Log message: Cast ELF datatypes properly to host 64bit types. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/elf_ops

Re: [Qemu-devel] fat rw status

2007-10-17 Thread Johannes Schindelin
Hi, On Wed, 17 Oct 2007, Ricardo Almeida wrote: > I've sent a message 4 days ago but got no answer :( > > http://lists.gnu.org/archive/html/qemu-devel/2007-10/msg00314.html Patience! Either you convince the committers that your patch is correct, or you wait for me to have some time to look in

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread J. Mayer
On Wed, 2007-10-17 at 22:06 +0300, Blue Swirl wrote: > On 10/17/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > > J. Mayer wrote: > > > > I failed to run Mips target test image on my amd64 machine and I now > > > > found the reason of the

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Blue Swirl
On 10/17/07, Jocelyn Mayer <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > J. Mayer wrote: > > > I failed to run Mips target test image on my amd64 machine and I now > > > found the reason of the bug: > > > the kernel loader code used in hw/mips_r4k.c and hw

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Thiemo Seufer
Jocelyn Mayer wrote: > On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > > J. Mayer wrote: > > > I failed to run Mips target test image on my amd64 machine and I now > > > found the reason of the bug: > > > the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c > > > implicitelly

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Jocelyn Mayer
On Wed, 2007-10-17 at 14:51 +0100, Thiemo Seufer wrote: > J. Mayer wrote: > > I failed to run Mips target test image on my amd64 machine and I now > > found the reason of the bug: > > the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c > > implicitelly assumes that the ram_addr_t is 32

[Qemu-devel] qemu/pc-bios openbios-sparc32

2007-10-17 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/17 17:42:21 Modified files: pc-bios: openbios-sparc32 Log message: Really update the image CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/openbios-sparc32?cvsroot=qemu&r

[Qemu-devel] qemu/target-sparc op_helper.c op_mem.h

2007-10-17 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/17 17:37:13 Modified files: target-sparc : op_helper.c op_mem.h Log message: Use ldq and stq for 8 byte accesses (original patch by Robert Reif) CVSWeb URLs: http://cvs.savannah.gnu.org/view

[Qemu-devel] qemu/target-sparc translate.c

2007-10-17 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/17 17:34:58 Modified files: target-sparc : translate.c Log message: Enable all alignment checks CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=qemu&r1

[Qemu-devel] qemu/pc-bios README

2007-10-17 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/17 17:34:18 Modified files: pc-bios: README Log message: Update Sparc32 OpenBIOS image to SVN revision 171. Changes: r170: Fix exception handling and printout r171: Fix 8

Re: [Qemu-devel] Mips target '-kernel' option bug

2007-10-17 Thread Thiemo Seufer
J. Mayer wrote: > I failed to run Mips target test image on my amd64 machine and I now > found the reason of the bug: > the kernel loader code used in hw/mips_r4k.c and hw/mips_malta.c > implicitelly assumes that the ram_addr_t is 32 bits long. > Unfortunatelly, on 64 bits hosts, this won't be the

[Qemu-devel] qemu/target-mips TODO

2007-10-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/17 13:43:58 Modified files: target-mips: TODO Log message: Update TODO. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=qemu&r1=1.16&r2=1.17

[Qemu-devel] qemu qemu-doc.texi hw/mips_mipssim.c hw/mipsnet.c

2007-10-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/17 13:39:42 Modified files: . : qemu-doc.texi Added files: hw : mips_mipssim.c mipsnet.c Log message: Second half of mipssim support, plus documentation i

[Qemu-devel] fat rw status

2007-10-17 Thread Ricardo Almeida
Hi, I've sent a message 4 days ago but got no answer :( http://lists.gnu.org/archive/html/qemu-devel/2007-10/msg00314.html From: Ricardo Almeida Subject:[Qemu-devel] fat rw Date: Sat, 13 Oct 2007 23:50:17 +0100 Hi, I've found the fat:rw:dir option for harddrives and want to use it

[Qemu-devel] qemu Makefile.target qemu-doc.texi vl.c vl.h

2007-10-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/10/17 13:08:32 Modified files: . : Makefile.target qemu-doc.texi vl.c vl.h Log message: MIPSsim pseudo machine emulation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/M