On 4/23/21 3:16 AM, Richard Henderson wrote:
> On 4/22/21 12:38 PM, Philippe Mathieu-Daudé wrote:
>> See rationale in previous commit. Targets should use the vmsd field
>> of DeviceClass, not CPUClass. As migration is not important on the
>> avr/lm32/moxie targets, break the migration compatibility and set
>> the DeviceClass vmsd field.
>>
>> Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
>> ---
>>   target/avr/cpu.c   | 2 +-
>>   target/lm32/cpu.c  | 2 +-
>>   target/moxie/cpu.c | 2 +-
>>   3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Do you not have to increment the vmstate versions?
> 
> Though I can't see how the version numbers would even get compared,
> since we're looking for them in different locations?

Yes, I am not sure how that will work. Anyway, better safe than sorry!

Reply via email to