* Atish Kumar Patra ([email protected]) wrote: > On Tue, Apr 26, 2022 at 5:50 PM Richard Henderson > <[email protected]> wrote: > > > > On 4/26/22 16:08, Atish Patra wrote: > > > @@ -334,7 +334,6 @@ const VMStateDescription vmstate_riscv_cpu = { > > > VMSTATE_UINTTL(env.mscratch, RISCVCPU), > > > VMSTATE_UINT64(env.mfromhost, RISCVCPU), > > > VMSTATE_UINT64(env.mtohost, RISCVCPU), > > > - VMSTATE_UINT64(env.timecmp, RISCVCPU), > > > > > > > Must bump version_id and minimum_version_id. > > > > Yeah. Fixed that. Thanks.
When you start getting stable machine type versions it'll become harder and you might have to put dummy entries in to keep compatibility. Dave > > r~ > -- Dr. David Alan Gilbert / [email protected] / Manchester, UK
