mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-02 16:30:12 +00:00
doc: Fix virtio-blk.html/hv-rdt.html statement error
1. Fix Incorrect site write in virtio-blk.html range configuration 2. Fix hv-rdt.html CDP_ENABLED parameter configuration error Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com>
This commit is contained in:
parent
f1dbb35da0
commit
fd45840e67
@ -48,7 +48,7 @@ to enforce the settings.
|
|||||||
|
|
||||||
<RDT>
|
<RDT>
|
||||||
<RDT_ENABLED>y</RDT_ENABLED>
|
<RDT_ENABLED>y</RDT_ENABLED>
|
||||||
<CDP_ENABLED</CDP_ENABLED>
|
<CDP_ENABLED>n</CDP_ENABLED>
|
||||||
<CLOS_MASK>0xF</CLOS_MASK>
|
<CLOS_MASK>0xF</CLOS_MASK>
|
||||||
|
|
||||||
Once the cache mask is set of each individual CPU, the respective CLOS ID
|
Once the cache mask is set of each individual CPU, the respective CLOS ID
|
||||||
|
@ -81,7 +81,7 @@ The Device Model configuration command syntax for virtio-blk is::
|
|||||||
The default values for sector size and physical sector size are 512
|
The default values for sector size and physical sector size are 512
|
||||||
- ``range``: configured as ``range=<start lba in file>/<sub file size>``
|
- ``range``: configured as ``range=<start lba in file>/<sub file size>``
|
||||||
meaning the virtio-blk will only access part of the file, from the
|
meaning the virtio-blk will only access part of the file, from the
|
||||||
``<start lba in file>`` to ``<start lba in file> + <sub file site>``.
|
``<start lba in file>`` to ``<start lba in file> + <sub file size>``.
|
||||||
|
|
||||||
A simple example for virtio-blk:
|
A simple example for virtio-blk:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user