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

2012-05-04 Thread Andreas Färber
Am 04.05.2012 13:59, schrieb Juan Quintela: > Andreas Färber wrote: >> Am 04.05.2012 12:54, schrieb Juan Quintela: >>> Some cpu's definitions define CPU_SAVE_VERSION, others not, but they have >> >> "CPUs' definitions"? >> >>> defined cpu_save/load. >> >> This commit message sounds wrong. Use of c

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

2012-05-04 Thread Juan Quintela
Andreas Färber wrote: > Am 04.05.2012 12:54, schrieb Juan Quintela: >> Some cpu's definitions define CPU_SAVE_VERSION, others not, but they have > > "CPUs' definitions"? > >> defined cpu_save/load. > > This commit message sounds wrong. Use of cpu_save/load is still coupled > to CPU_SAVE_VERSION AF

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

2012-05-04 Thread Andreas Färber
Am 04.05.2012 12:54, schrieb Juan Quintela: > Some cpu's definitions define CPU_SAVE_VERSION, others not, but they have "CPUs' definitions"? > defined cpu_save/load. This commit message sounds wrong. Use of cpu_save/load is still coupled to CPU_SAVE_VERSION AFAICS. What really changes is that v