All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Bharat Bhushan <r65777@freescale.com>
Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, agraf@suse.de,
	Bharat Bhushan <Bharat.Bhushan@freescale.com>
Subject: Re: [PATCH 5/6] booke: Added DBCR4 SPR number
Date: Wed, 05 Sep 2012 23:24:33 +0000	[thread overview]
Message-ID: <5047DF31.7090402@freescale.com> (raw)
In-Reply-To: <1345557120-16197-6-git-send-email-Bharat.Bhushan@freescale.com>

On 08/21/2012 08:51 AM, Bharat Bhushan wrote:
> Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
> ---
>  arch/powerpc/include/asm/reg_booke.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/include/asm/reg_booke.h b/arch/powerpc/include/asm/reg_booke.h
> index e07e6af..b417de3 100644
> --- a/arch/powerpc/include/asm/reg_booke.h
> +++ b/arch/powerpc/include/asm/reg_booke.h
> @@ -56,6 +56,7 @@
>  #define SPRN_SPRG7W	0x117	/* Special Purpose Register General 7 Write */
>  #define SPRN_EPCR	0x133	/* Embedded Processor Control Register */
>  #define SPRN_DBCR2	0x136	/* Debug Control Register 2 */
> +#define SPRN_DBCR4	0x233	/* Debug Control Register 4 */
>  #define SPRN_MSRP	0x137	/* MSR Protect Register */
>  #define SPRN_IAC3	0x13A	/* Instruction Address Compare 3 */
>  #define SPRN_IAC4	0x13B	/* Instruction Address Compare 4 */
> 

Please keep this in numerical order.

-Scott



WARNING: multiple messages have this Message-ID (diff)
From: Scott Wood <scottwood@freescale.com>
To: Bharat Bhushan <r65777@freescale.com>
Cc: <kvm-ppc@vger.kernel.org>, <kvm@vger.kernel.org>, <agraf@suse.de>,
	Bharat Bhushan <Bharat.Bhushan@freescale.com>
Subject: Re: [PATCH 5/6] booke: Added DBCR4 SPR number
Date: Wed, 5 Sep 2012 18:24:33 -0500	[thread overview]
Message-ID: <5047DF31.7090402@freescale.com> (raw)
In-Reply-To: <1345557120-16197-6-git-send-email-Bharat.Bhushan@freescale.com>

On 08/21/2012 08:51 AM, Bharat Bhushan wrote:
> Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
> ---
>  arch/powerpc/include/asm/reg_booke.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/include/asm/reg_booke.h b/arch/powerpc/include/asm/reg_booke.h
> index e07e6af..b417de3 100644
> --- a/arch/powerpc/include/asm/reg_booke.h
> +++ b/arch/powerpc/include/asm/reg_booke.h
> @@ -56,6 +56,7 @@
>  #define SPRN_SPRG7W	0x117	/* Special Purpose Register General 7 Write */
>  #define SPRN_EPCR	0x133	/* Embedded Processor Control Register */
>  #define SPRN_DBCR2	0x136	/* Debug Control Register 2 */
> +#define SPRN_DBCR4	0x233	/* Debug Control Register 4 */
>  #define SPRN_MSRP	0x137	/* MSR Protect Register */
>  #define SPRN_IAC3	0x13A	/* Instruction Address Compare 3 */
>  #define SPRN_IAC4	0x13B	/* Instruction Address Compare 4 */
> 

Please keep this in numerical order.

