aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_device.c
Commit message (Expand)AuthorAgeFilesLines
...
* libxl: split forced and non-forced uses of libxl__device_delIan Campbell2011-10-181-20/+28
* libxl: separate forced and non-forced device remove.Ian Campbell2011-10-181-10/+22
* libxl: fixup incorrect indentationIan Campbell2011-10-121-0/+7
* libxl: attempt to cleanup tapdisk processes on disk backend destroy.Ian Campbell2011-09-281-0/+2
* libxl: fail to parse disk vpath if a disk+part number needed but unavailableIan Campbell2011-09-281-1/+5
* libxl: make libxl__wait_for_device_model use libxl__spawn_starrting directlyIan Campbell2011-09-271-9/+9
* libxl: clean up trailing whitespaces in code.Wei Liu2011-07-191-7/+7
* libxl: do not use tap disk backend other than for raw and vhdIan Jackson2011-07-081-11/+13
* libxl: fix incorrect return of ERROR_INVAL from disk_try_backendIan Jackson2011-07-071-1/+1
* libxl: sane disk backend selection and validationIan Jackson2011-07-061-0/+116
* libxl: Remove frontend and backend devices from xenstore after destroyMarek Marczykowski2011-06-271-10/+5
* libxl: Accept disk name in libxl_devid_to_device_diskMarek Marczykowski2011-06-271-1/+2
* libxl: check return values of read/writeIan Campbell2011-06-021-1/+3
* libxl: improve logging on failure to start device model.Ian Campbell2011-05-241-1/+3
* libxl: add statup checks to libxl__wait_for_device_modelIan Campbell2011-05-241-5/+25
* tools: libxl: move all enum values into the libxl namespaceIan Campbell2011-04-201-8/+8
* libxl: Drop internal DEVICE_TAP backend typeIan Campbell2011-04-081-2/+1
* libxl/xl: drop support for netchannel2Ian Campbell2011-04-081-1/+0
* libxl: return raw disk and partition number from libxl__device_disk_dev_numberIan Campbell2011-04-051-1/+7
* libxl: Make all hidden/static functions take a gc not a ctxIan Campbell2011-03-151-57/+48
* libxl: remove the entries from xenstore when destroying a diskStefano Stabellini2011-02-171-2/+2
* libxl: disk specification interface changeKamala Narasimhan2011-02-151-20/+13
* libxl: during domain destruction, do not complain if no devices dir to destroyIan Jackson2011-01-281-2/+6
* libxl/xl: support empty disk paths (ejected cdroms)Stefano Stabellini2011-01-251-0/+2
* libxl: return "tap" as backend type for PHYSTYPE_QCOW2Stefano Stabellini2010-12-141-0/+1
* libxl: return an error if connection to xenstore failsIan Campbell2010-12-101-0/+6
* tools/libxl: use qdisk if blktap2 is not availableStefano Stabellini2010-11-231-0/+1
* libxl: remove console 0 backend directory from xenstore on devices destroyIan Campbell2010-10-051-15/+37
* libxl: Use libxl__ namespace for internal typesIan Campbell2010-09-081-9/+9
* libxl: Ensure all _hidden functions use libxl__ prefix (manual part)Ian Campbell2010-09-081-11/+11
* libxl: Ensure all _hidden functions use libxl__ prefix (autogenerated patch)Ian Campbell2010-09-081-39/+39
* tools/libxl: fix leak in libxl_wait_for_backend()Gianni Tedesco2010-08-171-3/+6
* tools/libxl: compile with -Wmissing-declarationsIan Jackson2010-08-171-1/+1
* tools/libxl: libxl_device_generic_add: handle NULL fents or bentsStefano Stabellini2010-08-131-14/+14
* xl: Implement per-API-call garbage-collection lifetimeGianni Tedesco2010-08-121-60/+73
* xl: detect pci-insert-failed dm status on pci-passthroughGianni Tedesco2010-08-041-9/+17
* libxl: Move libxl_device_pci_reset to libxl_pci.cGianni Tedesco2010-07-291-34/+0
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-11/+11
* libxl: const-correctness fix to device_physdisk_major_minorChristoph Egger2010-07-271-1/+1
* tools/libxl: Revert broken NetBSD portability patchesIan Jackson2010-07-231-1/+1
* libxl: do not create /vss and /xapi paths in xenstore.Ian Campbell2010-07-231-16/+2
* tools/libxl: Fix blktap2 NetBSD build and also revert broken changeChristoph Egger2010-07-231-1/+1
* libxl: support reset file on sysfsIan Jackson2010-06-231-11/+27
* libxl: make libxl_wait_for_device_model clearerIan Jackson2010-06-231-19/+20
* xl: network2-attach commandKeir Fraser2010-06-071-0/+1
* libxl: Use the caller's logger (xentoollog)Keir Fraser2010-05-281-2/+2
* libxl,xl: Fix two minor bugs in domain destructionKeir Fraser2010-04-121-1/+1
* libxl: Properly parse vbd namesKeir Fraser2010-02-051-26/+74
* libxenlight: add fuse around generic_device_add related to invalid kindsKeir Fraser2010-01-141-1/+4
* libxenlight: remove all cloning logic.Keir Fraser2010-01-081-12/+8