aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: Add support for passing in the host's E820 for PCI passthroughKonrad Rzeszutek Wilk2011-05-261-0/+164
* libxl: add statup checks to libxl__wait_for_device_modelIan Campbell2011-05-241-4/+8
* libxl: remove "reg" and "enable" fields from PCI device.Ian Campbell2011-03-311-24/+11
* libxl: Make all hidden/static functions take a gc not a ctxIan Campbell2011-03-151-35/+38
* libxl: do not rely on guest to respond when forcing pci device removalIan Campbell2011-03-101-3/+2
* libxl: introduce flexarray_append_pairStefano Stabellini2011-03-091-12/+11
* libxl: Multi-device passthrough coldplug: do not wait for unstarted guestIan Jackson2011-02-251-6/+12
* libxl: do not ignore errors from libxl_device_pci_add_xenstore in do_pci_addIan Jackson2011-02-251-2/+2
* libxl: fix segfault on device assignementStefano Stabellini2011-01-251-1/+1
* libxl: refactor code which adds per-PCI device backend nodes in xenstoreIan Campbell2011-01-111-25/+20
* libxl: log which PCI device could not be reset.Ian Campbell2011-01-111-1/+1
* libxl: do not leak front flexarray on error in libxl_create_pci_backendIan Campbell2011-01-111-7/+12
* libxl: write PCI frontend xenstore nodes to the frontend directory.Ian Campbell2011-01-111-3/+5
* xl: Implement flexarray_append() and flexarray_vappend()Gianni Tedesco2011-01-071-45/+28
* add missing libxl__free_all() callsJuergen Gross2010-12-091-1/+3
* xl: Implement PCI passthrough force removalGianni Tedesco2010-10-061-9/+20
* libxl: change IDL to export a saner interface for upcoming language bindingsGianni Tedesco2010-09-161-2/+27
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-20/+20
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-41/+41
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-115/+115
* Missing include in libxl_pci.cDaniel De Graaf2010-08-301-0/+1
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-164/+183
* xl: Fix invalid return of libxl-internal pointers via libxl_domid_to_name()"Gianni Tedesco (3P)"2010-08-111-1/+1
* xl: pci multi-function passthrough v2Stefano Stabellini2010-08-091-11/+138
* xl: detect pci-insert-failed dm status on pci-passthroughGianni Tedesco2010-08-041-3/+21
* xl: implement pci attach to explicitly defined virtual PCI slotGianni Tedesco2010-08-041-27/+129
* xl: prevent attempts to remove non-attached pci pass-through devicesGianni Tedesco2010-08-041-2/+10
* xl: centralize BDF parsing in to libxlGianni Tedesco2010-08-041-15/+56
* xl: PCI code cleanupsGianni Tedesco2010-08-041-60/+55
* Allow PCI passthrough to PV guest without IOMMUMihir Nanavati2010-08-031-2/+2
* libxl: Check whether a PCI device is assignable before assigning it do a domUGianni Tedesco2010-07-291-16/+166
* libxl: Move libxl_device_pci_reset to libxl_pci.cGianni Tedesco2010-07-291-0/+33
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-7/+7
* libxl: Move PCI specific functions to libxl_pci.cGianni Tedesco2010-07-271-0/+538