aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01ACPI testing: test NFIT platform capabilitiesRoss Zwisler
2018-06-01tests/.gitignore: add entry for generated fileRoss Zwisler
2018-06-01docker: update Travis docker imageAlex Bennée
2018-06-01docker: do not display deprecated images in 'make docker' helpPhilippe Mathieu-Daudé
2018-06-01docker: sort images list displayed by 'make docker'Philippe Mathieu-Daudé
2018-06-01mux: fix ctrl-a b againMarc-André Lureau
2018-05-31Merge remote-tracking branch 'remotes/ehabkost/tags/numa-next-pull-request' i...Peter Maydell
2018-05-30tests: functional tests for QMP command set-numa-nodeIgor Mammedov
2018-05-30tests: extend qmp test with preconfig checksIgor Mammedov
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov
2018-05-30block/create: Mark blockdev-create stableKevin Wolf
2018-05-30qemu-iotests: Rewrite 213 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: Rewrite 212 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: Rewrite 211 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: Rewrite 210 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: Rewrite 207 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: Rewrite 206 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: iotests.py helper for non-file protocolsKevin Wolf
2018-05-30qemu-iotests: Add VM.run_job()Kevin Wolf
2018-05-30qemu-iotests: Add iotests.img_info_log()Kevin Wolf
2018-05-30qemu-iotests: Add VM.qmp_log()Kevin Wolf
2018-05-30qemu-iotests: Add VM.get_qmp_events_filtered()Kevin Wolf
2018-05-30block/create: Make x-blockdev-create a jobKevin Wolf
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-29Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-05-23-4...Peter Maydell
2018-05-25test: Add test cases that use the external swtpm with CRB interfaceStefan Berger
2018-05-25libqtest: fail if child coredumpsMichael S. Tsirkin
2018-05-24vhost-user-bridge: support host notifierTiwei Bie
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