On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > The base property was only needed for use by vmstate_register() in order to > preserve migration compatibility. Now that the lasips2 migration state is > registered through the DeviceClass vmsd field, the base property and also > the lasips2_properties array can be removed completely as they are no longer > required. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM