search for: pci_assignable_list

Displaying 3 results from an estimated 3 matches for "pci_assignable_list".

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.dunla...
2012 May 15
5
[PATCH 0 of 4 v3] Add commands to automatically prep devices for pass-through
...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 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...
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on