Another problem with non-PC versions of devices reusing the PC section name.
Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> --- hw/pckbd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pckbd.c b/hw/pckbd.c index 027f69e..7e90388 100644 --- a/hw/pckbd.c +++ b/hw/pckbd.c @@ -366,7 +366,7 @@ static void kbd_reset(void *opaque) } static const VMStateDescription vmstate_kbd = { - .name = "pckbd", + .name = "mm-pckbd", .version_id = 3, .minimum_version_id = 3, .minimum_version_id_old = 3, -- 1.7.0.4