Displaying 2 results from an estimated 2 matches for "pci_assignable_".
2012 May 16
0
[xen-unstable bisection] complete test-amd64-amd64-xl-pcipt-intel
...enbits.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: George Dunlap <george.d...
2012 May 15
5
[PATCH 0 of 4 v3] Add commands to automatically prep devices for pass-through
...either modify cryptic Linux boot parameters and reboot, or do a lot of
manual reads and writes into sysfs nodes.
This set of patches introduces commands to make this easier. It expands
on the concept of "assignable" (from the list_assignable_devices command).
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...