diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-08-12 12:13:33 -0700 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-08-25 09:11:36 -0700 |
commit | f2d5850f71f3e41b240f328c2bc844a4e44e66c9 (patch) | |
tree | c49500326419626349b45118db5549324af8f7db /target/riscv/cpu_bits.h | |
parent | 84b1c04bbaf48798a535b38410a0bf839f4a1943 (diff) | |
download | qemu-f2d5850f71f3e41b240f328c2bc844a4e44e66c9.zip qemu-f2d5850f71f3e41b240f328c2bc844a4e44e66c9.tar.gz qemu-f2d5850f71f3e41b240f328c2bc844a4e44e66c9.tar.bz2 |
target/riscv: Update the Hypervisor trap return/entry
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: e7e4e801234f2934306e734f65860f601a5745bd.1597259519.git.alistair.francis@wdc.com
Message-Id: <e7e4e801234f2934306e734f65860f601a5745bd.1597259519.git.alistair.francis@wdc.com>
Diffstat (limited to 'target/riscv/cpu_bits.h')
-rw-r--r-- | target/riscv/cpu_bits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv/cpu_bits.h b/target/riscv/cpu_bits.h index 43617e7..fb6a3e9 100644 --- a/target/riscv/cpu_bits.h +++ b/target/riscv/cpu_bits.h @@ -445,6 +445,7 @@ #define HSTATUS_VTSR 0x00400000 #define HSTATUS_HU 0x00000200 #define HSTATUS_GVA 0x00000040 +#define HSTATUS_SPVP 0x00000100 #define HSTATUS32_WPRI 0xFF8FF87E #define HSTATUS64_WPRI 0xFFFFFFFFFF8FF87EULL |