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

2014-02-13 Thread Eric Blake
On 02/13/2014 06:50 AM, Igor Mammedov wrote: > Adds option to -m > "mem" - 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 v2 2/2] vl: convert -m to QemuOpts

2014-02-13 Thread Igor Mammedov
Adds option to -m "mem" - 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 --- v2: - various fixes