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
2017-04-11
block: Use bdrv_coroutine_enter to start I/O coroutines
Fam Zheng
1
-5
/
+5
2017-04-11
tests/block-job-txn: Don't start block job before adding to txn
Fam Zheng
1
-1
/
+5
2017-04-07
iotests: Add mirror tests for orphaned source
Max Reitz
3
-2
/
+63
2017-04-04
io: fix incoming client socket initialization
Wang guang
1
-0
/
+8
2017-04-03
tests/libqtest.c: Delete possible stale unix sockets
Peter Maydell
1
-0
/
+8
2017-04-03
iotests: Improve image-clear tests on non-aligned image
Eric Blake
4
-36
/
+108
2017-04-03
iotests: fix 097 when run with qcow
Daniel P. Berrange
5
-130
/
+251
2017-04-03
nbd: Tidy up blockdev-add interface
Markus Armbruster
1
-8
/
+17
2017-03-30
tests/acpi: don't pack a structure
Michael S. Tsirkin
1
-1
/
+1
2017-03-28
block: Declare blockdev-add and blockdev-del supported
Markus Armbruster
3
-7
/
+7
2017-03-27
tests/virtio-9p-test: Don't call le*_to_cpus on fields of packed struct
Peter Maydell
1
-2
/
+2
2017-03-24
boot-serial-test: use -no-shutdown
Christian Borntraeger
1
-2
/
+2
2017-03-22
qapi: Fix QemuOpts visitor regression on unvisited input
Eric Blake
1
-5
/
+8
2017-03-22
tests: Expose regression in QemuOpts visitor
Eric Blake
1
-0
/
+20
2017-03-21
test-qobject-input-visitor: Cover visit_type_uint64()
Markus Armbruster
1
-0
/
+30
2017-03-21
qapi: Fix string input visitor regression for empty lists
Markus Armbruster
1
-3
/
+8
2017-03-21
qapi2texi: Fix translation of *strong* and _emphasized_
Markus Armbruster
1
-4
/
+4
2017-03-21
tests/qapi-schema: Systematic positive doc comment tests
Markus Armbruster
6
-4
/
+537
2017-03-21
tests/qapi-schema: Make test-qapi.py print docs again
Markus Armbruster
1
-0
/
+11
2017-03-21
test-keyval: Cover alternate and 'any' type
Markus Armbruster
2
-1
/
+54
2017-03-21
test-keyval: Tweaks to improve list coverage
Markus Armbruster
1
-3
/
+3
2017-03-16
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-1
/
+1
2017-03-16
qapi: Fix a misleading parser error message
Markus Armbruster
1
-1
/
+1
2017-03-16
qapi: Fix detection of bogus member documentation
Markus Armbruster
3
-12
/
+2
2017-03-16
tests/qapi-schema: Improve coverage of bogus member docs
Markus Armbruster
9
-0
/
+44
2017-03-16
tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
Markus Armbruster
6
-2
/
+2
2017-03-16
qapi: Move empty doc section checking to doc parser
Markus Armbruster
1
-1
/
+1
2017-03-16
qapi: Improve error message on @NAME: in free-form doc
Markus Armbruster
1
-1
/
+1
2017-03-16
qapi: Move detection of doc / expression name mismatch
Markus Armbruster
1
-1
/
+1
2017-03-16
qapi: Fix detection of doc / expression mismatch
Markus Armbruster
11
-15
/
+6
2017-03-16
tests/qapi-schema: Improve doc / expression mismatch coverage
Markus Armbruster
13
-0
/
+38
2017-03-16
qapi: The #optional tag is redundant, drop
Markus Armbruster
5
-10
/
+0
2017-03-16
qapi: Fix to reject empty union base gracefully
Markus Armbruster
1
-10
/
+1
2017-03-16
tests/qapi-schema: Cover empty union base
Markus Armbruster
5
-0
/
+21
2017-03-16
qapi: Have each QAPI schema declare its name rule violations
Markus Armbruster
7
-1
/
+8
2017-03-16
qapi: Have each QAPI schema declare its returns white-list
Markus Armbruster
8
-1
/
+18
2017-03-16
qapi: Back out doc comments added just to please qapi.py
Markus Armbruster
200
-1074
/
+92
2017-03-16
qapi: Make doc comments optional where we don't need them
Markus Armbruster
21
-0
/
+32
2017-03-16
makefile: merge GENERATED_HEADERS & GENERATED_SOURCES variables
Daniel P. Berrange
1
-1
/
+1
2017-03-15
tests: Use error_free_or_abort() where appropriate
Markus Armbruster
2
-6
/
+3
2017-03-14
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
Paolo Bonzini
2
-2
/
+2
2017-03-13
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-18
/
+2
2017-03-13
block: Drop unmaintained 'archipelago' driver
Eric Blake
4
-18
/
+2
2017-03-13
Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...
Peter Maydell
2
-2
/
+8
2017-03-10
docker/dockerfiles/debian-s390-cross: include clang
Alex Bennée
1
-2
/
+2
2017-03-07
keyval: Support lists
Markus Armbruster
1
-0
/
+122
2017-03-07
keyval: Restrict key components to valid QAPI names
Markus Armbruster
1
-0
/
+10
2017-03-07
qapi: New parse_qapi_name()
Markus Armbruster
1
-0
/
+34
2017-03-07
test-qapi-util: New, covering qapi/qapi-util.c
Markus Armbruster
3
-0
/
+55
2017-03-07
test-visitor-serialization: Pass &error_abort to qobject_from_json()
Markus Armbruster
1
-1
/
+1
[next]