|
|
|
|
|
|
|
|
|
|
xen-cim
[Xen-cim] Allocation Capabilities struct
I am trying to determine the proper way of resolving what goes into the RESOURCE and RESOURCES structs for the allocation capabilities stuff. I do not believe Xen needs to be accessed in any way, so a counter like currentCapabilityNum should be the only member of this struct. The RESROUCE structure should be something like this:
typedef struct {
char instanceid[1024];
int ResourceType;
int RequestTypesSupported;
int SharingMode;
} _RESOURCE;
Please let me know if this is on the right track.
Luke
_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-cim] Allocation Capabilities struct,
Szymanski, Lukasz K <=
|
|
|
|
|