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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2016-10-28
nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]
Thomas Huth
1
-4
/
+4
2016-10-28
tests: enable virtio tests on SPAPR
Laurent Vivier
7
-13
/
+88
2016-10-28
tests: use qtest_pc_boot()/qtest_shutdown() in virtio tests
Laurent Vivier
4
-176
/
+128
2016-10-28
tests: rename target_big_endian() as qvirtio_is_big_endian()
Laurent Vivier
4
-29
/
+25
2016-10-28
tests: move QVirtioBus pointer into QVirtioDevice
Laurent Vivier
9
-217
/
+186
2016-10-28
tests: don't check if qtest_spapr_boot() returns NULL
Laurent Vivier
2
-1
/
+2
2016-10-28
tests: fix memory leak in virtio-scsi-test
Laurent Vivier
1
-0
/
+1
2016-10-26
tests: add atomic_add-bench
Emilio G. Cota
3
-1
/
+167
2016-10-26
int128: Use __int128 if available
Richard Henderson
1
-11
/
+11
2016-10-25
qdict: implement a qdict_crumple method for un-flattening a dict
Daniel P. Berrange
1
-8
/
+150
2016-10-25
qapi: don't pass two copies of TestInputVisitorData to tests
Daniel P. Berrange
1
-44
/
+32
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
3
-3
/
+3
2016-10-25
qapi: rename QmpInputVisitor to QObjectInputVisitor
Daniel P. Berrange
5
-5
/
+5
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
10
-26
/
+26
2016-10-25
tests: Restore check-qdict unit test
Markus Armbruster
1
-1
/
+1
2016-10-24
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'...
Peter Maydell
5
-73
/
+1401
2016-10-24
tests: Add test code for hbitmap serialization
Fam Zheng
1
-0
/
+156
2016-10-24
tests: Add test code for meta bitmap
Fam Zheng
1
-0
/
+116
2016-10-24
iotests: Do not rely on unavailable domains in 162
Max Reitz
2
-5
/
+16
2016-10-24
iotests: Remove raciness from 162
Max Reitz
1
-2
/
+1
2016-10-24
qemu-iotests: Test I/O in a single drive from a throttling group
Alberto Garcia
2
-7
/
+30
2016-10-24
block: Remove "options" indirection from blockdev-add
Kevin Wolf
12
-212
/
+173
2016-10-24
tests: Add tests for the ARM MPTimer
Dmitry Osipenko
2
-0
/
+1108
2016-10-24
tests: ptimer: Replace 10000 with 1
Dmitry Osipenko
1
-28
/
+28
2016-10-24
tests: ptimer: Change the copyright comment
Dmitry Osipenko
3
-3
/
+3
2016-10-24
tests: ptimer: Add tests for "no counter round down" policy
Dmitry Osipenko
1
-41
/
+76
2016-10-24
tests: ptimer: Add tests for "no immediate reload" policy
Dmitry Osipenko
1
-16
/
+57
2016-10-24
tests: ptimer: Add tests for "no immediate trigger" policy
Dmitry Osipenko
1
-8
/
+56
2016-10-24
tests: ptimer: Add tests for "continuous trigger" policy
Dmitry Osipenko
1
-3
/
+18
2016-10-24
tests: ptimer: Add tests for "wraparound after one period" policy
Dmitry Osipenko
1
-23
/
+104
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2
-5
/
+5
2016-10-24
tests: start chardev unit tests
Marc-André Lureau
2
-0
/
+257
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-0
/
+1
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-16
/
+19
2016-10-24
char: rename some frontend functions
Marc-André Lureau
1
-3
/
+3
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-18
/
+21
2016-10-24
char: remove init callback
Marc-André Lureau
1
-1
/
+1
2016-10-24
test-i386: fix bitrot for 64-bit
Paolo Bonzini
1
-2
/
+2
2016-10-24
qht-bench: relax test_start/stop atomic accesses
Emilio G. Cota
1
-3
/
+3
2016-10-19
crypto: fix initialization of crypto in tests
Daniel P. Berrange
2
-10
/
+5
2016-10-19
qtest: fix make check complaint in crypto module
Gonglei
1
-1
/
+4
2016-10-19
crypto: add CTR mode support
Gonglei
1
-0
/
+55
2016-10-19
crypto: extend mode as a parameter in qcrypto_cipher_supports()
Gonglei
1
-1
/
+1
2016-10-18
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-0
/
+44
2016-10-17
tests: cleanup ptimer-test
Paolo Bonzini
3
-13
/
+21
2016-10-17
tests: add a m25p80 test
Cédric Le Goater
2
-0
/
+254
2016-10-17
tests: Add test case for x86 feature parsing compatibility
Eduardo Habkost
1
-0
/
+44
2016-10-17
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161017' into...
Peter Maydell
12
-122
/
+135
2016-10-17
tests/docker/Makefile.include: add a generic docker-run target
Alex Bennée
1
-23
/
+38
2016-10-17
tests/docker: make test-mingw honour TARGET_LIST
Alex Bennée
1
-1
/
+2
[next]