Skip to content

Commit 7035b84

Browse files
yukiiiterualistair23
authored andcommitted
docs/system: riscv: Update description of CPU
Since the hypervisor extension been non experimental and enabled for default CPU, the previous command is no longer available and the option `x-h=true` or `h=true` is also no longer required. Signed-off-by: Yu Li <[email protected]> Reviewed-by: Alistair Francis <[email protected]> Message-Id: <[email protected]> Signed-off-by: Alistair Francis <[email protected]>
1 parent bbce8ba commit 7035b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/system/riscv/virt.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ The ``virt`` machine supports the following devices:
2323
* 1 generic PCIe host bridge
2424
* The fw_cfg device that allows a guest to obtain data from QEMU
2525

26-
Note that the default CPU is a generic RV32GC/RV64GC. Optional extensions
27-
can be enabled via command line parameters, e.g.: ``-cpu rv64,x-h=true``
28-
enables the hypervisor extension for RV64.
26+
The hypervisor extension has been enabled for the default CPU, so virtual
27+
machines with hypervisor extension can simply be used without explicitly
28+
declaring.
2929

3030
Hardware configuration information
3131
----------------------------------

0 commit comments

Comments
 (0)