All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4 v7] ppc: Add debug stub support
@ 2014-07-10 14:19 Bharat Bhushan
  2014-07-10 14:19 ` [Qemu-devel] [PATCH 1/4 v7] ppc: debug stub: Get trap instruction opcode from KVM Bharat Bhushan
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bharat Bhushan @ 2014-07-10 14:19 UTC (permalink / raw)
  To: agraf; +Cc: Bharat Bhushan, maddy, qemu-ppc, qemu-devel

This patchset add support for
 - software breakpoint
 - h/w breakpoint
 - h/w watchpoint
  
Please find description in individual patch.

v6->v7
 - Removed interrupt injection infrastructure
 - Simplified excp_vector initialization based on comment
 - Moved program check exception to software breakpoint patch
 
v5->v6
 - Added a new patch to synchronize excp_vectors.
 - Inject program exception rather than debug exception if
   guest is not able to handle debug exception. why? detail
   in respective patch.

Bharat Bhushan (4):
  ppc: debug stub: Get trap instruction opcode from KVM
  ppc: synchronize excp_vectors for injecting exception
  ppc: Add software breakpoint support
  ppc: Add hw breakpoint watchpoint support

 target-ppc/kvm.c | 347 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 319 insertions(+), 28 deletions(-)

-- 
1.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-14  8:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 14:19 [Qemu-devel] [PATCH 0/4 v7] ppc: Add debug stub support Bharat Bhushan
2014-07-10 14:19 ` [Qemu-devel] [PATCH 1/4 v7] ppc: debug stub: Get trap instruction opcode from KVM Bharat Bhushan
2014-07-10 14:19 ` [Qemu-devel] [PATCH 2/4 v7] ppc: synchronize excp_vectors for injecting exception Bharat Bhushan
2014-07-10 14:19 ` [Qemu-devel] [PATCH 3/4 v7] ppc: Add software breakpoint support Bharat Bhushan
2014-07-11  5:21   ` Madhavan Srinivasan
2014-07-14  8:55     ` Bharat.Bhushan
2014-07-10 14:19 ` [Qemu-devel] [PATCH 4/4 v7] ppc: Add hw breakpoint watchpoint support Bharat Bhushan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.