index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
qemu-api-macros
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-12-17
tests/functional: skip tests if assets are not available
Daniel P. Berrangé
2
-1
/
+18
2024-12-17
tests/functional: remove now unused 'run_cmd' helper
Daniel P. Berrangé
2
-12
/
+1
2024-12-17
tests/functional: replace 'run_cmd' with subprocess helpers
Daniel P. Berrangé
6
-30
/
+41
2024-12-17
tests/functional: drop back compat imports from utils.py
Daniel P. Berrangé
1
-5
/
+0
2024-12-17
tests/functional: convert tests to new uncompress helper
Daniel P. Berrangé
14
-88
/
+31
2024-12-17
tests/functional: add 'uncompress' to QemuBaseTest
Daniel P. Berrangé
1
-0
/
+25
2024-12-17
tests/functional: add a generalized uncompress helper
Daniel P. Berrangé
2
-0
/
+48
2024-12-17
tests/functional: convert tests to new archive_extract helper
Daniel P. Berrangé
37
-205
/
+134
2024-12-17
tests/functional: add 'archive_extract' to QemuBaseTest
Daniel P. Berrangé
1
-0
/
+32
2024-12-17
tests/functional: add a generalized archive_extract
Daniel P. Berrangé
2
-0
/
+59
2024-12-17
tests/functional: let cpio_extract accept filenames
Daniel P. Berrangé
1
-5
/
+11
2024-12-17
tests/functional: add common deb_extract helper
Daniel P. Berrangé
2
-9
/
+17
2024-12-17
tests/functional: add common zip_extract helper
Daniel P. Berrangé
1
-0
/
+8
2024-12-17
tests/functional: move uncompress handling into new uncompress.py file
Daniel P. Berrangé
2
-25
/
+38
2024-12-17
tests/functional: move archive handling into new archive.py file
Daniel P. Berrangé
2
-20
/
+34
2024-12-17
tests/functional: remove redundant 'rmtree' call
Daniel P. Berrangé
1
-3
/
+0
2024-12-17
tests/functional: switch over to using self.scratch_file()
Daniel P. Berrangé
45
-139
/
+118
2024-12-17
tests/functional: switch over to using self.data_file(...)
Daniel P. Berrangé
1
-15
/
+7
2024-12-17
tests/functional: switch over to using self.build_file(...)
Daniel P. Berrangé
4
-16
/
+9
2024-12-17
tests/functional: switch over to using self.log_file(...)
Daniel P. Berrangé
2
-8
/
+5
2024-12-17
tests/functional: add helpers for building file paths
Daniel P. Berrangé
1
-0
/
+95
2024-12-17
tests/functional: drop 'has_cmd' and 'has_cmds' helpers
Daniel P. Berrangé
3
-57
/
+9
2024-12-17
tests/functional: switch to new test skip decorators
Daniel P. Berrangé
16
-122
/
+61
2024-12-17
tests/functional: introduce some helpful decorators
Daniel P. Berrangé
2
-0
/
+110
2024-12-17
tests/functional: drop 'tesseract_available' helper
Daniel P. Berrangé
2
-16
/
+4
2024-12-17
tests/functional: simplify 'which' implementation
Daniel P. Berrangé
1
-1
/
+1
2024-12-17
tests/functional: remove duplicated 'which' function impl
Daniel P. Berrangé
4
-25
/
+13
2024-12-17
tests/functional: resolve str(Asset) to cache file path
Daniel P. Berrangé
1
-0
/
+3
2024-12-17
tests/functional: remove many unused imports
Daniel P. Berrangé
16
-19
/
+7
2024-12-17
tests/functional: add execute permission to aspeed tests
Daniel P. Berrangé
7
-0
/
+0
2024-12-16
roms: re-add edk2-basetools target
Gerd Hoffmann
1
-0
/
+5
2024-12-16
pc-bios: add missing riscv64 descriptor
Heinrich Schuchardt
2
-1
/
+33
2024-12-16
pc-bios: Add amd-sev-es to edk2 json
Pratik R. Sampat
1
-0
/
+1
2024-12-16
x86/loader: add -shim option
Gerd Hoffmann
5
-0
/
+53
2024-12-16
x86/loader: expose unpatched kernel
Gerd Hoffmann
1
-0
/
+3
2024-12-16
x86/loader: read complete kernel
Gerd Hoffmann
1
-5
/
+6
2024-12-16
x86/loader: only patch linux kernels
Gerd Hoffmann
1
-1
/
+1
2024-12-15
docs: Constify all Property in examples
Richard Henderson
2
-3
/
+3
2024-12-15
tests/unit: Constify all Property
Richard Henderson
1
-1
/
+1
2024-12-15
hw/xen: Constify all Property
Richard Henderson
2
-2
/
+2
2024-12-15
hw/watchdog: Constify all Property
Richard Henderson
3
-3
/
+3
2024-12-15
hw/virtio: Constify all Property
Richard Henderson
38
-39
/
+39
2024-12-15
hw/vfio: Constify all Property
Richard Henderson
4
-5
/
+5
2024-12-15
hw/usb: Constify all Property
Richard Henderson
27
-32
/
+32
2024-12-15
hw/ufs: Constify all Property
Richard Henderson
2
-2
/
+2
2024-12-15
hw/tpm: Constify all Property
Richard Henderson
5
-5
/
+5
2024-12-15
hw/timer: Constify all Property
Richard Henderson
20
-20
/
+20
2024-12-15
hw/ssi: Constify all Property
Richard Henderson
9
-11
/
+11
2024-12-15
hw/sparc64: Constify all Property
Richard Henderson
1
-2
/
+2
2024-12-15
hw/sparc: Constify all Property
Richard Henderson
1
-1
/
+1
[next]