search for: availableinstances

Displaying 3 results from an estimated 3 matches for "availableinstances".

Did you mean: available_instances
2019 Nov 19
2
Descriptions of mdev types?
...using `virsh nodedev-dumpxml' or the libvirt API, something like the following is returned: <capability type='mdev_types'> <type id='nvidia-210'> <name>GRID M60-2B4</name> <deviceAPI>vfio-pci</deviceAPI> <availableInstances>4</availableInstances> </type> ... </capability> Besides device_api, available_instances and (optional) `name', `description' of the given mdev type may be optionally provided in /sys/.../mdev_supported_types/... for each of the available mdev types. I...
2019 Nov 20
1
Re: Descriptions of mdev types?
...ething like the following is returned: > >> >> <capability type='mdev_types'> >> <type id='nvidia-210'> >> <name>GRID M60-2B4</name> >> <deviceAPI>vfio-pci</deviceAPI> >> <availableInstances>4</availableInstances> >> </type> >> ... >> </capability> >> >> Besides device_api, available_instances and (optional) `name', >> `description' of the given mdev type may be optionally provided in >> /sys/.../mde...
2019 Nov 19
0
Re: Descriptions of mdev types?
...or > the libvirt API, something like the following is returned: > > <capability type='mdev_types'> > <type id='nvidia-210'> > <name>GRID M60-2B4</name> > <deviceAPI>vfio-pci</deviceAPI> > <availableInstances>4</availableInstances> > </type> > ... > </capability> > > Besides device_api, available_instances and (optional) `name', > `description' of the given mdev type may be optionally provided in > /sys/.../mdev_supported_types/... for ea...