qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Bharat Bhushan <Bharat.Bhushan@freescale.com>
To: agraf@suse.de
Cc: Bharat Bhushan <Bharat.Bhushan@freescale.com>,
	maddy@linux.vnet.ibm.com, qemu-ppc@nongnu.org,
	qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/4 v8] ppc: Add debug stub support
Date: Mon, 14 Jul 2014 14:45:34 +0530	[thread overview]
Message-ID: <1405329338-10206-1-git-send-email-Bharat.Bhushan@freescale.com> (raw)

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 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 | 356 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 328 insertions(+), 28 deletions(-)

-- 
1.9.3

             reply	other threads:[~2014-07-14  9:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14  9:15 Bharat Bhushan [this message]
2014-07-14  9:15 ` [Qemu-devel] [PATCH 1/4 v8] ppc: debug stub: Get trap instruction opcode from KVM Bharat Bhushan
2014-07-14 11:52   ` Madhavan Srinivasan
2014-07-14  9:15 ` [Qemu-devel] [PATCH 2/4 v8] ppc: synchronize excp_vectors for injecting exception Bharat Bhushan
2014-07-14  9:15 ` [Qemu-devel] [PATCH 4/4 v8] ppc: Add hw breakpoint watchpoint support Bharat Bhushan
2014-07-14  9:15 ` [Qemu-devel] [PATCH 3/4 v8] ppc: Add software breakpoint support Bharat Bhushan
2014-07-14 11:51   ` Madhavan Srinivasan
2014-07-28 13:36 ` [Qemu-devel] [PATCH 0/4 v8] ppc: Add debug stub support Alexander Graf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1405329338-10206-1-git-send-email-Bharat.Bhushan@freescale.com \
    --to=bharat.bhushan@freescale.com \
    --cc=agraf@suse.de \
    --cc=maddy@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).