summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier2016-10-284-29/+25Star
| * tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier2016-10-289-217/+186Star
| * tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier2016-10-282-1/+2
| * tests: fix memory leak in virtio-scsi-testLaurent Vivier2016-10-281-0/+1
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...Peter Maydell2016-10-281-0/+33
|\ \
| * | io: Add a QIOChannelSocket cleanup testFelipe Franciosi2016-10-271-0/+33
* | | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell2016-10-283-0/+1417
|\ \ \
| * | | qemu-iotests: Test creating floppy drivesKevin Wolf2016-10-273-0/+1417
| | |/ | |/|
* | | iotests: Add test for NBD's blockdev-add interfaceMax Reitz2016-10-273-0/+201
* | | iotests: Add assert_json_filename_equal() methodMax Reitz2016-10-271-0/+20
* | | socket_scm_helper: Accept fd directlyMax Reitz2016-10-271-11/+18
* | | iotests.py: Allow concurrent qemu instancesMax Reitz2016-10-271-2/+4
* | | iotests.py: Add qemu_nbd functionMax Reitz2016-10-271-0/+8
* | | block/nbd: Accept SocketAddressMax Reitz2016-10-272-4/+4
* | | block/nbd: Drop trailing "." in error messagesMax Reitz2016-10-272-4/+4
* | | qemu-iotests: Fix typo for NFS with IMGOPTSSYNTAXKevin Wolf2016-10-271-1/+1
|/ /
* | tests: add atomic_add-benchEmilio G. Cota2016-10-263-1/+167
* | int128: Use __int128 if availableRichard Henderson2016-10-261-11/+11
* | qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange2016-10-251-8/+150
* | qapi: don't pass two copies of TestInputVisitorData to testsDaniel P. Berrange2016-10-251-44/+32Star
* | qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange2016-10-253-3/+3
* | qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange2016-10-255-5/+5
* | qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange2016-10-2510-26/+26
* | tests: Restore check-qdict unit testMarkus Armbruster2016-10-251-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161024'...Peter Maydell2016-10-245-73/+1401
|\ \
| * | tests: Add tests for the ARM MPTimerDmitry Osipenko2016-10-242-0/+1108
| * | tests: ptimer: Replace 10000 with 1Dmitry Osipenko2016-10-241-28/+28
| * | tests: ptimer: Change the copyright commentDmitry Osipenko2016-10-243-3/+3
| * | tests: ptimer: Add tests for "no counter round down" policyDmitry Osipenko2016-10-241-41/+76
| * | tests: ptimer: Add tests for "no immediate reload" policyDmitry Osipenko2016-10-241-16/+57
| * | tests: ptimer: Add tests for "no immediate trigger" policyDmitry Osipenko2016-10-241-8/+56
| * | tests: ptimer: Add tests for "continuous trigger" policyDmitry Osipenko2016-10-241-3/+18
| * | tests: ptimer: Add tests for "wraparound after one period" policyDmitry Osipenko2016-10-241-23/+104