Re: [Qemu-devel] [PATCH 01/36] vmstate: Simplify test for CPU_SAVE_VERSION

2012-04-11 Thread Juan Quintela
Michael Roth wrote: > On Mon, Mar 19, 2012 at 11:57:29PM +0100, Juan Quintela wrote: >> Some cpu's definitions define CPU_SAVE_VERSION, others not, but they have >> defined cpu_save/load. > > I'm guessing this patch becomes useful later in the series, but as it stands > I'm not seeing where this h

Re: [Qemu-devel] [PATCH 01/36] vmstate: Simplify test for CPU_SAVE_VERSION

2012-03-21 Thread Michael Roth
On Mon, Mar 19, 2012 at 11:57:29PM +0100, Juan Quintela wrote: > Some cpu's definitions define CPU_SAVE_VERSION, others not, but they have > defined cpu_save/load. I'm guessing this patch becomes useful later in the series, but as it stands I'm not seeing where this helps with cpus like target-alp

[Qemu-devel] [PATCH 01/36] vmstate: Simplify test for CPU_SAVE_VERSION

2012-03-19 Thread Juan Quintela
Some cpu's definitions define CPU_SAVE_VERSION, others not, but they have defined cpu_save/load. Signed-off-by: Juan Quintela --- exec.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/exec.c b/exec.c index 265e895..9389a61 100644 --- a/exec.c +++ b/exec.c @@ -657,7