summaryrefslogtreecommitdiff
path: root/src/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Removing probing of secondary driversDaniel P. Berrange2015-01-271-31/+23
* don't disable state driver when libvirtd is not builtDaniel P. Berrange2015-01-271-5/+1
* Split driver.h into multiple partsDaniel P. Berrange2014-10-231-2155/+15
* Rename virDriver to virHypervisorDriverDaniel P. Berrange2014-10-231-5/+5
* Introduce virNodeAllocPagesMichal Privoznik2014-09-251-0/+10
* maint: clean up _virDomainMemoryStatWang Yufei2014-09-171-1/+1
* maint: clean up _virDomainBlockStatsWang Yufei2014-09-171-1/+1
* maint: clean up _virDomainInterfaceStatsWang Yufei2014-09-171-1/+1
* API: Tweak virDomainOpenGraphics to return fd directlyEric Blake2014-08-261-1/+0
* blockcopy: virDomainBlockCopy with XML destination, typed paramsEric Blake2014-08-261-1/+10
* lib: Introduce API for retrieving bulk domain statsPeter Krempa2014-08-261-0/+9
* Introduce virDomainOpenGraphicsFD APIJán Tomko2014-08-261-0/+7
* Fix spacing around commasMichal Privoznik2014-08-221-1/+1
* driver: Move virDrvNetworkGetDHCPLeases to the appropriate sectionPeter Krempa2014-08-191-6/+5
* Introduce virConnectGetDomainCapabilitiesMichal Privoznik2014-07-031-0/+9
* net: merge virNetworkGetDHCPLeases and virNetworkGetDHCPLeasesForMACPeter Krempa2014-06-271-7/+1
* net-dhcp-leases: Implement the public APIsNehal J Wani2014-06-241-0/+13
* Introduce virNodeGetFreePagesMichal Privoznik2014-06-191-0/+10
* Introduce virDomain{Get,Set}Time APIsMichal Privoznik2014-05-151-0/+14
* Introduce virDomainFSFreeze() and virDomainFSThaw() public APITomoki Sekiyama2014-05-061-0/+14
* Use virFileFindResource to locate driver pluginsDaniel P. Berrange2014-04-251-1/+0
* add new virDomainCoreDumpWithFormat APIQiao Nuohan2014-03-241-0/+7
* qemu: new API for tracking arbitrary monitor eventsEric Blake2014-03-201-0/+15
* Enforce attribute check of the virRegister functionsPavel Hrdina2014-03-171-8/+8
* bhyve: add a basic driverRoman Bogorodskiy2014-02-191-0/+1
* maint: Fix messy include of libvirt_internal.hPeter Krempa2014-01-071-0/+1
* Added Network events API and virNetworkEventLifecycle.Cédric Bosdonnat2013-12-111-0/+14
* libvirt: add new public API virConnectGetCPUModelNamesGiuseppe Scrivano2013-09-231-0/+7
* Separate out StateAutoStart from StateInitializeJohn Ferlan2013-07-261-0/+4
* Introduce new domain create APIs to pass pre-opened FDs to LXCDaniel P. Berrange2013-07-181-0/+13
* Add new public API virDomainSetMemoryStatsPeriodJohn Ferlan2013-07-161-0/+6
* New internal migration APIs with extensible parametersJiri Denemark2013-06-251-0/+67
* maint: don't use config.h in .h filesEric Blake2013-06-051-2/+0
* maint: use LGPL correctlyEric Blake2013-05-201-0/+16
* hypervisor api: new virNodeDeviceDetachFlagsLaine Stump2013-04-251-0/+6
* Dedicated name for sub-driver open/close methodsDaniel P. Berrange2013-04-241-12/+35
* Rename 'DeviceMonitor' to 'NodeDeviceDriver'Daniel P. Berrange2013-04-241-5/+5
* Sanitize whitespace in driver.hDaniel P. Berrange2013-04-241-1185/+1376
* Extend previous check to validate driver struct field namesDaniel P. Berrange2013-04-241-132/+132
* Ensure driver method names match public API namesDaniel P. Berrange2013-04-241-152/+152
* Rename 'clone' to 'clonevol' to avoid name clash with clone() syscallDaniel P. Berrange2013-03-071-1/+1
* Introduce virDomainMigrate*CompressionCache APIsJiri Denemark2013-02-221-0/+11
* Introduce virDomainGetJobStats APIJiri Denemark2013-02-221-0/+7
* Introduce API virNodeDeviceLookupSCSIHostByWWNOsier Yang2013-02-121-0/+6
* Introduce an LXC specific public API & libraryDaniel P. Berrange2013-01-141-0/+6
* api: Add API to tunnel a guest channel via streamJohn Eckersberg2013-01-041-0/+7
* Replace polling for active VMs with signalling by driversDaniel P. Berrange2012-12-041-3/+4
* Turn some dual-state int parameters into booleansDaniel P. Berrange2012-11-291-1/+1
* Introduce a 'stop' method to virDriverStateDaniel P. Berrange2012-11-291-0/+2
* Add virDomainSendProcessSignal APIDaniel P. Berrange2012-11-291-0/+7