Re: [Qemu-devel] [PATCH 03/16] vl: convert -m to qemu_opts_parse()

2013-07-24 Thread Igor Mammedov
On Wed, 24 Jul 2013 11:04:14 +0200 Paolo Bonzini wrote: > Il 24/07/2013 10:40, Igor Mammedov ha scritto: > > On Tue, 23 Jul 2013 19:11:31 +0200 > > Paolo Bonzini wrote: > > > >> Il 23/07/2013 18:22, Igor Mammedov ha scritto: > >>> Signed-off-by: Igor Mammedov > >>> --- > >>> qemu-options.hx |

Re: [Qemu-devel] [PATCH 03/16] vl: convert -m to qemu_opts_parse()

2013-07-24 Thread Paolo Bonzini
Il 24/07/2013 10:40, Igor Mammedov ha scritto: > On Tue, 23 Jul 2013 19:11:31 +0200 > Paolo Bonzini wrote: > >> Il 23/07/2013 18:22, Igor Mammedov ha scritto: >>> Signed-off-by: Igor Mammedov >>> --- >>> qemu-options.hx |9 +++-- >>> vl.c| 53 >>> +

Re: [Qemu-devel] [PATCH 03/16] vl: convert -m to qemu_opts_parse()

2013-07-24 Thread Igor Mammedov
On Tue, 23 Jul 2013 19:11:31 +0200 Paolo Bonzini wrote: > Il 23/07/2013 18:22, Igor Mammedov ha scritto: > > Signed-off-by: Igor Mammedov > > --- > > qemu-options.hx |9 +++-- > > vl.c| 53 > > +++-- > > 2 files changed, 54

Re: [Qemu-devel] [PATCH 03/16] vl: convert -m to qemu_opts_parse()

2013-07-23 Thread Paolo Bonzini
Il 23/07/2013 18:22, Igor Mammedov ha scritto: > Signed-off-by: Igor Mammedov > --- > qemu-options.hx |9 +++-- > vl.c| 53 +++-- > 2 files changed, 54 insertions(+), 8 deletions(-) > > diff --git a/qemu-options.hx b/qemu-opti

[Qemu-devel] [PATCH 03/16] vl: convert -m to qemu_opts_parse()

2013-07-23 Thread Igor Mammedov
Along with conversion extend -m option to support following parameters: "mem" - startup memory amount "slots" - total number of hotplug memory slots "maxmem" - maximum possible memory "slots" and "maxmem" should go in pair and "maxmem" should be greater than "mem" for memory hotplug to be us