]> git.proxmox.com Git - qemu.git/commitdiff
qemu-options.hx: fix description of cache=none suboption
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 3 May 2009 21:29:14 +0000 (23:29 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 May 2009 08:05:10 +0000 (10:05 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-options.hx

index 342b0e63d132a5479a3f7a51ef5d01af3a2a7c97..87af798419f2a975df12bf57a65ffc9080e6c339 100644 (file)
@@ -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.