qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-riscv] [PATCH v1 02/27] target/riscv: Add the Hypervisor extension


From: Alistair Francis
Subject: [Qemu-riscv] [PATCH v1 02/27] target/riscv: Add the Hypervisor extension
Date: Fri, 7 Jun 2019 14:55:24 -0700

Signed-off-by: Alistair Francis <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]