Searched hist:"016 f5cf6" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-options.hx | 016f5cf6 Wed May 26 10:51:49 CDT 2010 Alexander Graf <agraf@suse.de> Add cache=unsafe parameter to -drive Usually the guest can tell the host to flush data to disk. In some cases we don't want to flush though, but try to keep everything in cache. So let's add a new cache value to -drive that allows us to set the cache policy to most aggressive, disabling flushes. We call this mode "unsafe", as guest data is not guaranteed to survive host crashes anymore. This patch also adds a noop function for aio, so we can do nothing in AIO fashion. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|
H A D | block.c | 016f5cf6 Wed May 26 10:51:49 CDT 2010 Alexander Graf <agraf@suse.de> Add cache=unsafe parameter to -drive Usually the guest can tell the host to flush data to disk. In some cases we don't want to flush though, but try to keep everything in cache. So let's add a new cache value to -drive that allows us to set the cache policy to most aggressive, disabling flushes. We call this mode "unsafe", as guest data is not guaranteed to survive host crashes anymore. This patch also adds a noop function for aio, so we can do nothing in AIO fashion. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
|