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
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-13
13
-12
/
+1692
|
\
|
*
target/i386: correct fix for pcmpxstrx substring search
Joseph Myers
2020-06-12
2
-0
/
+36
|
*
target/i386: fix IEEE x87 floating-point exception raising
Joseph Myers
2020-06-10
1
-0
/
+831
|
*
tests: machine-none-test: Enable MicroBlaze testing
Edgar E. Iglesias
2020-06-10
1
-6
/
+4
|
*
target/i386: fix fisttpl, fisttpll handling of out-of-range values
Joseph Myers
2020-06-10
1
-0
/
+100
|
*
target/i386: fix fbstp handling of out-of-range values
Joseph Myers
2020-06-10
1
-0
/
+115
|
*
target/i386: fix fbstp handling of negative zero
Joseph Myers
2020-06-10
1
-0
/
+25
|
*
target/i386: fix fxam handling of invalid encodings
Joseph Myers
2020-06-10
1
-0
/
+143
|
*
target/i386: fix floating-point load-constant rounding
Joseph Myers
2020-06-10
1
-0
/
+199
|
*
target/i386: fix fscale handling of rounding precision
Joseph Myers
2020-06-10
1
-0
/
+13
|
*
target/i386: fix fscale handling of infinite exponents
Joseph Myers
2020-06-10
1
-0
/
+29
|
*
target/i386: fix fscale handling of invalid exponent encodings
Joseph Myers
2020-06-10
1
-0
/
+29
|
*
target/i386: fix fscale handling of signaling NaN
Joseph Myers
2020-06-10
1
-0
/
+37
|
*
target/i386: implement special cases for fxtract
Joseph Myers
2020-06-10
1
-0
/
+120
|
*
io/task: Move 'qom/object.h' header to source
Philippe Mathieu-Daudé
2020-06-10
1
-0
/
+1
|
*
docker.py/build: support binary files in --extra-files
Paolo Bonzini
2020-06-10
1
-2
/
+6
|
*
docker.py/build: support -t and -f arguments
Paolo Bonzini
2020-06-10
2
-4
/
+4
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-06-12
26
-1
/
+62
|
\
\
|
*
|
bios-tables-test: Generate reference tables for Q35/TPM-TIS
Eric Auger
2020-06-09
3
-2
/
+0
|
*
|
bios-tables-test: Add Q35/TPM-TIS test
Eric Auger
2020-06-09
2
-0
/
+59
|
*
|
tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
Eric Auger
2020-06-09
1
-1
/
+0
|
*
|
tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test
Eric Auger
2020-06-09
3
-0
/
+2
|
*
|
test/tpm-emu: include sockets and channel headers in tpm-emu header
Eric Auger
2020-06-09
1
-0
/
+3
|
*
|
tests/acpi: update DSDT expected files
Michael S. Tsirkin
2020-06-09
18
-17
/
+0
|
*
|
qtest: allow DSDT acpi table changes
Gerd Hoffmann
2020-06-09
1
-0
/
+17
|
*
|
tests/acpi: update expected SRAT files
Vishal Verma
2020-06-09
4
-3
/
+0
|
*
|
diffs-allowed: add the SRAT AML to diffs-allowed
Vishal Verma
2020-06-09
1
-0
/
+3
|
|
/
*
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-06-09-v2' into...
Peter Maydell
2020-06-11
4
-0
/
+21
|
\
\
|
*
|
nbd/server: Avoid long error message assertions CVE-2020-10761
Eric Blake
2020-06-10
2
-0
/
+6
|
*
|
iotests: 194: wait for migration completion on target too
Vladimir Sementsov-Ogievskiy
2020-06-10
2
-0
/
+15
|
|
/
*
|
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-06-09' int...
Peter Maydell
2020-06-11
7
-192
/
+397
|
\
\
|
*
|
iotests: Fix 291 across more file systems
Eric Blake
2020-06-09
2
-4
/
+4
|
*
|
qcow2_format.py: dump bitmaps header extension
Vladimir Sementsov-Ogievskiy
2020-06-09
3
-9
/
+70
|
*
|
qcow2: QcowHeaderExtension print names for extension magics
Vladimir Sementsov-Ogievskiy
2020-06-09
4
-21
/
+36
|
*
|
qcow2_format: refactor QcowHeaderExtension as a subclass of Qcow2Struct
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-16
/
+37
|
*
|
qcow2_format.py: QcowHeaderExtension: add dump method
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-10
/
+12
|
*
|
qcow2_format.py: add field-formatting class
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-10
/
+25
|
*
|
qcow2_format.py: separate generic functionality of structure classes
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-35
/
+66
|
*
|
qcow2_format.py: use strings to specify c-type of struct fields
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-22
/
+28
|
*
|
qcow2_format.py: use modern string formatting
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-27
/
+27
|
*
|
qcow2_format.py: use tuples instead of lists for fields
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-20
/
+20
|
*
|
qcow2_format.py: drop new line printing at end of dump()
Vladimir Sementsov-Ogievskiy
2020-06-09
2
-1
/
+1
|
*
|
qcow2.py: move qcow2 format classes to separate module
Vladimir Sementsov-Ogievskiy
2020-06-09
2
-156
/
+177
|
*
|
qcow2.py: add licensing blurb
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-0
/
+16
|
*
|
qcow2.py: python style fixes
Vladimir Sementsov-Ogievskiy
2020-06-09
1
-39
/
+56
|
|
/
*
|
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into staging
Peter Maydell
2020-06-11
6
-5
/
+63
|
\
\
|
*
|
decodetree: Drop check for less than 2 patterns in a group
Richard Henderson
2020-06-09
1
-0
/
+13
|
*
|
tests/decode: Test non-overlapping groups
Richard Henderson
2020-06-08
4
-0
/
+45
|
*
|
decodetree: Allow group covering the entire insn space
Richard Henderson
2020-06-08
1
-1
/
+1
|
|
/
*
|
tests/vm: Remove flex/bison packages
Philippe Mathieu-Daudé
2020-06-08
5
-5
/
+1
[next]