summary refs log tree commit diff stats
path: root/rust/qemu-api-macros/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-17tests/functional: skip tests if assets are not availableDaniel P. Berrangé2-1/+18
2024-12-17tests/functional: remove now unused 'run_cmd' helperDaniel P. Berrangé2-12/+1
2024-12-17tests/functional: replace 'run_cmd' with subprocess helpersDaniel P. Berrangé6-30/+41
2024-12-17tests/functional: drop back compat imports from utils.pyDaniel P. Berrangé1-5/+0
2024-12-17tests/functional: convert tests to new uncompress helperDaniel P. Berrangé14-88/+31
2024-12-17tests/functional: add 'uncompress' to QemuBaseTestDaniel P. Berrangé1-0/+25
2024-12-17tests/functional: add a generalized uncompress helperDaniel P. Berrangé2-0/+48
2024-12-17tests/functional: convert tests to new archive_extract helperDaniel P. Berrangé37-205/+134
2024-12-17tests/functional: add 'archive_extract' to QemuBaseTestDaniel P. Berrangé1-0/+32
2024-12-17tests/functional: add a generalized archive_extractDaniel P. Berrangé2-0/+59
2024-12-17tests/functional: let cpio_extract accept filenamesDaniel P. Berrangé1-5/+11
2024-12-17tests/functional: add common deb_extract helperDaniel P. Berrangé2-9/+17
2024-12-17tests/functional: add common zip_extract helperDaniel P. Berrangé1-0/+8
2024-12-17tests/functional: move uncompress handling into new uncompress.py fileDaniel P. Berrangé2-25/+38
2024-12-17tests/functional: move archive handling into new archive.py fileDaniel P. Berrangé2-20/+34
2024-12-17tests/functional: remove redundant 'rmtree' callDaniel P. Berrangé1-3/+0
2024-12-17tests/functional: switch over to using self.scratch_file()Daniel P. Berrangé45-139/+118
2024-12-17tests/functional: switch over to using self.data_file(...)Daniel P. Berrangé1-15/+7
2024-12-17tests/functional: switch over to using self.build_file(...)Daniel P. Berrangé4-16/+9
2024-12-17tests/functional: switch over to using self.log_file(...)Daniel P. Berrangé2-8/+5
2024-12-17tests/functional: add helpers for building file pathsDaniel P. Berrangé1-0/+95
2024-12-17tests/functional: drop 'has_cmd' and 'has_cmds' helpersDaniel P. Berrangé3-57/+9
2024-12-17tests/functional: switch to new test skip decoratorsDaniel P. Berrangé16-122/+61
2024-12-17tests/functional: introduce some helpful decoratorsDaniel P. Berrangé2-0/+110
2024-12-17tests/functional: drop 'tesseract_available' helperDaniel P. Berrangé2-16/+4
2024-12-17tests/functional: simplify 'which' implementationDaniel P. Berrangé1-1/+1
2024-12-17tests/functional: remove duplicated 'which' function implDaniel P. Berrangé4-25/+13
2024-12-17tests/functional: resolve str(Asset) to cache file pathDaniel P. Berrangé1-0/+3
2024-12-17tests/functional: remove many unused importsDaniel P. Berrangé16-19/+7
2024-12-17tests/functional: add execute permission to aspeed testsDaniel P. Berrangé7-0/+0
2024-12-16roms: re-add edk2-basetools targetGerd Hoffmann1-0/+5
2024-12-16pc-bios: add missing riscv64 descriptorHeinrich Schuchardt2-1/+33
2024-12-16pc-bios: Add amd-sev-es to edk2 jsonPratik R. Sampat1-0/+1
2024-12-16x86/loader: add -shim optionGerd Hoffmann5-0/+53
2024-12-16x86/loader: expose unpatched kernelGerd Hoffmann1-0/+3
2024-12-16x86/loader: read complete kernelGerd Hoffmann1-5/+6
2024-12-16x86/loader: only patch linux kernelsGerd Hoffmann1-1/+1
2024-12-15docs: Constify all Property in examplesRichard Henderson2-3/+3
2024-12-15tests/unit: Constify all PropertyRichard Henderson1-1/+1
2024-12-15hw/xen: Constify all PropertyRichard Henderson2-2/+2
2024-12-15hw/watchdog: Constify all PropertyRichard Henderson3-3/+3
2024-12-15hw/virtio: Constify all PropertyRichard Henderson38-39/+39
2024-12-15hw/vfio: Constify all PropertyRichard Henderson4-5/+5
2024-12-15hw/usb: Constify all PropertyRichard Henderson27-32/+32
2024-12-15hw/ufs: Constify all PropertyRichard Henderson2-2/+2
2024-12-15hw/tpm: Constify all PropertyRichard Henderson5-5/+5
2024-12-15hw/timer: Constify all PropertyRichard Henderson20-20/+20
2024-12-15hw/ssi: Constify all PropertyRichard Henderson9-11/+11
2024-12-15hw/sparc64: Constify all PropertyRichard Henderson1-2/+2
2024-12-15hw/sparc: Constify all PropertyRichard Henderson1-1/+1