[Qemu-devel] [RFC v1 02/23] target/riscv: Add the Hypervisor extension

Alistair Francis posted 23 patches 6 years, 8 months ago
[Qemu-devel] [RFC v1 02/23] target/riscv: Add the Hypervisor extension
Posted by Alistair Francis 6 years, 8 months ago
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 target/riscv/cpu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/riscv/cpu.h b/target/riscv/cpu.h
index 8937bda918..3337d1aef3 100644
--- a/target/riscv/cpu.h
+++ b/target/riscv/cpu.h
@@ -81,6 +81,7 @@
 #define RVC RV('C')
 #define RVS RV('S')
 #define RVU RV('U')
+#define RVH RV('H')
 
 /* S extension denotes that Supervisor mode exists, however it is possible
    to have a core that support S mode but does not have an MMU and there
-- 
2.21.0