Re: [Qemu-devel] sh4: more patches

2007-07-24 Thread Paul Mundt
On Wed, Jul 04, 2007 at 01:19:07PM +0900, Magnus Damm wrote: > On 6/25/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > >Can you also provide a regression test like some of the other targets > >have? It would be very useful to detect breakage. > > Sure, what about the attached hello-sh4 test patch?

Re: [Qemu-devel] sh4: more patches

2007-07-04 Thread Blue Swirl
On 7/4/07, Magnus Damm <[EMAIL PROTECTED]> wrote: Ok, to begin with I've attached two patches needed for this to work on sh4. They are in quite hairy shape and not ready for upstream merge. I don't plan on submitting them upstream any time in the future - they are just useful for debugging. Anywa

Re: [Qemu-devel] sh4: more patches

2007-07-03 Thread Magnus Damm
On 6/26/07, Blue Swirl <[EMAIL PROTECTED]> wrote: On 6/22/07, Magnus Damm <[EMAIL PROTECTED]> wrote: > The method used to locate emulation bugs may be of value for other > fellow qemu hackers. I've written a small gdb script that single steps > in an endless loop dumping registers between each in

Re: [Qemu-devel] sh4: more patches

2007-07-03 Thread Magnus Damm
On 6/25/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: Can you also provide a regression test like some of the other targets have? It would be very useful to detect breakage. Sure, what about the attached hello-sh4 test patch? And while at it I've attached two minor patches for fixing trapa sing

Re: [Qemu-devel] sh4: more patches

2007-06-25 Thread Blue Swirl
On 6/22/07, Magnus Damm <[EMAIL PROTECTED]> wrote: The method used to locate emulation bugs may be of value for other fellow qemu hackers. I've written a small gdb script that single steps in an endless loop dumping registers between each instruction. Then I've used this script on both real targe

Re: [Qemu-devel] sh4: more patches

2007-06-25 Thread Thiemo Seufer
Magnus Damm wrote: > Hi Thiemo, > > Thanks for the review and commit help! > > On 6/22/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > >Magnus Damm wrote: > >> The patches attached in this email contain the following fixes: > >> > >> - sh4: Swap word order when accessing double floats > > > >Doesn

Re: [Qemu-devel] sh4: more patches

2007-06-24 Thread Magnus Damm
Hi Thiemo, Thanks for the review and commit help! On 6/22/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: Magnus Damm wrote: > The patches attached in this email contain the following fixes: > > - sh4: Swap word order when accessing double floats Doesn't this one also depend on the host endiannes

Re: [Qemu-devel] sh4: more patches

2007-06-22 Thread Thiemo Seufer
Magnus Damm wrote: > Hi everyone, > > Here comes a few more patches for the sh4 emulator. The should be > applied on top of the patches that I posted a few weeks ago: > > http://www.mail-archive.com/qemu-devel@nongnu.org/msg10830.html > > Good news is that the user space emulator is in a much be

[Qemu-devel] sh4: more patches

2007-06-22 Thread Magnus Damm
Hi everyone, Here comes a few more patches for the sh4 emulator. The should be applied on top of the patches that I posted a few weeks ago: http://www.mail-archive.com/qemu-devel@nongnu.org/msg10830.html Good news is that the user space emulator is in a much better shape now - with all the patc