summaryrefslogtreecommitdiff
path: root/tests/virpcitest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Move fakerootdir handling to common logicAndrea Bolognani2023-03-031-6/+0
* tests: Adopt fakerootdir helpersAndrea Bolognani2023-03-031-12/+3
* Add PCI VPD-related helper functions to virpciDmitrii Shcherbakov2021-10-211-0/+37
* tests: vir: remove pointless labelsJán Tomko2021-09-091-6/+3
* tests: vir: use g_autofreeJán Tomko2021-09-091-11/+5
* tests: use g_autoptr instead of virObjectUnrefJán Tomko2021-09-091-12/+6
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-16/+16
* lib: Put some variable declarations on individual linesMichal Privoznik2021-03-151-3/+6
* virpci.c: simplify virPCIDeviceNew() signatureDaniel Henrique Barboza2021-01-291-9/+26
* src: switch to use g_setenv/g_unsetenvDaniel P. Berrangé2020-01-031-1/+1
* tests: remove unneeded cleanup labelsDaniel Henrique Barboza2019-11-191-2/+1
* Use g_mkdtemp instead of mkdtempJán Tomko2019-11-141-1/+1
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-11/+5
* tests: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+1
* Use G_N_ELEMENTS instead of ARRAY_CARDINALITYJán Tomko2019-10-151-3/+3
* tests: use G_GNUC_UNUSEDJán Tomko2019-10-151-4/+4
* tests: Always put a '\n' after each debug printMichal Privoznik2019-08-271-1/+1
* tests: Add lib- prefix to all mocksRoman Bolshakov2019-08-231-1/+1
* virpcitest: Use modern VFIOMichal Privoznik2019-08-171-6/+6
* Revert "virpcitest: Test virPCIDeviceDetach failure"Michal Privoznik2019-08-171-32/+0
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-40/+40
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-4/+4
* tests: Fix typo oaque -> opaqueAndrea Bolognani2016-02-231-1/+1
* pci: Phase out virPCIDeviceReattachInit()Andrea Bolognani2016-01-281-1/+4
* pci: Introduce virPCIStubDriver enumerationAndrea Bolognani2015-12-211-11/+12
* pci: Remove 'reprobe' parameter from virPCIDeviceUnbind()Andrea Bolognani2015-12-211-1/+1
* tests: Rename LIBVIRT_FAKE_SYSFS_DIR to LIBVIRT_FAKE_ROOT_DIRAndrea Bolognani2015-12-091-8/+8
* tests: Add VIR_TEST_DEBUG and VIR_TEST_VERBOSECole Robinson2015-04-231-2/+2
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-11/+11
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-2/+2
* virpcitest: Test virPCIDeviceDetach failureJiri Denemark2014-01-201-0/+33
* virpcitest: More tests for device detach and reattachJiri Denemark2014-01-201-1/+157
* virpcitest: Show PCI device tested by each testJiri Denemark2014-01-201-1/+8
* Read PCI class from sysfs class file instead of config space.Thadeu Lima de Souza Cascardo2014-01-071-0/+34
* virpcitest: Introduce testVirPCIDeviceResetMichal Privoznik2013-11-061-44/+72
* virpcitest: Introduce check for unbinded devicesMichal Privoznik2013-11-041-4/+26
* virpcitest: Introduce testVirPCIDeviceReattachMichal Privoznik2013-11-041-0/+37
* virpcitest: Test virPCIDeviceDetachMichal Privoznik2013-11-041-0/+42
* tests: Introduce virpcitestMichal Privoznik2013-11-041-0/+103