aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* list: Add helpers for listing node devicesOsier Yang2012-09-171-0/+103
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert all files in src/conf/ to use virReportError()Daniel P. Berrange2012-07-181-71/+71
* npiv: Auto-generate WWN if it's not specifiedOsier Yang2012-02-101-30/+47
* npiv: Expose fabric_name outsideOsier Yang2011-12-071-0/+3
* conf: Improve incorrect root element error messagesMichal Privoznik2011-11-281-2/+4
* xml: Clean up rest of virtual XML document names for XML stringsPeter Krempa2011-09-141-1/+1
* conf: Substitute OPERATION_INVALID with INTERNAL_ERROROsier Yang2011-09-011-1/+1
* conf: Cleanup improper use of VIR_ERR_NO_SUPPORT in node_device_confOsier Yang2011-08-231-1/+1
* pci: Move some pci sriov helper code out of node device driver to util/pciRoopa Prabhu2011-08-161-0/+1
* xml: Make sure virXpathNodeSet always sets an errorCole Robinson2011-05-131-7/+5
* maint: rename virBufferVSprintf to virBufferAsprintfEric Blake2011-05-051-31/+31
* nodedev: Free the right pointers when getting WWNs failsJiri Denemark2010-08-181-2/+2
* Fix device destroy return valueDavid Allan2010-06-031-2/+2
* Use common XML parsing functionsJiri Denemark2010-03-231-56/+4
* virNodeDevCapScsiHostParseXML: avoid an unconditional leakJim Meyering2010-02-161-0/+1
* Remove virConnectPtr from all node device XML APIsDaniel P. Berrange2010-02-101-117/+91
* Escape strings serialized in XMLDaniel Veillard2010-02-101-17/+19
* Remove conn parameter from virXPath* functionsMatthias Bolte2010-02-091-35/+35
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-091-9/+9
* nodedev: Add removable storage 'media_label' propCole Robinson2009-12-141-0/+8
* expose SR IOV physical/virtual function relationshipsDave Allan2009-12-141-0/+30
* Add virBufferFreeAndReset() and replace free()Matthias Bolte2009-12-101-3/+1
* remove sysfs_path and parent_sysfs_path from XMLDave Allan2009-11-191-8/+0
* Removing devicePath member from dev structDave Allan2009-11-191-1/+0
* Add scsi_target device typeDavid Allan2009-11-121-0/+43
* Implement a node device backend using libudevDavid Allan2009-11-121-14/+32
* Add several fields to node device capabilitiesDavid Allan2009-11-121-0/+28
* Add missing OOM error checks, reports and cleanupsMatthias Bolte2009-11-091-4/+9
* Fix potential false-positive OOM error reporting.Matthias Bolte2009-10-221-3/+1
* node device: Break out get_wwns and get_parent_node helpersCole Robinson2009-10-201-0/+89
* node conf: Make parsing routines consistent with other driversCole Robinson2009-10-051-7/+40
* nodedev: Break out virNodeDeviceHasCap to node_confCole Robinson2009-10-051-0/+10
* Move all XML configuration handling to src/conf/Daniel P. Berrange2009-09-211-0/+1237