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

2014-03-05 Thread Igor Mammedov
On Wed, 05 Mar 2014 11:06:18 +0100 Andreas Färber wrote: > Am 04.03.2014 15:00, schrieb Paolo Bonzini: > > From: Igor Mammedov > > > > Adds option to -m > > "mem" - startup memory amount > > Sorry for jumping in late, but assuming that -m is for "memory" already, > wouldn't it make more sense

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

2014-03-05 Thread Paolo Bonzini
Il 05/03/2014 11:06, Andreas Färber ha scritto: Am 04.03.2014 15:00, schrieb Paolo Bonzini: From: Igor Mammedov Adds option to -m "mem" - startup memory amount Sorry for jumping in late, but assuming that -m is for "memory" already, wouldn't it make more sense to name it "size" instead of "

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

2014-03-05 Thread Andreas Färber
Am 04.03.2014 15:00, schrieb Paolo Bonzini: > From: Igor Mammedov > > Adds option to -m > "mem" - startup memory amount Sorry for jumping in late, but assuming that -m is for "memory" already, wouldn't it make more sense to name it "size" instead of "mem"? > > For compatibility with legacy CL

[Qemu-devel] [PATCH 2.1 08/28] vl: convert -m to QemuOpts

2014-03-04 Thread Paolo Bonzini
From: 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 Reviewed-by: Eric Blake Signed-