diff mbox

[PULL,15/52] qemu-options.hx: Specify the units for -machine kvm_shadow_mem

Message ID 887cc15e0245471729c550959f0ee328dd7c64d1.1465112552.git.mjt@msgid.tls.msk.ru
State Accepted
Commit 96404013898a90a5820a1959a8c275b41a1a1ee8
Headers show

Commit Message

Michael Tokarev June 5, 2016, 7:42 a.m. UTC
From: Peter Maydell <peter.maydell@linaro.org>


The -machine kvm_shadow_mem option takes a size in bytes; say
so explicitly in its documentation.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Reported-by: Tobi (github.com/tobimensch)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>

---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.1.4
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index b780ed1..272630f 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -35,7 +35,7 @@  DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
     "                kernel_irqchip=on|off controls accelerated irqchip support\n"
     "                kernel_irqchip=on|off|split controls accelerated irqchip support (default=off)\n"
     "                vmport=on|off|auto controls emulation of vmport (default: auto)\n"
-    "                kvm_shadow_mem=size of KVM shadow MMU\n"
+    "                kvm_shadow_mem=size of KVM shadow MMU in bytes\n"
     "                dump-guest-core=on|off include guest memory in a core dump (default=on)\n"
     "                mem-merge=on|off controls memory merge support (default: on)\n"
     "                iommu=on|off controls emulated Intel IOMMU (VT-d) support (default=off)\n"