On 03/13/2014 10:10 AM, Boris Fiuczynski wrote:
On 03/13/2014 01:45 PM, John Ferlan wrote:
>
>
> On 03/12/2014 12:36 PM, Boris Fiuczynski wrote:
>>> diff --git a/src/svpc_types.h b/src/svpc_types.h
>>> index 404e428..d76097c 100644
>>> --- a/src/svpc_types.h
>>> +++ b/src/svpc_types.h
>>> @@ -32,12 +32,13 @@
>>> #define CIM_RES_TYPE_DISK 17
>>> #define CIM_RES_TYPE_GRAPHICS 24
>>> #define CIM_RES_TYPE_INPUT 13
>>> +#define CIM_RES_TYPE_CONTROLLER 33
>> 33 is DMTF reserved as an Ethernet Connection the next logical number in
>> libvirt-cim terms would be 32771 (see below)
>
>
> Do you have a link handy to the specification that describes the
> numbers? I know I used to have a link, but I cannot find it any more.
>
> tks,
>
> John
John, sure!
http://schemas.dmtf.org/wbem/cim-html/2.31.0/CIM_ResourceAllocationSettin...
I was thinking more along the lines of a link where the "33" is being
defined since as you pointed out it was reserved.
John