[Libvirt-cim] [PATCH 3 of 4] Added "Address" field to RASD mof file

Sharad Mishra snmishra at us.ibm.com
Fri Nov 6 19:52:55 UTC 2009


# HG changeset patch
# User Sharad Mishra <snmishra at us.ibm.com>
# Date 1257536626 28800
# Node ID 9bcb945a1a3b61b2dceb99d84378ede5b3d6167b
# Parent  6e39d3b64240e12aa6b2fa2769ac4e794abf0e3a
Added "Address" field to RASD mof file.

Signed-off-by: Sharad Mishra <snmishra at us.ibm.com>

diff -r 6e39d3b64240 -r 9bcb945a1a3b schema/ResourceAllocationSettingData.mof
--- a/schema/ResourceAllocationSettingData.mof	Fri Nov 06 11:43:36 2009 -0800
+++ b/schema/ResourceAllocationSettingData.mof	Fri Nov 06 11:43:46 2009 -0800
@@ -130,6 +130,10 @@
 ]
 class Xen_GraphicsResourceAllocationSettingData : Xen_ResourceAllocationSettingData
 {
+      [Description ("VNC Address. IPv4 in a.b.c.d:port or"
+       "IPv6 in [ip]:port format")]
+      string Address;
+
       [Description ("Keyboard keymapping")]
       string KeyMap;
 
@@ -142,6 +146,10 @@
 ]
 class KVM_GraphicsResourceAllocationSettingData : KVM_ResourceAllocationSettingData
 {
+      [Description ("VNC Address. IPv4 in a.b.c.d:port or"
+       "IPv6 in [ip]:port format")]
+      string Address;
+
       [Description ("Keyboard keymapping")]
       string KeyMap;
 
@@ -154,6 +162,10 @@
 ]
 class LXC_GraphicsResourceAllocationSettingData : LXC_ResourceAllocationSettingData
 {
+      [Description ("VNC Address. IPv4 in a.b.c.d:port or"
+       "IPv6 in [ip]:port format")]
+      string Address;
+
       [Description ("Keyboard keymapping")]
       string KeyMap;
 




More information about the Libvirt-cim mailing list