Re: [Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-15 Thread Blue Swirl
On 11/10/07, Robert Reif [EMAIL PROTECTED] wrote: Blue Swirl wrote: DPRINTF_ASI would be nice. Here is a revised patch: Thanks. The patch didn't apply completely. I noticed that there are some too long lines, they should be wrapped. Module reset register should be in a different patch.

[Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-10 Thread Robert Reif
This patch makes debugging asi and mxcc accesses easier to follow. Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.51 diff -p -u -r1.51 op_helper.c ---

Re: [Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-10 Thread Blue Swirl
On 11/10/07, Robert Reif [EMAIL PROTECTED] wrote: This patch makes debugging asi and mxcc accesses easier to follow. ... and adds a new register. DPRINTF_ASI would be nice.

Re: [Qemu-devel] [PATCH] sparc32 asi cleanups and debug printf

2007-11-10 Thread Robert Reif
Blue Swirl wrote: DPRINTF_ASI would be nice. Here is a revised patch: Index: target-sparc/op_helper.c === RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v retrieving revision 1.51 diff -p -u -r1.51 op_helper.c ---