Displaying 2 results from an estimated 2 matches for "pci_list_assign".
2012 May 16
0
[xen-unstable bisection] complete test-amd64-amd64-xl-pcipt-intel
...in tree: xen http://xenbits.xen.org/staging/xen-unstable.hg
Bug introduced: 28dedda66ec5
Bug not present: db6a951a4bbb
changeset: 25346:28dedda66ec5
user: George Dunlap <george.dunlap@eu.citrix.com>
date: Tue May 15 16:28:15 2012 +0100
libxl: Rename pci_list_assignable to pci_assignable_list
...to prepare for a consistent "pci_assignable_*" naming scheme.
Also move the man page entry into the PCI PASS-THROUGH section, rather
than the XEN HOST section.
No functional changes.
Signed-off-by: Geo...
2012 May 15
5
[PATCH 0 of 4 v3] Add commands to automatically prep devices for pass-through
...mand).
The new xl commands are:
pci_assignable_add: Make a device assignable to guests. This involves
unbinding the device from its old driver, creating a slot for it in
pciback (if necessary), and binding it to pciback.
pci_assignable_list: List devices assignable to guests. Just renamed
from pci_list_assignable.
pci_assignable_remove: Make the device no longer assignable to guests.
This involves unbinding the device from pciback and removing the slot. It
optionally involves rebinding the device to the driver from which we stole
it.
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>