[Libvirt-cim] [PATCH 3 of 5] Update SystemDevice to support input devices

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Sun Nov 9 01:12:09 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1226191475 28800
# Node ID 25e6376dbc3ef5df451bd754a9e3a7386c5df59d
# Parent  ec261be2c3eee8a81ea4c4a1e88d8282fb8bce87
Update SystemDevice to support input devices.

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r ec261be2c3ee -r 25e6376dbc3e src/Virt_SystemDevice.c
--- a/src/Virt_SystemDevice.c	Wed Oct 22 09:24:16 2008 -0700
+++ b/src/Virt_SystemDevice.c	Sat Nov 08 16:44:35 2008 -0800
@@ -135,16 +135,19 @@
         "Xen_NetworkPort",
         "Xen_LogicalDisk",
         "Xen_DisplayController",
+        "Xen_PointingDevice",
         "KVM_Processor",
         "KVM_Memory",
         "KVM_NetworkPort",
         "KVM_LogicalDisk",
         "KVM_DisplayController",
+        "KVM_PointingDevice",
         "LXC_Processor",
         "LXC_Memory",
         "LXC_NetworkPort",
         "LXC_LogicalDisk",
         "LXC_DisplayController",
+        "LXC_PointingDevice",
         NULL
 };
 




More information about the Libvirt-cim mailing list