aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-202-2/+2
* network: implement virNetworkUpdate for test_driverLaine Stump2012-09-181-1/+52
* network: utility functions for updating network configLaine Stump2012-09-181-5/+4
* use virBitmap to store cpumask info.Hu Tao2012-09-171-1/+4
* list: Implement listAllNetworks for test driverOsier Yang2012-09-111-0/+17
* list: Implement virStoragePoolListAllVolumes for test driverOsier Yang2012-09-101-0/+67
* list: Implement listAllStoragePools for test driverOsier Yang2012-09-061-0/+17
* Internal refactory of data structuresMarcelo Cerri2012-08-201-4/+7
* Destroy virdomainlist.[ch]Osier Yang2012-08-141-2/+1
* maint: don't permit format strings without %Eric Blake2012-07-261-3/+3
* Desert the FSF address in copyrightOsier Yang2012-07-232-4/+4
* Replace use of testError with virReportErrorDaniel P. Berrange2012-07-191-254/+255
* Convert all files in src/conf/ to use virReportError()Daniel P. Berrange2012-07-181-16/+16
* Add missing _(...) around 2 error messages in test driverDaniel P. Berrange2012-07-181-2/+2
* drivers: Implement virListAllDomains for drivers using virDomainObjPeter Krempa2012-06-201-0/+19
* Coverity: Fix resource leak in test driverOsier Yang2012-05-041-0/+1
* storage: Allow multiple hosts for a storage poolWido den Hollander2012-04-301-2/+2
* test: Set the fixed uuid for the default XMLsOsier Yang2012-04-171-0/+3
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-4/+4
* xml: use long long internally, to centralize overflow checksEric Blake2012-03-071-2/+2
* npiv: Auto-generate WWN if it's not specifiedOsier Yang2012-02-101-4/+4
* Introduce new API for generating random numbersDaniel P. Berrange2012-01-261-1/+2
* Add new virDomainShutdownFlags APIDaniel P. Berrange2012-01-241-1/+10
* util: use new virTypedParameter helpersEric Blake2012-01-191-16/+11
* Added new option to virsh net-dumpxml called --inactiveShradha Shah2012-01-111-2/+2
* Fix typos in messages.Yuri Chornoivan2012-01-031-1/+1
* Only add the timer when a callback is registeredDaniel P. Berrange2011-12-191-1/+1
* Hide use of timers for domain event dispatchDaniel P. Berrange2011-12-191-31/+1
* Convert drivers to thread safe APIs for adding callbacksDaniel P. Berrange2011-12-191-7/+7
* Return count of callbacks when registering callbacksDaniel P. Berrange2011-12-191-7/+8
* Provide a helper method virDomainLiveConfigHelperMethodLei Li2011-12-131-30/+3
* test: fix potential lock corruption in test driverLaine Stump2011-12-081-1/+2
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+6
* blockstats: support lookup by path in blockstatsEric Blake2011-11-231-9/+2
* Fix default console type settingDaniel P. Berrange2011-11-031-0/+7
* test: drop redundant checkEric Blake2011-11-021-3/+4
* API: document scheduler parameter namesEric Blake2011-11-021-2/+2
* storage: make previous leak less likely to regressEric Blake2011-10-241-1/+0
* Revert "test: Cleanup improper VIR_ERR_NO_SUPPORT use"Osier Yang2011-09-011-1/+1
* test: Cleanup improper VIR_ERR_NO_SUPPORT useOsier Yang2011-08-231-1/+1
* maint: simplify lots of libxml2 clientsEric Blake2011-08-191-11/+2
* build: fix typo in recent test patchEric Blake2011-08-191-2/+2
* test: Allow to undefine a running domainOsier Yang2011-08-191-9/+8
* vcpu: teach getVcpusFlags about currentEric Blake2011-07-251-8/+23
* save: wire up trivial save/restore flags implementationsEric Blake2011-07-211-4/+38
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* undefine: Implement undefineFlags for all other driversOsier Yang2011-07-201-1/+11
* flags: use common dumpxml flags checkEric Blake2011-07-151-0/+2
* test: reject unknown flagsEric Blake2011-07-131-32/+112