index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
Age
Commit message (
Expand
)
Author
2021-06-29
block: move supports_backing check to bdrv_set_file_or_backing_noperm()
Vladimir Sementsov-Ogievskiy
2021-06-25
configure, meson: convert pam detection to meson
Paolo Bonzini
2021-06-25
configure, meson: convert libtasn1 detection to meson
Paolo Bonzini
2021-06-25
configure, meson: convert crypto detection to meson
Paolo Bonzini
2021-06-25
tests: remove QCRYPTO_HAVE_TLS_TEST_SUPPORT
Paolo Bonzini
2021-06-18
tests: cover aio_co_enter from a worker thread without BQL taken
Paolo Bonzini
2021-06-18
async: the main AioContext is only "current" if under the BQL
Paolo Bonzini
2021-06-03
tests/unit/test-vmstate: Assert that dup() and mkstemp() succeed
Peter Maydell
2021-06-02
block: drop BlockDriverState::read_only
Vladimir Sementsov-Ogievskiy
2021-05-26
replication: move include out of root directory
Paolo Bonzini
2021-05-14
write-threshold: deal with includes
Vladimir Sementsov-Ogievskiy
2021-05-14
test-write-threshold: drop extra TestStruct structure
Vladimir Sementsov-Ogievskiy
2021-05-14
test-write-threshold: drop extra tests
Vladimir Sementsov-Ogievskiy
2021-05-14
block/write-threshold: drop extra APIs
Vladimir Sementsov-Ogievskiy
2021-05-14
test-write-threshold: rewrite test_threshold_(not_)trigger tests
Vladimir Sementsov-Ogievskiy
2021-04-30
block: adapt bdrv_append() for inserting filters
Vladimir Sementsov-Ogievskiy
2021-04-30
block: fix bdrv_replace_node_common
Vladimir Sementsov-Ogievskiy
2021-04-30
block: use topological sort for permission update
Vladimir Sementsov-Ogievskiy
2021-04-30
block: bdrv_append(): don't consume reference
Vladimir Sementsov-Ogievskiy
2021-04-30
tests/test-bdrv-graph-mod: add test_append_greedy_filter
Vladimir Sementsov-Ogievskiy
2021-04-30
tests/test-bdrv-graph-mod: add test_parallel_perm_update
Vladimir Sementsov-Ogievskiy
2021-04-30
tests/test-bdrv-graph-mod: add test_parallel_exclusive_write
Vladimir Sementsov-Ogievskiy
2021-04-09
test-blockjob: Test job_wait_unpaused()
Max Reitz
2021-04-01
Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...
Peter Maydell
2021-04-01
tests: Add tests for yank with the chardev-change case
Lukas Straub
2021-03-31
test-coroutine: Add rwlock downgrade test
David Edmondson
2021-03-31
test-coroutine: Add rwlock upgrade test
Paolo Bonzini
2021-03-24
utils: Work around mingw strto*l bug with 0x
Eric Blake
2021-03-24
utils: Tighter tests for qemu_strtosz
Eric Blake
2021-03-23
qapi: Enforce command naming rules
Markus Armbruster
2021-03-23
tests-qmp-cmds: Drop unused and incorrect qmp_TestIfCmd()
Markus Armbruster
2021-03-23
qapi: Enforce event naming rules
Markus Armbruster
2021-03-20
tests/unit/test-block-iothread: fix maybe-uninitialized error on GCC 11
Emanuele Giuseppe Esposito
2021-03-19
qapi: Implement deprecated-input=reject for QMP command arguments
Markus Armbruster
2021-03-19
qapi: Implement deprecated-input=reject for QMP commands
Markus Armbruster
2021-03-19
test-util-sockets: Add stub for monitor_set_cur()
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP event data
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP events
Markus Armbruster
2021-03-19
qapi: Implement deprecated-output=hide for QMP command results
Markus Armbruster
2021-03-19
tests: convert check-qom-proplist to keyval
Paolo Bonzini
2021-03-19
char: Deprecate backend aliases 'tty' and 'parport'
Kevin Wolf
2021-03-15
utils: Use fixed-point arithmetic in qemu_strtosz
Richard Henderson
2021-03-14
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...
Peter Maydell
2021-03-12
tests: Move unit tests into a separate directory
Thomas Huth