Displaying 3 results from an estimated 3 matches for "mdev_typ".
Did you mean:
  dev_type
  
2019 Nov 19
2
Descriptions of mdev types?
Hi, when retrieving an mdev device info 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...
2019 Nov 20
1
Re: Descriptions of mdev types?
...t@redhat.com> writes:
> On Tue, Nov 19, 2019 at 05:38:54PM +0100, Milan Zamazal wrote:
>> Hi, when retrieving an mdev device info 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>
>>       ......
2019 Nov 19
0
Re: Descriptions of mdev types?
On Tue, Nov 19, 2019 at 05:38:54PM +0100, Milan Zamazal wrote:
> Hi, when retrieving an mdev device info 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...