mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qemu-options.hx: fix description of cache=none suboption
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
cc63bb0faa
commit
c304d317ac
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ If your host crashes or loses power, then the guest may experience data
|
|||
corruption. When using the @option{-snapshot} option, writeback caching is
|
||||
used by default.
|
||||
|
||||
The host page can be avoided entirely with @option{cache=none}. This will
|
||||
The host page cache can be avoided entirely with @option{cache=none}. This will
|
||||
attempt to do disk IO directly to the guests memory. QEMU may still perform
|
||||
an internal copy of the data.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue