[Libvirt-cim] [PATCH] Fix LXC_VirtualSystemManagementService missing in ElementCapabilities association service structure

Guo Lian Yun yunguol at cn.ibm.com
Thu Jun 12 07:04:14 UTC 2008


# HG changeset patch
# User Guolian Yun <yunguol at cn.ibm.com>
# Date 1213254244 25200
# Node ID 9a457c241c23cc32961f3a4d8eb15652eea7c172
# Parent  4490ff0e39c77b64e9380151dd9b6f3b217836f4
Fix LXC_VirtualSystemManagementService missing in ElementCapabilities association service structure

Signed-off-by: Guolian Yun <yunguol at cn.ibm.com>

diff -r 4490ff0e39c7 -r 9a457c241c23 src/Virt_ElementCapabilities.c
--- a/src/Virt_ElementCapabilities.c	Wed Jun 11 09:05:22 2008 -0700
+++ b/src/Virt_ElementCapabilities.c	Thu Jun 12 00:04:04 2008 -0700
@@ -441,6 +441,7 @@ static char* service[] = {
 static char* service[] = {
         "Xen_VirtualSystemManagementService",
         "KVM_VirtualSystemManagementService",
+        "LXC_VirtualSystemManagementService"
         "Xen_VirtualSystemMigrationService",
         "KVM_VirtualSystemMigrationService",
         "LXC_VirtualSystemMigrationService",




More information about the Libvirt-cim mailing list