Searched refs:assignable (Results 1 – 3 of 3) sorted by relevance
76 the B<bdf> in the list of assignable devices. See L<xl(1)> for more information77 on naming assignable devices.155 Tells L<xl(1)> to automatically attempt to make the device assignable to156 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)> for208 more information on naming assignable devices.214 required to look up the B<BDF> in the list of assignable devices.
1600 =item B<pci-assignable-list> [I<-n>]1602 List all the B<BDF> of assignable PCI devices. See1604 specified then any name supplied when the device was made assignable1611 =item B<pci-assignable-add> [I<-n NAME>] I<BDF>1613 Make the device at B<BDF> assignable to guests. See1615 supplied then the assignable device entry will the named with the1626 returned with pci-assignable-remove. Care should therefore be taken1631 =item B<pci-assignable-remove> [I<-r>] I<BDF>|I<NAME>1633 Make a device non-assignable to guests. The device may be identified1635 assignable. See L<xl-pci-configuration(5)> for more information.[all …]
1611 bool assignable; in libxl_pci_assignable() local1614 assignable = is_pci_in_array(pcis, num, pci); in libxl_pci_assignable()1617 return assignable; in libxl_pci_assignable()
Completed in 32 milliseconds