aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-03-21tests/multiboot: Test exit code for every qemu runKevin Wolf
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-03-20test/acpi-test-data: add ACPI tables for dimmpxm testHaozhong Zhang
2018-03-20tests/bios-tables-test: add test cases for DIMM proximityHaozhong Zhang
2018-03-19qapi: Pass '-u' when doing non-silent diffEric Blake
2018-03-19tests: qmp-test: add oob testPeter Xu
2018-03-19tests: qmp-test: verify command batchingPeter Xu
2018-03-19qapi: introduce new cmd option "allow-oob"Peter Xu
2018-03-19qmp: introduce QMPCapabilityPeter Xu
2018-03-19block: Handle null backing linkMax Reitz
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19tests: add machine 'none' with -cpu testIgor Mammedov
2018-03-19qapi: generate a literal qobject for introspectionMarc-André Lureau
2018-03-19qlit: add qobject_from_qlit()Marc-André Lureau
2018-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-19iotests: Avoid realpath, for CentOS 6Eric Blake
2018-03-19block: fix iotest 146 output expectationsJeff Cody
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li
2018-03-19qemu-iotests: Enable write tests for parallelsKevin Wolf
2018-03-19iotests: Add regression test for commit base lockingFam Zheng
2018-03-19qemu-iotests: Test luks QMP image creationKevin Wolf
2018-03-19tests/test-blockjob: test cancellationsJohn Snow
2018-03-19iotests: test manual job dismissalJohn Snow
2018-03-19blockjobs: Expose manual propertyJohn Snow
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow
2018-03-19iotests: add pause_waitJohn Snow
2018-03-19blockjobs: add status enumJohn Snow
2018-03-19blockjobs: model single jobs as transactionsJohn Snow
2018-03-18tests/boot-serial: Check the 40p machine, tooThomas Huth
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-03-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-13-v2' into...Peter Maydell
2018-03-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-03-15Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell
2018-03-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...Peter Maydell
2018-03-13tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov
2018-03-13iotests: add dirty bitmap postcopy testVladimir Sementsov-Ogievskiy
2018-03-13iotests: add dirty bitmap migration testVladimir Sementsov-Ogievskiy
2018-03-13iotests: new test 209 for NBD BLOCK_STATUSVladimir Sementsov-Ogievskiy
2018-03-13iotests: add file_path helperVladimir Sementsov-Ogievskiy
2018-03-13iotests.py: tiny refactor: move system imports upVladimir Sementsov-Ogievskiy
2018-03-13iotests: add 208 nbd-server + blockdev-snapshot-sync test caseStefan Hajnoczi
2018-03-13iotests: Fix stuck NBD process on 33Eric Blake
2018-03-13char: allow passing pre-opened socket file descriptor at startupDaniel P. Berrange
2018-03-13sockets: allow SocketAddress 'fd' to reference numeric file descriptorsDaniel P. Berrange
2018-03-13sockets: check that the named file descriptor is a socketDaniel P. Berrange
2018-03-13sockets: move fd_is_socket() into common sockets codeDaniel P. Berrange
2018-03-13sockets: strengthen test suite IP protocol availability checksDaniel P. Berrange
2018-03-13sockets: pull code for testing IP availability out of specific testDaniel P. Berrange
2018-03-13cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int typesDaniel P. Berrange