summary refs log tree commit diff stats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2009-05-03 23:29:14 +0200
committerAurelien Jarno <aurelien@aurel32.net>2009-05-04 10:05:10 +0200
commitc304d317ac14d5d44117e49ede76b8e1d52a4aea (patch)
tree9314ce4b3470f8a98e7cf4d29538c59921f7876e /qemu-options.hx
parentcc63bb0faa05ce17fdb315faf06a42eca72dfccf (diff)
downloadfocaccia-qemu-c304d317ac14d5d44117e49ede76b8e1d52a4aea.tar.gz
focaccia-qemu-c304d317ac14d5d44117e49ede76b8e1d52a4aea.zip
qemu-options.hx: fix description of cache=none suboption
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 342b0e63d1..87af798419 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -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.