aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+8
2018-06-01ACPI testing: test NFIT platform capabilitiesRoss Zwisler3-1/+1
2018-06-01tests/.gitignore: add entry for generated fileRoss Zwisler1-0/+1
2018-06-01main-loop: drop spin_counterStefan Hajnoczi1-1/+0
2018-06-01docker: update Travis docker imageAlex Bennée1-2/+7
2018-06-01docker: do not display deprecated images in 'make docker' helpPhilippe Mathieu-Daudé1-2/+3
2018-06-01docker: sort images list displayed by 'make docker'Philippe Mathieu-Daudé1-1/+1
2018-06-01mux: fix ctrl-a b againMarc-André Lureau1-0/+8
2018-05-31Merge remote-tracking branch 'remotes/ehabkost/tags/numa-next-pull-request' i...Peter Maydell16-23/+145
2018-05-30tests: functional tests for QMP command set-numa-nodeIgor Mammedov4-7/+77
2018-05-30tests: extend qmp test with preconfig checksIgor Mammedov1-0/+47
2018-05-30tests: qapi-schema tests for allow-preconfigIgor Mammedov12-21/+26
2018-05-30qapi: introduce new cmd option "allow-preconfig"Igor Mammedov1-2/+2
2018-05-30block/create: Mark blockdev-create stableKevin Wolf12-106/+106
2018-05-30qemu-iotests: Rewrite 213 for blockdev-create jobKevin Wolf3-413/+319
2018-05-30qemu-iotests: Rewrite 212 for blockdev-create jobKevin Wolf3-381/+295
2018-05-30qemu-iotests: Rewrite 211 for blockdev-create jobKevin Wolf3-287/+229
2018-05-30qemu-iotests: Rewrite 210 for blockdev-create jobKevin Wolf4-290/+314
2018-05-30qemu-iotests: Rewrite 207 for blockdev-create jobKevin Wolf3-296/+257
2018-05-30qemu-iotests: Rewrite 206 for blockdev-create jobKevin Wolf3-521/+414
2018-05-30qemu-iotests: iotests.py helper for non-file protocolsKevin Wolf1-0/+17
2018-05-30qemu-iotests: Add VM.run_job()Kevin Wolf1-0/+19
2018-05-30qemu-iotests: Add iotests.img_info_log()Kevin Wolf1-0/+18
2018-05-30qemu-iotests: Add VM.qmp_log()Kevin Wolf1-0/+11
2018-05-30qemu-iotests: Add VM.get_qmp_events_filtered()Kevin Wolf1-0/+5
2018-05-30block/create: Make x-blockdev-create a jobKevin Wolf1-6/+8
2018-05-30job: Add error message for failing jobsKevin Wolf3-3/+3
2018-05-29Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-05-23-4...Peter Maydell4-0/+472
2018-05-25test: Add test cases that use the external swtpm with CRB interfaceStefan Berger4-0/+472
2018-05-25libqtest: fail if child coredumpsMichael S. Tsirkin1-1/+8
2018-05-24vhost-user-bridge: support host notifierTiwei Bie1-3/+95
2018-05-23qemu-iotests: Test job-* with block jobsKevin Wolf3-0/+537
2018-05-23iotests: Move qmp_to_opts() to VMKevin Wolf3-26/+27
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf21-44/+425
2018-05-23job: Add job_transition_to_ready()Kevin Wolf2-2/+2
2018-05-23job: Add job_is_ready()Kevin Wolf1-1/+1
2018-05-23job: Add job_dismiss()Kevin Wolf1-2/+2
2018-05-23job: Add job_yield()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf3-21/+19
2018-05-23job: Move transactions to JobKevin Wolf2-7/+7
2018-05-23job: Switch transactions to JobTxnKevin Wolf1-4/+4
2018-05-23job: Move .complete callback to JobKevin Wolf2-8/+8
2018-05-23job: Add job_drain()Kevin Wolf3-0/+4
2018-05-23job: Move single job finalisation to JobKevin Wolf1-5/+5
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf2-3/+3
2018-05-23job: Move pause/resume functions to JobKevin Wolf3-2/+6
2018-05-23job: Add job_sleep_ns()Kevin Wolf3-6/+6
2018-05-23job: Move coroutine and related code to JobKevin Wolf3-32/+32
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf3-12/+15
2018-05-23job: Move cancelled to JobKevin Wolf2-4/+4