]> Git Repo - qemu.git/commitdiff
target/arm: Mark PMINTENSET accesses as possibly doing IO
authorAaron Lindsay <[email protected]>
Fri, 29 Jun 2018 14:11:18 +0000 (15:11 +0100)
committerPeter Maydell <[email protected]>
Fri, 29 Jun 2018 14:11:18 +0000 (15:11 +0100)
This makes it match its AArch64 equivalent, PMINTENSET_EL1

Signed-off-by: Aaron Lindsay <[email protected]>
Message-id: 1529699547[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.c

index d0786e0c210d8b6f9204c06ce94110f8c0d5a386..60589b7eaf900a6c35f5e00471e3e56520bcc073 100644 (file)
@@ -1404,7 +1404,7 @@ static const ARMCPRegInfo v7_cp_reginfo[] = {
       .writefn = pmuserenr_write, .raw_writefn = raw_write },
     { .name = "PMINTENSET", .cp = 15, .crn = 9, .crm = 14, .opc1 = 0, .opc2 = 1,
       .access = PL1_RW, .accessfn = access_tpm,
-      .type = ARM_CP_ALIAS,
+      .type = ARM_CP_ALIAS | ARM_CP_IO,
       .fieldoffset = offsetoflow32(CPUARMState, cp15.c9_pminten),
       .resetvalue = 0,
       .writefn = pmintenset_write, .raw_writefn = raw_write },
This page took 0.045972 seconds and 4 git commands to generate.