index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-28
target/s390x: fix PACK reading 1 byte less and writing 1 byte more
Pavel Zbitskiy
2
-0
/
+22
2018-08-28
target/s390x: add EX support for TRT and TRTR
Pavel Zbitskiy
3
-0
/
+98
2018-08-28
target/s390x: fix IPM polluting irrelevant bits
Pavel Zbitskiy
2
-0
/
+23
2018-08-28
target/s390x: fix CSST decoding and runtime alignment check
Pavel Zbitskiy
2
-0
/
+44
2018-08-28
tests/tcg: add a simple s390x test
Pavel Zbitskiy
2
-0
/
+10
2018-08-27
check: Move wdt_ib700 test to common
Juan Quintela
1
-2
/
+2
2018-08-27
check: Move endianess test to common
Juan Quintela
1
-13
/
+1
2018-08-27
check: Move VMXNET3 test to common
Juan Quintela
1
-2
/
+2
2018-08-27
check: Only test boot-serial when sga is compiled in
Juan Quintela
1
-1
/
+1
2018-08-27
check: Only test ivshm when it is compiled in
Juan Quintela
1
-3
/
+4
2018-08-27
check: Only test usb-xhci-nec when it is compiled in
Juan Quintela
1
-4
/
+6
2018-08-27
check: Only test isa-testdev when it is compiled in
Juan Quintela
1
-8
/
+8
2018-08-24
json: Support %% in JSON strings when interpolating
Markus Armbruster
1
-2
/
+2
2018-08-24
json: Improve safety of qobject_from_jsonf_nofail() & friends
Markus Armbruster
1
-10
/
+7
2018-08-24
tests/drive_del-test: Fix harmless JSON interpolation bug
Markus Armbruster
1
-2
/
+6
2018-08-24
json: Clean up headers
Markus Armbruster
1
-1
/
+1
2018-08-24
qjson: Have qobject_from_json() & friends reject empty and blank
Markus Armbruster
1
-2
/
+10
2018-08-24
json: Fix streamer not to ignore trailing unterminated structures
Markus Armbruster
1
-4
/
+4
2018-08-24
qjson: Fix qobject_from_json() & friends for multiple values
Markus Armbruster
1
-7
/
+3
2018-08-24
json: Replace %I64d, %I64u by %PRId64, %PRIu64
Markus Armbruster
1
-0
/
+10
2018-08-24
json: Leave rejecting invalid interpolation to parser
Markus Armbruster
1
-1
/
+2
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
2
-9
/
+13
2018-08-24
json: Treat unwanted interpolation as lexical error
Markus Armbruster
1
-0
/
+4
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
2
-7
/
+4
2018-08-24
check-qjson: Fix and enable utf8_string()'s disabled part
Markus Armbruster
1
-8
/
+3
2018-08-24
json: Fix \uXXXX for surrogate pairs
Markus Armbruster
1
-2
/
+1
2018-08-24
json: Reject invalid \uXXXX, fix \u0000
Markus Armbruster
1
-30
/
+11
2018-08-24
json: Accept overlong \xC0\x80 as U+0000 ("modified UTF-8")
Markus Armbruster
1
-7
/
+1
2018-08-24
json: Reject invalid UTF-8 sequences
Markus Armbruster
1
-92
/
+45
2018-08-24
check-qjson: Document we expect invalid UTF-8 to be rejected
Markus Armbruster
1
-80
/
+71
2018-08-24
json: Reject unescaped control characters
Markus Armbruster
2
-7
/
+3
2018-08-24
check-qjson: Cover interpolation more thoroughly
Markus Armbruster
1
-60
/
+98
2018-08-24
check-qjson qmp-test: Cover control characters more thoroughly
Markus Armbruster
2
-6
/
+44
2018-08-24
check-qjson: Fix utf8_string() to test all invalid sequences
Markus Armbruster
1
-5
/
+28
2018-08-24
check-qjson: Simplify utf8_string()
Markus Armbruster
1
-44
/
+9
2018-08-24
check-qjson: Cover UTF-8 in single quoted strings
Markus Armbruster
1
-214
/
+215
2018-08-24
check-qjson: Consolidate partly redundant string tests
Markus Armbruster
1
-50
/
+14
2018-08-24
check-qjson: Cover escaped characters more thoroughly, part 2
Markus Armbruster
1
-9
/
+53
2018-08-24
check-qjson: Streamline escaped_string()'s test strings
Markus Armbruster
1
-11
/
+1
2018-08-24
check-qjson: Cover escaped characters more thoroughly, part 1
Markus Armbruster
1
-39
/
+57
2018-08-24
test-qga: Clean up how we test QGA synchronization
Markus Armbruster
3
-19
/
+25
2018-08-24
qmp-test: Cover syntax and lexical errors
Markus Armbruster
3
-1
/
+68
2018-08-24
qmp-cmd-test: Split off qmp-test
Markus Armbruster
3
-191
/
+218
2018-08-24
check-qjson: Cover whitespace more thoroughly
Markus Armbruster
1
-1
/
+1
2018-08-24
check-qjson: Cover blank and lexically erroneous input
Markus Armbruster
1
-3
/
+37
2018-08-24
check-qjson: Cover multiple JSON objects in same string
Markus Armbruster
1
-0
/
+20
2018-08-24
Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into ...
Peter Maydell
1
-49
/
+51
2018-08-24
tests/vm: Increase timeout waiting for VM to boot to 5 minutes
Peter Maydell
1
-1
/
+1
2018-08-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
19
-67
/
+321
2018-08-23
tests: add test-rcu-tailq
Emilio G. Cota
3
-0
/
+21
[next]