diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2010-06-04 10:49:16 -0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-06-04 10:49:16 -0300 |
commit | 3df3c80efd4587aba75d97aa4f11dbda99fb9a7f (patch) | |
tree | 09292910876fb90082e0b3ce53f8a8c9e093f48e /qemu-config.c | |
parent | c0bc4e84d8f3075c5fb437b4664787f0d2ead127 (diff) | |
parent | 016f5cf6ff465411733878a17c8f8febb7668321 (diff) |
Merge commit '016f5cf6ff465411733878a17c8f8febb7668321' into upstream-merge
* commit '016f5cf6ff465411733878a17c8f8febb7668321':
Add cache=unsafe parameter to -drive
Conflicts:
qemu-options.hx
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'qemu-config.c')
-rw-r--r-- | qemu-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-config.c b/qemu-config.c index b592b7211..12c80a00d 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -54,7 +54,7 @@ QemuOptsList qemu_drive_opts = { },{ .name = "cache", .type = QEMU_OPT_STRING, - .help = "host cache usage (none, writeback, writethrough)", + .help = "host cache usage (none, writeback, writethrough, unsafe)", },{ .name = "aio", .type = QEMU_OPT_STRING, |