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

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Wed Nov 12 22:29:17 UTC 2008


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1226528568 28800
# Node ID f08e0fd04dc6689eff62b64f903178e05d440521
# Parent  060658b608bf91bb8495690c693e05d34ac8a028
Update SystemDevice to support input devices.

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

diff -r 060658b608bf -r f08e0fd04dc6 src/Virt_SystemDevice.c
--- a/src/Virt_SystemDevice.c	Wed Oct 22 09:24:16 2008 -0700
+++ b/src/Virt_SystemDevice.c	Wed Nov 12 14:22:48 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