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

2014-03-06 Thread Igor Mammedov
On Wed, 05 Mar 2014 13:33:43 -0700 Eric Blake wrote: > On 03/05/2014 09:10 AM, Igor Mammedov wrote: > > 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

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

2014-03-06 Thread Igor Mammedov
On Wed, 05 Mar 2014 18:04:23 +0100 Andreas Färber wrote: > Am 05.03.2014 17:10, 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

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

2014-03-05 Thread Eric Blake
On 03/05/2014 09:10 AM, Igor Mammedov wrote: > 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

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

2014-03-05 Thread Andreas Färber
Am 05.03.2014 17:10, 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 v3 2/2] vl: convert -m to QemuOpts

2014-03-05 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 Reviewed-by: Eric Blake Signed-off-by: Paolo Bonzini