-Scott

  reply	other threads:[~2012-09-05 23:24 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 13:51 [PATCH 0/6] KVM: BOOKE/BOOKEHV : Added debug stub support Bharat Bhushan
2012-08-21 13:55 ` Bharat Bhushan
2012-08-21 13:51 ` [PATCH 1/6] KVM: PPC: booke: use vcpu reference from thread_struct Bharat Bhushan
2012-08-21 13:54   ` Bharat Bhushan
2012-09-24 16:27   ` Alexander Graf
2012-09-24 16:27     ` Alexander Graf
2012-10-04  6:50     ` Bhushan Bharat-R65777
2012-10-04  6:50       ` Bhushan Bharat-R65777
2012-08-21 13:51 ` [PATCH 2/6] KVM: PPC: booke: Allow multiple exception types Bharat Bhushan
2012-08-21 13:55   ` Bharat Bhushan
2012-08-21 13:51 ` [PATCH 3/6] KVM: PPC: booke: Added debug handler Bharat Bhushan
2012-08-21 13:55   ` Bharat Bhushan
2012-08-21 13:51 ` [PATCH 4/6] KVM: PPC: debug stub interface parameter defined Bharat Bhushan
2012-08-21 13:55   ` Bharat Bhushan
2012-09-24 15:38   ` Alexander Graf
2012-09-24 15:38     ` Alexander Graf
2012-10-04  7:14     ` Bhushan Bharat-R65777
2012-10-04  7:14       ` Bhushan Bharat-R65777
2012-12-17 16:56       ` Alexander Graf
2012-12-17 16:56         ` Alexander Graf
2012-10-04  7:37     ` Bhushan Bharat-R65777
2012-10-04  7:37       ` Bhushan Bharat-R65777
2012-08-21 13:51 ` [PATCH 5/6] booke: Added DBCR4 SPR number Bharat Bhushan
2012-08-21 13:55   ` Bharat Bhushan
2012-09-05 23:24   ` Scott Wood [this message]
2012-09-05 23:24     ` Scott Wood
2012-08-21 13:52 ` [PATCH 6/6] KVM: booke/bookehv: Add debug stub support Bharat Bhushan
2012-08-21 13:55   ` Bharat Bhushan
2012-09-05 23:23   ` Scott Wood
2012-09-05 23:23     ` Scott Wood
2012-09-05 23:27     ` Scott Wood
2012-09-05 23:27       ` Scott Wood
2012-09-06 14:56       ` Bhushan Bharat-R65777
2012-09-06 14:56         ` Bhushan Bharat-R65777
2012-09-06 22:56         ` Scott Wood
2012-09-06 22:56           ` Scott Wood
2012-09-24 14:46           ` Alexander Graf
2012-09-24 14:46             ` Alexander Graf
2012-09-25 10:38             ` Jan Kiszka
2012-09-25 10:38               ` Jan Kiszka
2012-09-25 10:47               ` Alexander Graf
2012-09-25 10:47                 ` Alexander Graf
2012-09-25 10:56                 ` Jan Kiszka
2012-09-25 10:56                   ` Jan Kiszka
2012-09-25 10:58                   ` Alexander Graf
2012-09-25 10:58                     ` Alexander Graf
2012-09-25 11:06                     ` Jan Kiszka
2012-09-25 11:06                       ` Jan Kiszka
2012-09-25 11:10                       ` Alexander Graf
2012-09-25 11:10                         ` Alexander Graf
2012-09-24 16:20   ` Alexander Graf
2012-09-24 16:20     ` Alexander Graf
2012-10-04 11:06     ` Bhushan Bharat-R65777
2012-10-04 11:06       ` Bhushan Bharat-R65777
2012-10-04 11:25       ` Alexander Graf
2012-10-04 11:25         ` Alexander Graf
2012-10-04 14:22         ` Bhushan Bharat-R65777
2012-10-04 14:22           ` Bhushan Bharat-R65777
2012-10-04 14:41           ` Alexander Graf
2012-10-04 14:41             ` Alexander Graf
2012-10-04 15:19             ` Bhushan Bharat-R65777
2012-10-04 15:19               ` Bhushan Bharat-R65777
2012-10-04 15:40               ` Alexander Graf
2012-10-04 15:40                 ` 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=5047DF31.7090402@freescale.com \
    --to=scottwood@freescale.com \
    --cc=Bharat.Bhushan@freescale.com \
    --cc=agraf@suse.de \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=r65777@freescale.com \
    /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 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.