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
2014-07-01
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
4
-49
/
+71
2014-07-01
libqtest: escape strings in QMP commands, fix leak
Paolo Bonzini
4
-16
/
+43
2014-07-01
block: make 'top' argument to block-commit optional
Jeff Cody
1
-10
/
+18
2014-07-01
iotests: Add more tests to quick group
Max Reitz
1
-19
/
+19
2014-07-01
iotests: Add qemu tests to quick group
Max Reitz
1
-9
/
+9
2014-07-01
iotests: Simplify qemu-iotests-quick.sh
Max Reitz
1
-11
/
+1
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
1
-0
/
+24
2014-06-30
tests/test-qmp-event: fix for GLib < 2.31
Paolo Bonzini
1
-0
/
+6
2014-06-29
tests: add human format test for string output visitor
Hu Tao
1
-19
/
+90
2014-06-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
24
-88
/
+526
2014-06-27
iotests: Fix 083 for out-of-tree builds
Max Reitz
1
-4
/
+4
2014-06-27
iotests: Drop Python version from 065's Shebang
Max Reitz
1
-1
/
+1
2014-06-27
iotests: Use $PYTHON for Python scripts
Max Reitz
8
-41
/
+47
2014-06-27
iotests: Source common.env
Max Reitz
1
-0
/
+6
2014-06-27
iotests: Allow out-of-tree run
Max Reitz
5
-27
/
+95
2014-06-27
qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror node-name mode.
Benoît Canet
2
-6
/
+194
2014-06-27
qapi script: clean up in scripts
Wenchao Xia
1
-1
/
+1
2014-06-27
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
2
-1
/
+24
2014-06-27
block: add qemu-iotest for resize base during live commit
Jeff Cody
3
-0
/
+118
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2
-0
/
+14
2014-06-26
block: Always pass driver name through options QDict
Kevin Wolf
2
-1
/
+5
2014-06-26
qemu-iotests: Test 0-length image for mirror
Fam Zheng
2
-5
/
+10
2014-06-26
qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commit
Fam Zheng
2
-5
/
+11
2014-06-24
Fix new typos (found by codespell)
Stefan Weil
1
-1
/
+1
2014-06-24
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...
Peter Maydell
3
-61
/
+2343
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
9
-6
/
+310
2014-06-23
vmstate: Refactor & increase tests for primitive types
Juan Quintela
1
-61
/
+212
2014-06-23
tests: vmstate static checker: add size mismatch inside substructure
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: add substructure for usb-kbd for hid section
Amit Shah
1
-51
/
+64
2014-06-23
tests: vmstate static checker: remove Subsections
Amit Shah
1
-15
/
+0
2014-06-23
tests: vmstate static checker: remove a subsection
Amit Shah
1
-13
/
+0
2014-06-23
tests: vmstate static checker: remove Description inside Fields
Amit Shah
1
-26
/
+1
2014-06-23
tests: vmstate static checker: remove Description
Amit Shah
1
-32
/
+1
2014-06-23
tests: vmstate static checker: remove Fields
Amit Shah
1
-113
/
+1
2014-06-23
tests: vmstate static checker: change description name
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: remove last field in a struct
Amit Shah
1
-6
/
+0
2014-06-23
tests: vmstate static checker: remove a field
Amit Shah
1
-6
/
+0
2014-06-23
tests: vmstate static checker: remove a section
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: minimum_version_id check
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: version mismatch inside a Description
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: add version error in main section
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: incompat machine types
Amit Shah
1
-1
/
+1
2014-06-23
tests: vmstate static checker: add dump1 and dump2 files
Amit Shah
2
-0
/
+2326
2014-06-23
test: add test cases for qapi event
Wenchao Xia
4
-5
/
+298
2014-06-23
qapi script: add event support
Wenchao Xia
5
-1
/
+5
2014-06-23
json-lexer: fix escaped backslash in single-quoted string
Paolo Bonzini
1
-0
/
+7
2014-06-23
qtest: fix vhost-user-test unbalanced mutex locks
Nikolay Nikolaev
1
-2
/
+2
2014-06-23
qtest: fix qtest for vhost-user
Nikolay Nikolaev
1
-15
/
+113
2014-06-19
tests: simplify code
Michael S. Tsirkin
1
-3
/
+1
2014-06-19
qapi: make string output visitor parse int list
Hu Tao
1
-2
/
+36
[next]