Re: [Qemu-devel] [PATCH 1/5] Add the standby-mem machine option

2013-12-17 Thread Matthew Rosato
On 12/17/2013 05:09 AM, Paolo Bonzini wrote: > Il 16/12/2013 21:51, Matthew Rosato ha scritto: >> Add the machine=...,standby-mem={size} option and associated >> documentation. > > See how Igor Mammedov's x86 memory hotplug instead added "-m NN,maxmem=NN". > > You could use these two patches: >

Re: [Qemu-devel] [PATCH 1/5] Add the standby-mem machine option

2013-12-17 Thread Paolo Bonzini
Il 16/12/2013 21:51, Matthew Rosato ha scritto: > Add the machine=...,standby-mem={size} option and associated > documentation. See how Igor Mammedov's x86 memory hotplug instead added "-m NN,maxmem=NN". You could use these two patches: http://lists.gnu.org/archive/html/qemu-devel/2013-11/msg034

[Qemu-devel] [PATCH 1/5] Add the standby-mem machine option

2013-12-16 Thread Matthew Rosato
Add the machine=...,standby-mem={size} option and associated documentation. Signed-off-by: Matthew Rosato --- qemu-options.hx |6 +- vl.c|6 ++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index af34483..def4493 1006