All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] target/arm: Correct the encoding of MDCCSR_EL0
@ 2021-06-29  8:27 hnick
  2021-06-29  9:49 ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: hnick @ 2021-06-29  8:27 UTC (permalink / raw)
  Cc: Peter Maydell, Nick Hudson, open list:ARM TCG CPUs,
	Mohannad Ismail, open list:All patches CC here

Signed-off-by: Nick Hudson <hnick@vmware.com>
---
 target/arm/helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/arm/helper.c b/target/arm/helper.c
index a66c1f0b9e..7267af7924 100644
--- a/target/arm/helper.c
+++ b/target/arm/helper.c
@@ -6330,7 +6330,7 @@ static const ARMCPRegInfo debug_cp_reginfo[] = {
      * We don't implement the configurable EL0 access.
      */
     { .name = "MDCCSR_EL0", .state = ARM_CP_STATE_BOTH,
-      .cp = 14, .opc0 = 2, .opc1 = 0, .crn = 0, .crm = 1, .opc2 = 0,
+      .cp = 14, .opc0 = 2, .opc1 = 3, .crn = 0, .crm = 1, .opc2 = 0,
       .type = ARM_CP_ALIAS,
       .access = PL1_R, .accessfn = access_tda,
       .fieldoffset = offsetof(CPUARMState, cp15.mdscr_el1), },
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH] target/arm: Correct the encoding of MDCCSR_EL0
@ 2021-06-29  8:15 Nick Hudson
  2021-06-29 14:00 ` Richard Henderson
  2021-06-29 14:12 ` Peter Maydell
  0 siblings, 2 replies; 10+ messages in thread
From: Nick Hudson @ 2021-06-29  8:15 UTC (permalink / raw)
  Cc: Peter Maydell, Nick Hudson, open list:ARM TCG CPUs,
	Mohannad Ismail, open list:All patches CC here

Signed-off-by: Nick Hudson <hnick@vmware.com>
---
 target/arm/helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/arm/helper.c b/target/arm/helper.c
index a66c1f0b9e..7267af7924 100644
--- a/target/arm/helper.c
+++ b/target/arm/helper.c
@@ -6330,7 +6330,7 @@ static const ARMCPRegInfo debug_cp_reginfo[] = {
      * We don't implement the configurable EL0 access.
      */
     { .name = "MDCCSR_EL0", .state = ARM_CP_STATE_BOTH,
-      .cp = 14, .opc0 = 2, .opc1 = 0, .crn = 0, .crm = 1, .opc2 = 0,
+      .cp = 14, .opc0 = 2, .opc1 = 3, .crn = 0, .crm = 1, .opc2 = 0,
       .type = ARM_CP_ALIAS,
       .access = PL1_R, .accessfn = access_tda,
       .fieldoffset = offsetof(CPUARMState, cp15.mdscr_el1), },
-- 
2.31.1



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

end of thread, other threads:[~2021-07-05 12:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  8:27 [PATCH] target/arm: Correct the encoding of MDCCSR_EL0 hnick
2021-06-29  9:49 ` Peter Maydell
2021-06-29 10:41   ` Nick Hudson
2021-06-29 11:50     ` Peter Maydell
2021-07-02 15:01       ` Nick Hudson
2021-07-05 12:51         ` Peter Maydell
2021-07-02 15:01       ` Nick Hudson
  -- strict thread matches above, loose matches on Subject: below --
2021-06-29  8:15 Nick Hudson
2021-06-29 14:00 ` Richard Henderson
2021-06-29 14:12 ` Peter Maydell

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.