summaryrefslogtreecommitdiff
path: root/src/node_device/node_device_driver.c
Commit message (Expand)AuthorAgeFilesLines
* nodedev: update netdev feature bits before each dumpxmlLaine Stump2015-06-171-0/+3
* node_device: more informative error log when device isn't foundLaine Stump2015-05-281-4/+10
* node_device: update sriov/iommu info before dumpxml of a deviceLaine Stump2015-05-181-1/+5
* node device: prepare node_device_linux_sysfs.c to add more functionsLaine Stump2015-05-181-3/+4
* nodedev: change if-else if in update_caps to switchLaine Stump2015-05-181-4/+23
* conf: make virNodeDevCapData an official typeLaine Stump2015-05-181-7/+7
* nodedev: check/add for scsi_host caps for NumOfCaps and ListCapsJohn Ferlan2015-02-051-1/+31
* Removing probing of secondary driversDaniel P. Berrange2015-01-271-8/+2
* Remove use of nodeDevicePrivateData from nodeDev driverDaniel P. Berrange2015-01-271-39/+29
* Remove unnecessary curly brackets in src/node_device/Martin Kletzander2014-11-141-14/+7
* node_device: Expose link state & speedMichal Privoznik2014-06-111-2/+7
* Fix virNodeDeviceListCaps always returns emptyJincheng Miao2014-03-291-1/+1
* Indent top-level labels by one space in the rest of src/Ján Tomko2014-03-251-9/+9
* Use K&R style for curly braces in remaining filesMartin Kletzander2014-03-201-2/+3
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-2/+0
* Change file names in comments to match the files they are inJán Tomko2014-03-101-1/+1
* Convert 'int i' to 'size_t i' in src/node_device/ filesDaniel P. Berrange2013-07-101-3/+3
* Adapt to VIR_ALLOC and virAsprintf in src/node_device/*Michal Privoznik2013-07-101-3/+1
* Add access control filtering of node device objectsDaniel P. Berrange2013-07-031-11/+17
* node device driver: update driver name during dumpxmlLaine Stump2013-07-011-4/+9
* Add ACL checks into the node device driverDaniel P. Berrange2013-06-241-0/+36
* util: move virFile* functions from virutil.c to virfile.cLaine Stump2013-05-101-1/+2
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/node_device/*Michal Privoznik2013-05-091-22/+11
* Fix naming of some node device APIsDaniel P. Berrange2013-05-081-3/+3
* build: Fix build when WITH_HAL is definedJim Fehlig2013-05-021-0/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+0
* Rename 'DeviceMonitor' to 'NodeDeviceDriver'Daniel P. Berrange2013-04-241-14/+14
* nodedev: Abstract nodeDeviceVportCreateDelete as util functionv1.0.4-rc1Osier Yang2013-03-251-93/+8
* nodedev: Refactor the helpersOsier Yang2013-03-251-5/+2
* nodedev: Use access instead of statOsier Yang2013-03-251-4/+2
* nodedev: Implement virNodeDeviceLookupSCSIHostByWWNOsier Yang2013-02-121-5/+8
* Convert HAVE_HAL to WITH_HALDaniel P. Berrange2013-01-141-3/+3
* Convert HAVE_UDEV to WITH_UDEVDaniel P. Berrange2013-01-141-2/+2
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* list: Implement listAllNodeDevicesOsier Yang2012-09-171-0/+15
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virNodeDeviceReportError with virReportErrorDaniel P. Berrange2012-07-181-21/+21
* npiv: Auto-generate WWN if it's not specifiedOsier Yang2012-02-101-1/+3
* node_device: reject unknown flagsEric Blake2011-07-131-5/+13
* docs: Make hvsupport.pl pick up the host device driversMatthias Bolte2011-06-061-28/+17
* Rename internal DumpXML functions to GetXMLDescMatthias Bolte2011-05-101-3/+3
* Create file in virFileWriteStr() if it doesn't existJean-Baptiste Rouault2010-12-031-1/+1
* build: fix compiler warningEric Blake2010-08-181-0/+2
* nodedev: Fix sysfs paths for vport operationsDave Allan2010-08-181-0/+21
* Prefer UDEV to HAL drivers if both a compiledDaniel P. Berrange2010-06-081-2/+2
* Update nodedev scsi_host data before useDavid Allan2010-06-031-16/+3