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
2015-12-18
block/qapi: allow best-effort query
John Snow
1
-1
/
+4
2015-12-18
block/qapi: always report full_backing_filename
John Snow
1
-0
/
+2
2015-12-18
qemu-iotests: s390x: fix test 068
Bo Tu
1
-2
/
+12
2015-12-18
qemu-iotests: s390x: fix test 051
Bo Tu
3
-130
/
+569
2015-12-18
qemu-iotests: refine common.config
Bo Tu
1
-5
/
+4
2015-12-18
iotests: Update comments for bdrv_swap() in 094
Fam Zheng
1
-3
/
+5
2015-12-18
iotests: Extend test 112 for qemu-img amend
Max Reitz
2
-0
/
+180
2015-12-18
qcow2: Use error_report() in qcow2_amend_options()
Max Reitz
1
-7
/
+7
2015-12-18
qemu-iotests: Test reopen with node-name/driver options
Kevin Wolf
3
-0
/
+113
2015-12-18
qemu-iotests: Test cache mode option inheritance
Kevin Wolf
3
-0
/
+1128
2015-12-18
qemu-iotests: Try setting cache mode for children
Kevin Wolf
2
-1
/
+69
2015-12-18
qemu-iotests: Remove cache mode test without medium
Kevin Wolf
3
-14
/
+14
2015-12-18
blockdev: Set 'format' indicates non-empty drive
Kevin Wolf
2
-3
/
+3
2015-12-18
iotests: 124: don't reopen qcow2
John Snow
1
-12
/
+14
2015-12-18
iotests: 124: move incremental failure test
John Snow
1
-57
/
+60
2015-12-18
iotests: 124: Split into two test classes
John Snow
1
-13
/
+22
2015-12-18
io: add QIOChannelBuffer class
Daniel P. Berrange
3
-0
/
+54
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange
3
-0
/
+134
2015-12-18
io: add QIOChannelTLS class
Daniel P. Berrange
3
-0
/
+347
2015-12-18
io: add QIOChannelFile class
Daniel P. Berrange
3
-0
/
+105
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
5
-0
/
+691
2015-12-18
io: add QIOTask class for async operations
Daniel P. Berrange
3
-0
/
+272
2015-12-17
tests/guest-debug: introduce basic gdbstub tests
Alex Bennée
1
-0
/
+176
2015-12-17
qapi: Detect base class loops
Eric Blake
9
-0
/
+11
2015-12-17
qapi: Move duplicate collision checks to schema check()
Eric Blake
13
-19
/
+8
2015-12-17
qapi: Enforce (or whitelist) case conventions on qapi members
Eric Blake
13
-0
/
+16
2015-12-17
qapi: Fix alternates that accept 'number' but not 'int'
Eric Blake
1
-10
/
+6
2015-12-17
qapi: Simplify visiting of alternate types
Eric Blake
4
-26
/
+18
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
13
-0
/
+26
2015-12-17
qapi: Remove obsolete tests for MAX collision
Eric Blake
13
-17
/
+0
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
2
-5
/
+5
2015-12-17
qapi: Tighten the regex on valid names
Eric Blake
9
-0
/
+14
2015-12-17
blkdebug: Avoid '.' in enum values
Eric Blake
4
-101
/
+101
2015-12-17
qapi: Fix c_name() munging
Eric Blake
3
-2
/
+8
2015-12-17
qapi: Detect collisions in C member names
Eric Blake
4
-10
/
+4
2015-12-17
qapi: Remove outdated tests related to QMP/branch collisions
Eric Blake
13
-63
/
+0
2015-12-17
qapi: Track simple union tag in object.local_members
Eric Blake
3
-0
/
+4
2015-12-11
blockdev: Mark {insert, remove}-medium experimental
Max Reitz
2
-11
/
+11
2015-12-04
qom-test: Fix qmp() leaks
Marc-André Lureau
1
-7
/
+14
2015-12-04
tests: Use proper functions types instead of void (*fn)
Markus Armbruster
4
-10
/
+18
2015-12-03
tests: Fix check-report-qtest-% target
Andreas Färber
1
-2
/
+2
2015-12-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
3
-2
/
+32
2015-12-03
iotests: Add regresion test case for write notifier assertion failure
Fam Zheng
2
-2
/
+27
2015-12-03
iotests: Add "add_drive_raw" method
Fam Zheng
1
-0
/
+5
2015-12-02
tests/vhost-user-bridge.c: fix fd leakage
Victor Kaplansky
1
-5
/
+29
2015-12-02
vhost-user-test: fix crash with glib < 2.36
Marc-André Lureau
1
-4
/
+15
2015-12-02
vhost-user-test: use unix port for migration
Marc-André Lureau
1
-1
/
+7
2015-12-02
vhost-user-test: fix chardriver race
Marc-André Lureau
1
-5
/
+21
2015-11-26
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-23
/
+120
2015-11-26
vhost-user-test: fix migration overlap test
Michael S. Tsirkin
1
-5
/
+8
[next]