mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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 <mjrosato@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
This commit is contained in:
parent
0844df77fd
commit
b6fe01248e
3 changed files with 42 additions and 8 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue