Home
last modified time | relevance | path

Searched refs:assignable (Results 1 – 3 of 3) sorted by relevance

/xen/docs/man/
A Dxl-pci-configuration.5.pod76 the B<bdf> in the list of assignable devices. See L<xl(1)> for more information
77 on naming assignable devices.
155 Tells L<xl(1)> to automatically attempt to make the device assignable to
156 guests if that has not already been done by the B<pci-assignable-add>
207 This is the name given when the B<BDF> was made assignable. See L<xl(1)> for
208 more information on naming assignable devices.
214 required to look up the B<BDF> in the list of assignable devices.
A Dxl.1.pod.in1600 =item B<pci-assignable-list> [I<-n>]
1602 List all the B<BDF> of assignable PCI devices. See
1604 specified then any name supplied when the device was made assignable
1611 =item B<pci-assignable-add> [I<-n NAME>] I<BDF>
1613 Make the device at B<BDF> assignable to guests. See
1615 supplied then the assignable device entry will the named with the
1626 returned with pci-assignable-remove. Care should therefore be taken
1631 =item B<pci-assignable-remove> [I<-r>] I<BDF>|I<NAME>
1633 Make a device non-assignable to guests. The device may be identified
1635 assignable. See L<xl-pci-configuration(5)> for more information.
[all …]
/xen/tools/libs/light/
A Dlibxl_pci.c1611 bool assignable; in libxl_pci_assignable() local
1614 assignable = is_pci_in_array(pcis, num, pci); in libxl_pci_assignable()
1617 return assignable; in libxl_pci_assignable()

Completed in 32 milliseconds