commit | c270fb9eff1290e8a4a49040eba1305fec2ce0ec | [log] [tgz] |
---|---|---|
author | Igor Mammedov <imammedo@redhat.com> | Mon Jun 02 15:25:02 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 19 16:41:46 2014 +0300 |
tree | 4975fca3d6ce74d0fb405e4907bcaf23bc1435ee | |
parent | 1f07048933d9c21acb40bce18af4f3ad6bae59b6 [diff] |
vl.c: extend -m option to support options for memory hotplug Add following parameters: "slots" - total number of hotplug memory slots "maxmem" - maximum possible memory "slots" and "maxmem" should go in pair and "maxmem" should be greater than "mem" for memory hotplug to be enabled. Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> MST: fix build on 32 bit