diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2013-10-28 18:51:46 -0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-11-25 11:28:56 +0100 |
commit | ef36fa1492e9105f3fa607b56edc63df513d7da1 (patch) | |
tree | 3224e7e3b980f4ed42e89ac825fd21bfed93fcc9 /qemu-options.hx | |
parent | fb541ca59c8b55911821c9f794c3dbe5de9ba9d8 (diff) |
qemu: mempath: prefault pages manually (v4)
v4: s/fail/failed/ (Peter Maydell)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 8b9426484d..eafc022ad0 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -228,7 +228,6 @@ STEXI Allocate guest RAM from a temporarily created file in @var{path}. ETEXI -#ifdef MAP_POPULATE DEF("mem-prealloc", 0, QEMU_OPTION_mem_prealloc, "-mem-prealloc preallocate guest memory (use with -mem-path)\n", QEMU_ARCH_ALL) @@ -237,7 +236,6 @@ STEXI @findex -mem-prealloc Preallocate memory when using -mem-path. ETEXI -#endif DEF("k", HAS_ARG, QEMU_OPTION_k, "-k language use keyboard layout (for example 'fr' for French)\n", |