aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_pci.c
Commit message (Expand)AuthorAgeFilesLines
* libxl: helper function to send commands to traditional qemuShriram Rajagopalan2012-02-091-5/+3
* libxl: rename is_assigned to is_pcidev_in_arrayDoug Magee2012-01-241-4/+4
* libxl: move a lot more includes into libxl_internal.hIan Jackson2012-01-131-15/+1
* libxl: fix cold plugged PCI devices with stubdomainsIan Campbell2011-12-091-1/+2
* libxl: Use GC_INIT and GC_FREE everywhereIan Jackson2011-12-121-17/+17
* libxl: Rationalise #includesIan Jackson2011-12-121-5/+0
* libxl: Remove a passthrough device through QMP.Anthony PERARD2011-11-041-24/+48
* libxl: Use QMP to insert a passthrough device when using upstream QEMUAnthony PERARD2011-11-041-22/+52
* libxl: libxl__device_pci_destroy_all should succeed if there is no PCI busIan Campbell2011-11-021-1/+1
* libxl: convert PCI device handling to device APIIan Campbell2011-10-181-71/+115
* libxl: use libxl__device in libxl_devices_destroy etc.Ian Campbell2011-10-181-3/+9
* libxl: use IDL to define device front- and back-end kindsIan Campbell2011-10-181-2/+2
* libxl: split forced and non-forced uses of libxl__device_delIan Campbell2011-10-181-1/+1
* libxl: separate forced and non-forced device remove.Ian Campbell2011-10-181-2/+1
* libxl: add missing "break;" to do_pci_removeIan Campbell2011-10-251-0/+1
* libxl: libxl__e820_alloc must take a libxl__gc.Ian Campbell2011-10-131-1/+2
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+8
* libxl: fixup incorrect indentationIan Campbell2011-10-111-1/+1
* libxl: expand hard tab stopsIan Campbell2011-10-111-9/+9
* PCI multi-seg: adjust domctl interfaceJan Beulich2011-09-221-4/+4
* Add missing 'break' statement.Kaushik Kumar Ram2011-08-261-0/+1
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-3/+3
* libxl: specify HVM vs PV in create_info using libxl_domain_type enumIan Campbell2011-07-181-1/+1
* libxl: replace libxl__domain_is_hvm with libxl__domain_typeIan Campbell2011-07-181-11/+23
* libxl: Fix segfault in get_all_assigned_devicesStefano Stabellini2011-07-141-11/+6
* libxl: add all pci devices to xenstore at once (during VM create)Marek Marczykowski2011-06-211-2/+6
* libxl: always set list out parameter of libxl_device_pci_list_assignedStefano Stabellini2011-06-211-2/+1
* libxl: fix wrong mask of function numberYang Zhang2011-06-021-1/+1
* libxl: Convert E820_UNUSABLE and E820_RAM to E820_UNUSABLE as appropriate.Konrad Rzeszutek Wilk2011-05-261-8/+85
* 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