index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcow2: Make preallocate_co() resize the image to the correct size
Alberto Garcia
2020-09-15
2
-20
/
+52
*
iotests: Skip test_stream_parallel in test 030 when doing "make check"
Thomas Huth
2020-09-15
2
-0
/
+5
*
qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocs
Alberto Garcia
2020-09-15
3
-0
/
+91
*
qemu-img: avoid unaligned read requests during convert
Peter Lieven
2020-09-15
1
-2
/
+5
*
qemu-iotests: Simplify FilePath __init__
Nir Soffer
2020-09-15
1
-3
/
+2
*
qemu-iotests: Merge FilePaths and FilePath
Nir Soffer
2020-09-15
5
-18
/
+15
*
qemu-iotests: Support varargs syntax in FilePaths
Nir Soffer
2020-09-15
3
-12
/
+10
*
qemu-iotests: Fix FilePaths docstring
Nir Soffer
2020-09-15
1
-6
/
+13
*
qemu-iotests: Fix FilePaths cleanup
Nir Soffer
2020-09-15
1
-4
/
+4
*
tests/acceptance: console boot tests for quanta-gsj
Havard Skinnemoen
2020-09-14
1
-0
/
+83
*
decodetree: Improve identifier matching
Richard Henderson
2020-09-14
1
-0
/
+7
*
tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008
Laszlo Ersek
2020-09-13
2
-1
/
+0
*
tests: acpi: tolerate "virt/SSDT.memhp" mismatch temporarily
Laszlo Ersek
2020-09-13
1
-0
/
+1
*
roms/efirom, tests/uefi-test-tools: update edk2's own submodules first
Laszlo Ersek
2020-09-13
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...
Peter Maydell
2020-09-12
10
-1048
/
+20
|
\
|
*
plugins: move the more involved plugins to contrib
Alex Bennée
2020-09-10
7
-1045
/
+4
|
*
tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)
Philippe Mathieu-Daudé
2020-09-10
1
-0
/
+12
|
*
tests: bump avocado version
Pavel Dovgalyuk
2020-09-10
2
-2
/
+2
|
*
tests/meson.build: fp tests don't need CONFIG_TCG
Alex Bennée
2020-09-10
1
-1
/
+2
*
|
Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-re...
Peter Maydell
2020-09-12
3
-9
/
+14
|
\
\
|
*
|
tests: fix output message formatting for crypto benchmarks
Daniel P. Berrangé
2020-09-10
3
-9
/
+14
|
|
/
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-12
1
-3
/
+0
|
\
\
|
*
|
test-vmstate: remove unnecessary code in match_interval_mapping_node
Pan Nengyuan
2020-09-10
1
-3
/
+0
|
|
/
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-09-11
3
-20
/
+20
|
\
\
|
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
3
-16
/
+14
|
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
2
-4
/
+6
|
|
/
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2020-09-11
20
-24
/
+539
|
\
\
|
|
/
|
/
|
|
*
iotests: Allow running from different directory
Kevin Wolf
2020-09-10
1
-1
/
+1
|
*
iotests: Test committing to overridden backing
Max Reitz
2020-09-08
2
-2
/
+63
|
*
iotests: Add test for commit in sub directory
Max Reitz
2020-09-08
2
-0
/
+54
|
*
iotests: Add filter mirror test cases
Max Reitz
2020-09-08
2
-3
/
+147
|
*
iotests: Add filter commit test cases
Max Reitz
2020-09-08
2
-2
/
+179
|
*
iotests: Let complete_and_wait() work with commit
Max Reitz
2020-09-07
1
-3
/
+7
|
*
iotests: Test that qcow2's data-file is flushed
Max Reitz
2020-09-07
2
-0
/
+56
|
*
block: Leave BDS.backing_{file,format} constant
Max Reitz
2020-09-07
4
-9
/
+11
|
*
qemu-img: Use child access functions
Max Reitz
2020-09-07
1
-0
/
+1
|
*
block: Use child access functions for QAPI queries
Max Reitz
2020-09-07
1
-1
/
+7
|
*
block/null: Implement bdrv_get_allocated_file_size
Max Reitz
2020-09-07
3
-5
/
+6
|
*
block: Raise an error when backing file parameter is an empty string
Connor Kuehl
2020-09-07
2
-0
/
+9
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-08' into ...
Peter Maydell
2020-09-08
4
-27
/
+4
|
\
\
|
*
|
qapi: Make section headings start a new doc comment block
Markus Armbruster
2020-09-07
1
-1
/
+2
|
*
|
qapi: Reject section markup in definition documentation
Markus Armbruster
2020-09-07
3
-26
/
+2
|
|
/
*
|
fuzz: Add support for custom fuzzing library
Alexander Bulekov
2020-09-08
1
-2
/
+2
*
|
meson: specify fuzz linker script as a project arg
Alexander Bulekov
2020-09-08
1
-3
/
+0
*
|
Makefile: inline the relevant parts of rules.mak
Paolo Bonzini
2020-09-08
2
-2
/
+4
*
|
Makefile: remove dead variables and includes
Paolo Bonzini
2020-09-08
1
-40
/
+0
*
|
meson: convert migration/initrd-stress
Marc-André Lureau
2020-09-08
4
-14
/
+25
*
|
meson: fix migration/stress compilation with glibc>=2.30
Marc-André Lureau
2020-09-08
1
-0
/
+2
*
|
tests/migration/stress: remove unused exit_success
Marc-André Lureau
2020-09-08
1
-13
/
+0
*
|
meson: convert the speed tests
Paolo Bonzini
2020-09-08
2
-11
/
+19
[next]