Re: [Qemu-devel] [PATCH 04/28] vl: convert -m to QemuOpts

2013-12-10 Thread Igor Mammedov
On Tue, 10 Dec 2013 08:23:34 +0100 Paolo Bonzini wrote: > Il 27/11/2013 01:27, Igor Mammedov ha scritto: > > 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 fre

Re: [Qemu-devel] [PATCH 04/28] vl: convert -m to QemuOpts

2013-12-09 Thread Paolo Bonzini
Il 27/11/2013 01:27, Igor Mammedov ha scritto: > 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