diff mbox

[09/11] pckbd: make non-ISA pckbd use a unique name

Message ID 1300839376-22520-10-git-send-email-aliguori@us.ibm.com
State New
Headers show

Commit Message

Anthony Liguori March 23, 2011, 12:16 a.m. UTC
Another problem with non-PC versions of devices reusing the PC section name.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
 hw/pckbd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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,