diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-06-17 18:31:13 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2019-06-25 03:05:40 -0700 |
commit | a101b643c2a74671ffedd50f7a2974937c7a0791 (patch) | |
tree | 8abf7e6726327d3a341a6d6940cdc3532fe119bd /qemu-deprecated.texi | |
parent | e3147506b02edcdd7c14ebb41a10fcc3027dcc5c (diff) |
qemu-deprecated.texi: Deprecate the RISC-V privledge spec 1.09.1
Deprecate the RISC-V privledge spec version 1.09.1 in favour of the new
1.10.0 and the ratified 1.11.0.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index df04f2840b..97ea4ef300 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -144,6 +144,14 @@ The ``acl_show'', ``acl_reset'', ``acl_policy'', ``acl_add'', and ``acl_remove'' commands are deprecated with no replacement. Authorization for VNC should be performed using the pluggable QAuthZ objects. +@section Guest Emulator ISAs + +@subsection RISC-V ISA privledge specification version 1.09.1 (since 4.1) + +The RISC-V ISA privledge specification version 1.09.1 has been deprecated. +QEMU supports both the newer version 1.10.0 and the ratified version 1.11.0, these +should be used instead of the 1.09.1 version. + @section System emulator CPUS @subsection RISC-V ISA CPUs (since 4.1) |