projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0286161
)
target/riscv: Add the Hypervisor extension
author
Alistair Francis
<alistair.francis@wdc.com>
Sat, 1 Feb 2020 01:01:41 +0000
(17:01 -0800)
committer
Palmer Dabbelt
<palmerdabbelt@google.com>
Thu, 27 Feb 2020 21:45:24 +0000
(13:45 -0800)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Chih-Min Chao <chihmin.chao@sifive.com>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
target/riscv/cpu.h
patch
|
blob
|
history
diff --git
a/target/riscv/cpu.h
b/target/riscv/cpu.h
index 95de9e58a2678f14b7ad637b275d525060c6eaf9..010125efd654fd31ffa2be31cbfed4febc9b49e7 100644
(file)
--- a/
target/riscv/cpu.h
+++ b/
target/riscv/cpu.h
@@
-67,6
+67,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