]> Git Repo - qemu.git/commit - target/arm/cpu.h
target/arm: expose remaining CPUID registers as RAZ
authorAlex Bennée <[email protected]>
Fri, 15 Feb 2019 09:56:39 +0000 (09:56 +0000)
committerPeter Maydell <[email protected]>
Fri, 15 Feb 2019 09:56:39 +0000 (09:56 +0000)
commitd040242effe47850060d2ef1c461ff637d88a84d
tree09e86b777ea002630674a6063a8886aacb0fb858
parent522641660c3de64ed8322b8636c58625cd564a3f
target/arm: expose remaining CPUID registers as RAZ

There are a whole bunch more registers in the CPUID space which are
currently not used but are exposed as RAZ. To avoid too much
duplication we expand ARMCPRegUserSpaceInfo to understand glob
patterns so we only need one entry to tweak whole ranges of registers.

Signed-off-by: Alex Bennée <[email protected]>
Message-id: 20190205190224[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu.h
target/arm/helper.c
This page took 0.025742 seconds and 4 git commands to generate.