StateDescription vmstate_riscv_imsic = {
> > .name = "riscv_imsic",
> > .version_id = 1,
> > .minimum_version_id = 1,
> > +.needed = riscv_imsic_state_needed,
> > .fields = (const VMStateField[]) {
> > VMSTATE_VARR
On Tue, May 13, 2025 at 2:33 AM wrote:
>
> From: Xuemei Liu
>
> Address an error in migration when aia is configured as 'aplic-imsic' in
> riscv kvm vm by adding riscv_aplic_state_needed() and
> riscv_imsic_state_needed() to determine whether the corresponding sates are
> needed.
>
> Previously,
From: Xuemei Liu
Address an error in migration when aia is configured as 'aplic-imsic' in
riscv kvm vm by adding riscv_aplic_state_needed() and
riscv_imsic_state_needed() to determine whether the corresponding sates are
needed.
Previously, the fields in the vmsds of 'riscv_aplic' and 'riscv_imsi