On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland <[email protected]> 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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
