qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony Liguori
Subject: [Qemu-devel] [PATCH 09/11] pckbd: make non-ISA pckbd use a unique name
Date: Tue, 22 Mar 2011 19:16:14 -0500

Another problem with non-PC versions of devices reusing the PC section name.

Signed-off-by: Anthony Liguori <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]