Re: [Qemu-devel] [PATCH 0/4 v8] ppc: Add debug stub support

2014-07-28 Thread Alexander Graf
On 14.07.14 11:15, Bharat Bhushan wrote: This patchset add support for - software breakpoint - h/w breakpoint - h/w watchpoint Please find description in individual patch. Thanks, applied (with minor edits in comments) to ppc-next-2.2. Alex

[Qemu-devel] [PATCH 0/4 v8] ppc: Add debug stub support

2014-07-14 Thread Bharat Bhushan
This patchset add support for - software breakpoint - h/w breakpoint - h/w watchpoint Please find description in individual patch. v7->v8 - Decrement nip by 4 before calling ppc_cpu_do_interrupt() as pointed by "Madhavan Srinivasan" - Also added missing cpu_sync() v6->v7 - Removed i