diff options
| author | Edgar E. Iglesias | 2019-10-30 14:22:15 +0100 |
|---|---|---|
| committer | Edgar E. Iglesias | 2020-04-30 12:11:03 +0200 |
| commit | 3ed43b5031ed2d7ef501bb81b87caed960218461 (patch) | |
| tree | 2767da9bf579bd1f053399f0cfdf96763cc9870b /target/microblaze/cpu.h | |
| parent | target/microblaze: Add the pvr-user1 property (diff) | |
| download | qemu-3ed43b5031ed2d7ef501bb81b87caed960218461.tar.gz qemu-3ed43b5031ed2d7ef501bb81b87caed960218461.tar.xz qemu-3ed43b5031ed2d7ef501bb81b87caed960218461.zip | |
target/microblaze: Add the pvr-user2 property
Add the pvr-user2 property to control the user-defined
PVR1 User2 register.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'target/microblaze/cpu.h')
| -rw-r--r-- | target/microblaze/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/microblaze/cpu.h b/target/microblaze/cpu.h index 7bb5a3d6c6..a31134b65c 100644 --- a/target/microblaze/cpu.h +++ b/target/microblaze/cpu.h @@ -308,6 +308,7 @@ struct MicroBlazeCPU { bool div_zero_exception; bool unaligned_exceptions; uint8_t pvr_user1; + uint32_t pvr_user2; char *version; uint8_t pvr; } cfg; |
