Commit c304d317ac14d5d44117e49ede76b8e1d52a4aea
1 parent
cc63bb0f
qemu-options.hx: fix description of cache=none suboption
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Showing
1 changed file
with
1 additions
and
1 deletions
qemu-options.hx
| @@ -139,7 +139,7 @@ If your host crashes or loses power, then the guest may experience data | @@ -139,7 +139,7 @@ If your host crashes or loses power, then the guest may experience data | ||
| 139 | corruption. When using the @option{-snapshot} option, writeback caching is | 139 | corruption. When using the @option{-snapshot} option, writeback caching is |
| 140 | used by default. | 140 | used by default. |
| 141 | 141 | ||
| 142 | -The host page can be avoided entirely with @option{cache=none}. This will | 142 | +The host page cache can be avoided entirely with @option{cache=none}. This will |
| 143 | attempt to do disk IO directly to the guests memory. QEMU may still perform | 143 | attempt to do disk IO directly to the guests memory. QEMU may still perform |
| 144 | an internal copy of the data. | 144 | an internal copy of the data. |
| 145 | 145 |