Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream

2014-04-07 Thread Alexey Kardashevskiy
On 03/28/2014 12:07 AM, Alexey Kardashevskiy wrote: > On 03/27/2014 11:57 PM, Peter Maydell wrote: >> On 27 March 2014 12:49, Alexey Kardashevskiy wrote: >>> On 03/27/2014 11:37 PM, Andreas Färber wrote: Am 27.03.2014 03:41, schrieb Alexey Kardashevskiy: > This should prevent the destinat

Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream

2014-03-27 Thread Alexey Kardashevskiy
On 03/27/2014 11:57 PM, Peter Maydell wrote: > On 27 March 2014 12:49, Alexey Kardashevskiy wrote: >> On 03/27/2014 11:37 PM, Andreas Färber wrote: >>> Am 27.03.2014 03:41, schrieb Alexey Kardashevskiy: This should prevent the destination guest from misbehaving when the threads number is

Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream

2014-03-27 Thread Peter Maydell
On 27 March 2014 12:49, Alexey Kardashevskiy wrote: > On 03/27/2014 11:37 PM, Andreas Färber wrote: >> Am 27.03.2014 03:41, schrieb Alexey Kardashevskiy: >>> This should prevent the destination guest from misbehaving when >>> the threads number is different in "-smp" command. >> >> Sorry, I don't

Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream

2014-03-27 Thread Alexey Kardashevskiy
On 03/27/2014 11:37 PM, Andreas Färber wrote: > Am 27.03.2014 03:41, schrieb Alexey Kardashevskiy: >> This should prevent the destination guest from misbehaving when >> the threads number is different in "-smp" command. > > Sorry, I don't understand. When migrating, surely -smp needs to be the > s

Re: [Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream

2014-03-27 Thread Andreas Färber
Am 27.03.2014 03:41, schrieb Alexey Kardashevskiy: > This should prevent the destination guest from misbehaving when > the threads number is different in "-smp" command. Sorry, I don't understand. When migrating, surely -smp needs to be the same on source and destination, so how can they differ?

[Qemu-devel] [PATCH] target-ppc: Add @cpu_dt_id into migration stream

2014-03-26 Thread Alexey Kardashevskiy
This should prevent the destination guest from misbehaving when the threads number is different in "-smp" command. Signed-off-by: Alexey Kardashevskiy --- target-ppc/cpu-qom.h | 2 +- target-ppc/machine.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/target-ppc/cpu-qom