aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hauser <31252952+jhauser-us@users.noreply.github.com>2021-09-15 16:47:54 -0700
committerGitHub <noreply@github.com>2021-09-15 16:47:54 -0700
commitaba1ff8c2439b3ad4fb491f3c06f24e3cf9ee65b (patch)
tree85243fea5c2ee6e66a7be0382b646fe920a49ed2
parent073d6371a4989c58330ba6c8c6ba3c508381e08e (diff)
downloadriscv-isa-manual-aba1ff8c2439b3ad4fb491f3c06f24e3cf9ee65b.zip
riscv-isa-manual-aba1ff8c2439b3ad4fb491f3c06f24e3cf9ee65b.tar.gz
riscv-isa-manual-aba1ff8c2439b3ad4fb491f3c06f24e3cf9ee65b.tar.bz2
Freeze the hypervisor extension, version 1.0.0-rc (#739)
-rw-r--r--src/hypervisor.tex9
-rw-r--r--src/priv-preface.tex2
2 files changed, 7 insertions, 4 deletions
diff --git a/src/hypervisor.tex b/src/hypervisor.tex
index f8c829b..1448ad9 100644
--- a/src/hypervisor.tex
+++ b/src/hypervisor.tex
@@ -1,8 +1,11 @@
-\chapter{Hypervisor Extension, Version 0.6.2}
+\chapter{Hypervisor Extension, Version 1.0.0-rc}
\label{hypervisor}
-{\bf Warning! This draft specification may change before being
-accepted as standard by the RISC-V Foundation.}
+This chapter is in the Frozen state.
+A substantive change that is not backward-compatible is highly
+unlikely, and will occur only as the result of some truly critical
+issue being identified.
+For more info see: \texttt{http://riscv.org/spec-state}.
This chapter describes the RISC-V hypervisor extension, which virtualizes the
supervisor-level architecture to support the efficient hosting of guest
diff --git a/src/priv-preface.tex b/src/priv-preface.tex
index a1a0848..6a543b9 100644
--- a/src/priv-preface.tex
+++ b/src/priv-preface.tex
@@ -14,7 +14,7 @@ modules:
\hline
\em Machine ISA & \em 1.12 & \em Draft \\
\em Supervisor ISA & \em 1.12 & \em Draft \\
- \em Hypervisor ISA & \em 0.6 & \em Draft \\
+ \em Hypervisor ISA & \em 1.0 & \em Frozen \\
\hline
\end{tabular}
\end{table}