You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
1.1 KiB

From 6f050582eb9baad3fc7e3f57b9b4c6c17035afba Mon Sep 17 00:00:00 2001
From: Daniel Hansel <daniel.hansel@linux.vnet.ibm.com>
Date: Tue, 12 Nov 2013 17:28:42 +0100
Subject: [PATCH 30/60] libvirt-cim: Changed resource type value EMU
To avoid conflicts with CIM resource type OTHER the value of the
resource type EMU is changed.
Signed-off-by: Daniel Hansel <daniel.hansel@linux.vnet.ibm.com>
Signed-off-by: John Ferlan <jferlan@redhat.com>
---
src/svpc_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/svpc_types.h b/src/svpc_types.h
index 0f46a86..404e428 100644
--- a/src/svpc_types.h
+++ b/src/svpc_types.h
@@ -30,12 +30,12 @@
#define CIM_RES_TYPE_MEM 4
#define CIM_RES_TYPE_NET 10
#define CIM_RES_TYPE_DISK 17
-#define CIM_RES_TYPE_EMU 1
#define CIM_RES_TYPE_GRAPHICS 24
#define CIM_RES_TYPE_INPUT 13
#define CIM_RES_TYPE_UNKNOWN 1000
#define CIM_RES_TYPE_IMAGE 32768
#define CIM_RES_TYPE_CONSOLE 32769
+#define CIM_RES_TYPE_EMU 32770
#define CIM_RES_TYPE_COUNT 7
const static int cim_res_types[CIM_RES_TYPE_COUNT] =
--
2.1.0