From b6fe01248e66a3c1b1b22a9cd640bfa86d4c358c Mon Sep 17 00:00:00 2001 From: Matthew Rosato Date: Thu, 28 Aug 2014 11:25:33 -0400 Subject: virtio-ccw: Include standby memory when calculating storage increment When determining the memory increment size, use the maxmem size if it was specified. Signed-off-by: Matthew Rosato Signed-off-by: Christian Borntraeger --- qemu-options.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index c573dd8893..98289520ec 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -225,7 +225,8 @@ DEF("m", HAS_ARG, QEMU_OPTION_m, " size: initial amount of guest memory (default: " stringify(DEFAULT_RAM_SIZE) "MiB)\n" " slots: number of hotplug slots (default: none)\n" - " maxmem: maximum amount of guest memory (default: none)\n", + " maxmem: maximum amount of guest memory (default: none)\n" + "NOTE: Some architectures might enforce a specific granularity\n", QEMU_ARCH_ALL) STEXI @item -m [size=]@var{megs} -- cgit v1.2.3