Re: [Qemu-devel] [PATCH v4 2/2] vl: convert -m to QemuOpts

2014-03-06 Thread Andreas Färber
Am 06.03.2014 10:39, schrieb Igor Mammedov: > Adds option to -m > "size" - startup memory amount > > For compatibility with legacy CLI if suffix-less number is passed, > it assumes amount in Mb. > > Otherwise user is free to use suffixed number using suffixes b,k/K,M,G > > Signed-off-by: Igor M

[Qemu-devel] [PATCH v4 2/2] vl: convert -m to QemuOpts

2014-03-06 Thread Igor Mammedov
Adds option to -m "size" - startup memory amount For compatibility with legacy CLI if suffix-less number is passed, it assumes amount in Mb. Otherwise user is free to use suffixed number using suffixes b,k/K,M,G Signed-off-by: Igor Mammedov Signed-off-by: Paolo Bonzini Reviewed-by: Eric Blake