aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-05-23qemu-iotests: Test job-* with block jobsKevin Wolf
2018-05-23iotests: Move qmp_to_opts() to VMKevin Wolf
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_is_ready()Kevin Wolf
2018-05-23job: Add job_dismiss()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move transactions to JobKevin Wolf
2018-05-23job: Switch transactions to JobTxnKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Move state transitions to JobKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf
2018-05-23qemu-iotests: Remove MIG_SOCKET from non-migration testsKevin Wolf
2018-05-23qemu-iotests: Add more tests to "migration" groupKevin Wolf
2018-05-23qemu-iotests: 086 doesn't work with NFSKevin Wolf
2018-05-23qemu-iotests: Filter NFS pathsKevin Wolf
2018-05-23qemu-iotests: Fix paths for NFSKevin Wolf
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-20tests: fix tpm-crb tpm-tis tests raceMarc-André Lureau
2018-05-18docker: Fix trivial typoPhilippe Mathieu-Daudé
2018-05-17Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2018-05-16blockjob: do not cancel timer in resumeStefan Hajnoczi
2018-05-16qemu-iotests: reduce chance of races in 185Stefan Hajnoczi
2018-05-15tests: Migration ppc now inlines its programJuan Quintela
2018-05-15tests: Add migration precopy testJuan Quintela
2018-05-15iotests: Add test for -U/force-share conflictsMax Reitz
2018-05-15iotests: Add test for COR across nodesMax Reitz
2018-05-15iotests: Copy 197 for COR filter driverMax Reitz
2018-05-15iotests: Clean up wrap image in 197Max Reitz
2018-05-15iotests: Skip 181 and 201 without userfaultfdMax Reitz
2018-05-15iotests: Add failure matching to common.qemuMax Reitz
2018-05-15qcow2: Give the refcount cache the minimum possible size by defaultAlberto Garcia
2018-05-15iotests: Split 214 off of 122Max Reitz
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-09opts: don't silently truncate long parameter keysDaniel P. Berrangé
2018-05-08iotests: Add test for cancelling a mirror jobMax Reitz
2018-05-08block/mirror: honor ratelimit againStefan Hajnoczi
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04qobject: use a QObjectBase_ structMarc-André Lureau