summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* domain_conf: make virDomainDiskSetBlockIOTune() voidMatt Coleman2020-11-111-2/+1
* conf: checkpoint: Split virDomainCheckpointRedefinePrep into two functionsPeter Krempa2020-11-091-5/+4
* util: hash: Change type of hash table name/key to 'char'Peter Krempa2020-10-221-3/+3
* src: use g_new0 instead of VIR_ALLOCJán Tomko2020-10-081-42/+24
* Don't check return value of virBitmapNewCopyPeter Krempa2020-10-051-4/+1
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-9/+3
* test: fix emulator pin info in test driverPavel Hrdina2020-08-081-2/+2
* conf: fix detection of available host CPUs for vcpupinPavel Hrdina2020-08-081-2/+6
* meson: src: build libvirt.so libraryPavel Hrdina2020-08-031-0/+2
* meson: src: build libvirt_test.a static libraryPavel Hrdina2020-08-032-23/+24
* meson: remove automake specific directivesPavel Hrdina2020-08-031-5/+0
* test: remove unused NUM_CELLSJán Tomko2020-08-031-2/+0
* test: Fix memory leak in testParseXMLDocFromFileJohn Ferlan2020-06-161-1/+1
* Remove use of variables passed only to 'VIR_FREE'Peter Krempa2020-06-151-2/+0
* test: allocate numa cells separately from driverDaniel P. Berrangé2020-06-031-1/+3
* src: make virObjectUnref return voidDaniel P. Berrangé2020-06-031-2/+6
* conf: Add <lease/> option for <dhcp/> settingsJulio Faracco2020-04-231-1/+1
* test: move video default logic to driverRafael Fonseca2020-03-251-0/+23
* test: fix leak of authentication infoDaniel P. Berrangé2020-03-061-0/+6
* virsh: include virutil.h where usedJán Tomko2020-02-241-0/+1
* Drop virAtomic moduleMichal Privoznik2020-02-021-1/+0
* src: Replace virAtomicIntSet() with g_atomic_int_set()Michal Privoznik2020-02-021-2/+2
* test_driver: Replace virAtomicIntAdd() with g_atomic_int_add()Michal Privoznik2020-02-021-1/+1
* Add a space before ending a commentJán Tomko2020-01-301-2/+2
* test/test_driver.c: remove unneeded labelsDaniel Henrique Barboza2020-01-071-29/+22
* src: replace clock_gettime()/gettimeofday() with g_get_real_time()Daniel P. Berrangé2020-01-031-41/+10
* conf: move NUMA capabilities into self contained objectDaniel P. Berrangé2019-12-091-4/+5
* conf: drop virCapsPtr param from snapshot & checkpoint APIsDaniel P. Berrangé2019-12-091-5/+3
* conf: drop virCapsPtr param from APIs for saving domainsDaniel P. Berrangé2019-12-091-1/+1
* conf: drop virCapsPtr param from domain APIs for copying configDaniel P. Berrangé2019-12-091-5/+2
* conf: drop virCapsPtr param from domain parse APIsDaniel P. Berrangé2019-12-091-5/+5
* conf: drop virCapsPtr param from domain formatting APIsDaniel P. Berrangé2019-12-091-3/+3
* conf: pass in default architecture via domain XML optionsDaniel P. Berrangé2019-12-091-0/+1
* conf: sanitize virDomainObjFormat & virDomainDefFormat* APIsDaniel P. Berrangé2019-12-091-3/+5
* conf: capabilities: Refactor API for setting guest capability featuresPeter Krempa2019-11-131-4/+2
* test: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-22/+13
* make check-driverimpls work againMichal Privoznik2019-11-121-1/+1
* conf: snapshot: Remove 'update_current' parameter from virDomainSnapshotRedef...Peter Krempa2019-10-241-1/+1
* Drop needless ret variableMichal Privoznik2019-10-241-25/+9
* test: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-70/+41
* Use g_strdup to fill in default valuesJán Tomko2019-10-211-2/+2
* Use g_strdup instead of ignoring VIR_STRDUP's valueJán Tomko2019-10-211-9/+9
* Use g_steal_pointer instead of VIR_STEAL_PTR everywhereJán Tomko2019-10-161-10/+10
* Use g_autoptr instead of VIR_AUTOUNREFJán Tomko2019-10-161-2/+2
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-6/+6
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-23/+23
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-1/+1
* test: use G_GNUC_UNUSEDJán Tomko2019-10-151-40/+40
* conf: Drop pointless 'domain' argument from virDomainSnapshotRedefinePrepPeter Krempa2019-09-271-1/+1
* conf: Drop pointless 'domain' argument from virDomainCheckpointRedefinePrepPeter Krempa2019-09-271-1/+1