From: Aurelien Jarno Date: Sun, 3 May 2009 21:29:14 +0000 (+0200) Subject: qemu-options.hx: fix description of cache=none suboption X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~12058 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c304d317ac14d5d44117e49ede76b8e1d52a4aea;p=sdk%2Femulator%2Fqemu.git qemu-options.hx: fix description of cache=none suboption Signed-off-by: Aurelien Jarno --- diff --git a/qemu-options.hx b/qemu-options.hx index 342b0e6..87af798 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.