summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'jsnow/tags/ide-pull-request' into stagingStefan Hajnoczi2016-11-145-31/+307
|\
| * ahci-test: add QMP tray test for ATAPIJohn Snow2016-11-141-0/+98
| * libqos/ahci: Add get_sense and test_readyJohn Snow2016-11-142-0/+67
| * libqos/ahci: Add ATAPI tray macrosJohn Snow2016-11-142-2/+35
| * libqos/ahci: Support expected errorsJohn Snow2016-11-142-5/+14
| * libqtest: add qmp_eventwait_refJohn Snow2016-11-142-3/+32
| * ahci-test: test atapi read_cd with bcl, nb_sectors = 0John Snow2016-11-143-21/+60
| * ahci-test: Create smaller test ISO imagesJohn Snow2016-11-141-1/+2
* | Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi2016-11-143-8/+9
|\ \
| * | iotests: Always use -machine accel=qtestMax Reitz2016-11-112-8/+6Star
| * | iotests: Skip test 162 if there is no SSH supportMax Reitz2016-11-111-0/+3
| |/
* / test-uuid: fix leakMarc-André Lureau2016-11-111-0/+1
|/
* block: Don't mark node clean after failed flushKevin Wolf2016-11-083-0/+46
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-031-1/+1
|\
| * ipmi: Add graceful shutdown handling to the external BMCCorey Minyard2016-11-011-1/+1
* | blockjobs: split interface into public/private, Part 1John Snow2016-11-012-2/+2
* | blockjobs: Allow creating internal jobsJohn Snow2016-11-012-2/+3
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2016-10-314-8/+25
|\ \
| * | target-i386: Print warning when mixing [+-]foo and foo=(on|off)Eduardo Habkost2016-10-311-5/+23
| * | tests: Remove unneeded "-vnc none" optionEduardo Habkost2016-10-313-3/+2Star
* | | qemu-iotests: test 'offset' and 'size' options in raw driverTomáš Golembiovský2016-10-313-0/+526
* | | qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia2016-10-312-2/+39
* | | qemu-iotests: Test streaming to a Quorum childAlberto Garcia2016-10-312-2/+58
* | | qemu-iotests: Add iotests.supports_quorum()Alberto Garcia2016-10-313-17/+18
* | | qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia2016-10-312-2/+32
* | | qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia2016-10-312-2/+91
* | | qemu-iotests: Test block-stream operations in parallelAlberto Garcia2016-10-312-2/+82
* | | qemu-iotests: Test streaming to an intermediate layerAlberto Garcia2016-10-312-3/+22
|/ /
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2016-10-312-5/+0Star
|\ \
| * | clean-up: removed duplicate #includesAnand J2016-10-282-5/+0Star
* | | Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell2016-10-314-102/+14Star
|\ \ \ | |_|/ |/| |
| * | aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini2016-10-283-94/+0Star
| * | iothread: release AioContext around aio_pollPaolo Bonzini2016-10-281-8/+14
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell2016-10-2832-998/+999
|\ \ \
| * | | tests: Add pseries machine to the prom-env-test, tooDavid Gibson2016-10-281-8/+12
| * | | libqos: Change PCI accessors to take opaque BAR handleDavid Gibson2016-10-2814-309/+300Star
| * | | tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson2016-10-283-6/+9
| * | | tests: Use qpci_mem{read,write} in ivshmem-testDavid Gibson2016-10-281-8/+27
| * | | libqos: Add 64-bit PCI IO accessorsDavid Gibson2016-10-285-12/+60
| * | | tests: Clean up IO handling in ide-testDavid Gibson2016-10-281-61/+118
| * | | libqos: Implement mmio accessors in terms of mem{read,write}David Gibson2016-10-284-96/+14Star
| * | | libqos: Add streaming accessors for PCI MMIODavid Gibson2016-10-284-0/+53
| * | | tests: Adjust tco-test to use qpci_legacy_iomap()David Gibson2016-10-281-1/+1
| * | | libqos: Better handling of PCI legacy IODavid Gibson2016-10-282-0/+6
| * | | libqos: Move BAR assignment to common codeDavid Gibson2016-10-284-176/+63Star
| * | | libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson2016-10-284-126/+170
| * | | libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson2016-10-285-59/+36Star
| * | | nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth2016-10-281-4/+4
| * | | tests: enable virtio tests on SPAPRLaurent Vivier2016-10-287-13/+88
| * | | tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier2016-10-284-176/+128Star