Re: [Qemu-devel] [PATCH] PPC32 Trace Exception and Trap instruction

2006-12-29 Thread Rob Landley
On Wednesday 27 December 2006 11:24 am, Ely Soto wrote: Excellent, I had encountered that bug earlier on when trying to debug using workbench. Are you guys developing a BSP for qemu? I have a partially working one. I'm poking at something like that. http://landley.net/code/firmware

[Qemu-devel] [PATCH] PPC32 Trace Exception and Trap instruction

2006-12-27 Thread Jason Wessel
Please add this patch to CVS. The patch has two purposes: 1) The NIP needs to be updated for a tw instruction. I found that when executing protected mode traps the PC was always set to the begining of the code generation block instead of the instruction the trap occurred on.

Re: [Qemu-devel] [PATCH] PPC32 Trace Exception and Trap instruction

2006-12-27 Thread Ely Soto
To qemu-devel@nongnu.org cc Subject [Qemu-devel] [PATCH] PPC32 Trace Exception and Trap instruction Please add this patch to CVS. The patch has two purposes: 1) The NIP needs to be updated for a tw instruction. I found that when executing protected mode traps the PC was always set