summary refs log tree commit diff stats
path: root/scripts/vmstate-static-checker.py
diff options
context:
space:
mode:
authorIgor Mammedov <imammedo@redhat.com>2014-07-08 15:29:46 +0200
committerPeter Maydell <peter.maydell@linaro.org>2014-07-17 17:45:45 +0100
commit5734d031aa2fdb442410ca958ca5382d54fd71ff (patch)
treee6e30c1d081170093addef8edf94041e00654882 /scripts/vmstate-static-checker.py
parentaf52fe862fba686713044efdf9158195f84535ab (diff)
downloadfocaccia-qemu-5734d031aa2fdb442410ca958ca5382d54fd71ff.tar.gz
focaccia-qemu-5734d031aa2fdb442410ca958ca5382d54fd71ff.zip
pc: fix qemu exiting with error when -m X < 128 with old machine types
If machine doesn't support memory hotplug then starting QEMU
with initial memory less than default will make QEMU exit with
following error message:

$QEMU -m 16  -M isapc
qemu-system-i386: "-memory 'slots|maxmem'" is not supported by: isapc

Set maxram_size to initial memory value before parsing
'maxmem' option allows to keep maxmem in sync with initial
memory size if no maxmem option was specified.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
CC: Bruce Rogers <brogers@suse.com>
Reviewed-By: Bruce Rogers <brogers@suse.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/vmstate-static-checker.py')
0 files changed, 0 insertions, 0 deletions