On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > This enables us to register the VMStateDescription using the DeviceClass vmsd > property rather than having to call vmstate_register() from > i8042_mmio_realize(). > > Note that this is a migration break for the MIPS jazz machine which is the > only > user of the I8042_MMIO device. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM