summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-11-11iotests: Always use -machine accel=qtestMax Reitz2-8/+6
2016-11-11iotests: Skip test 162 if there is no SSH supportMax Reitz1-0/+3
2016-11-08block: Don't mark node clean after failed flushKevin Wolf3-0/+46
2016-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2016-11-01ipmi: Add graceful shutdown handling to the external BMCCorey Minyard1-1/+1
2016-11-01blockjobs: split interface into public/private, Part 1John Snow2-2/+2
2016-11-01blockjobs: Allow creating internal jobsJohn Snow2-2/+3
2016-10-31Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell4-8/+25
2016-10-31target-i386: Print warning when mixing [+-]foo and foo=(on|off)Eduardo Habkost1-5/+23
2016-10-31tests: Remove unneeded "-vnc none" optionEduardo Habkost3-3/+2
2016-10-31qemu-iotests: test 'offset' and 'size' options in raw driverTomáš Golembiovský3-0/+526
2016-10-31qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia2-2/+39
2016-10-31qemu-iotests: Test streaming to a Quorum childAlberto Garcia2-2/+58
2016-10-31qemu-iotests: Add iotests.supports_quorum()Alberto Garcia3-17/+18
2016-10-31qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia2-2/+32
2016-10-31qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia2-2/+91
2016-10-31qemu-iotests: Test block-stream operations in parallelAlberto Garcia2-2/+82
2016-10-31qemu-iotests: Test streaming to an intermediate layerAlberto Garcia2-3/+22
2016-10-31Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2-5/+0
2016-10-31Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell4-102/+14
2016-10-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20161028' into...Peter Maydell32-998/+999
2016-10-28clean-up: removed duplicate #includesAnand J2-5/+0
2016-10-28Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell1-0/+33
2016-10-28aio: convert from RFifoLock to QemuRecMutexPaolo Bonzini3-94/+0
2016-10-28iothread: release AioContext around aio_pollPaolo Bonzini1-8/+14
2016-10-28Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-0/+1417
2016-10-28tests: Add pseries machine to the prom-env-test, tooDavid Gibson1-8/+12
2016-10-28libqos: Change PCI accessors to take opaque BAR handleDavid Gibson14-309/+300
2016-10-28tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson3-6/+9
2016-10-28tests: Use qpci_mem{read,write} in ivshmem-testDavid Gibson1-8/+27
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson5-12/+60
2016-10-28tests: Clean up IO handling in ide-testDavid Gibson1-61/+118
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson4-96/+14
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson4-0/+53
2016-10-28tests: Adjust tco-test to use qpci_legacy_iomap()David Gibson1-1/+1
2016-10-28libqos: Better handling of PCI legacy IODavid Gibson2-0/+6
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson4-176/+63
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson4-126/+170
2016-10-28libqos: Give qvirtio_config_read*() consistent semanticsDavid Gibson5-59/+36
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth1-4/+4
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier7-13/+88
2016-10-28tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier4-176/+128
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier4-29/+25
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier9-217/+186
2016-10-28tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2-1/+2
2016-10-28tests: fix memory leak in virtio-scsi-testLaurent Vivier1-0/+1
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf3-0/+1417
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz3-0/+201
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz1-0/+20
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz1-11/+18