Re: [Qemu-devel] qemu on mips patch

2007-06-07 Thread Jun Peng
2007/6/3, Thiemo Seufer <[EMAIL PROTECTED]>: ... I think the current CVS version does the right thing without relying on on an equivalent to your op_mips.c tool. ... On my computer, I do not think so. in op.o, -fno-PIC -mno-abicalls 004eb0d4 : ... 4eb104: afa50010 sw a1,16(sp) 4eb108: 14600

Re: [Qemu-devel] qemu on mips patch

2007-06-03 Thread Thiemo Seufer
Jun Peng wrote: > Hello! > > Are you are just testing host_mips qemu? I have been doing the same > work two or three month > > ago on a mips + linux system. But, it have some bugs however. > > It is for qemu 0.6.1 refer to qemu-irix.patch at first. And yesterday, > I made a qemu 0.9.0 > > patch.

Re: [Qemu-devel] qemu on mips patch

2007-06-02 Thread Jun Peng
Sorry, sorry, I did send a wrony "cpu_signal_handler()"! in cpu-exec.c: #include int cpu_signal_handler(int host_signum, void *pinfo, void *puc) { siginfo_t *info = pinfo; struct ucontext *uc = puc; unsigned long pc; int is_write; pc = uc->uc_mcontext.pc;