Re: [Qemu-devel] [PATCH 17/25] vmstate: make incompatible change for sparc

2011-10-25 Thread Blue Swirl
On Tue, Oct 25, 2011 at 14:00, Juan Quintela wrote: > With this change, we sent arrays as arrays, making state description > much simpler.  The change is incompatible, but as far as I know, sparc > don't care about migration compatibility beteween versions. Can't speak for other sparc, but at lea

[Qemu-devel] [PATCH 17/25] vmstate: make incompatible change for sparc

2011-10-25 Thread Juan Quintela
With this change, we sent arrays as arrays, making state description much simpler. The change is incompatible, but as far as I know, sparc don't care about migration compatibility beteween versions. Signed-off-by: Juan Quintela CC: Blue Swirl --- target-sparc/machine.c | 172 +++--