Re: [Qemu-devel] [PATCH 3/5] target-s390: Check for standby memory specification

2013-12-17 Thread Alexander Graf
On 17.12.2013, at 16:58, Matthew Rosato wrote: > On 12/16/2013 04:25 PM, Alexander Graf wrote: >> >> On 16.12.2013, at 21:51, Matthew Rosato wrote: >> >>> When machine=...,standby-mem={size} has been specified, convert the value >>> to bytes and store it for use. >>> >>> Signed-off-by: Matth

Re: [Qemu-devel] [PATCH 3/5] target-s390: Check for standby memory specification

2013-12-17 Thread Matthew Rosato
On 12/16/2013 04:25 PM, Alexander Graf wrote: > > On 16.12.2013, at 21:51, Matthew Rosato wrote: > >> When machine=...,standby-mem={size} has been specified, convert the value >> to bytes and store it for use. >> >> Signed-off-by: Matthew Rosato >> --- >> target-s390x/kvm.c | 16 +

Re: [Qemu-devel] [PATCH 3/5] target-s390: Check for standby memory specification

2013-12-16 Thread Alexander Graf
On 16.12.2013, at 21:51, Matthew Rosato wrote: > When machine=...,standby-mem={size} has been specified, convert the value > to bytes and store it for use. > > Signed-off-by: Matthew Rosato > --- > target-s390x/kvm.c | 16 > 1 file changed, 16 insertions(+) > > diff --git a/

[Qemu-devel] [PATCH 3/5] target-s390: Check for standby memory specification

2013-12-16 Thread Matthew Rosato
When machine=...,standby-mem={size} has been specified, convert the value to bytes and store it for use. Signed-off-by: Matthew Rosato --- target-s390x/kvm.c | 16 1 file changed, 16 insertions(+) diff --git a/target-s390x/kvm.c b/target-s390x/kvm.c index 02ac4ba..d4081f4 100