aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-08qcow2: Catch more unaligned write_zero into zero clusterEric Blake
2016-06-08qemu-iotests: Test one more spot for optimizing write_zeroesEric Blake
2016-06-08block: split write_zeroes alwaysDenis V. Lunev
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell
2016-06-07hbitmap: Use DIV_ROUND_UPLaurent Vivier
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-06-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-06-07docker: Don't use eval trick on MakefileEduardo Habkost
2016-06-07throttle: refuse iops-size without iops-total/read/writeStefan Hajnoczi
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven
2016-06-07tests: avoid coroutine pool test crashStefan Hajnoczi
2016-06-07tests: acpi: update tables with consolidated legacy cpu-hotplug AMLIgor Mammedov
2016-06-07tests: acpi: report names of expected files in verbose modeIgor Mammedov
2016-06-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-06-02e1000e: Introduce qtest for e1000e deviceDmitry Fleytman
2016-06-02net_pkt: Name vmxnet3 packet abstractions more genericDmitry Fleytman
2016-06-01docker: Add EXTRA_CONFIGURE_OPTSFam Zheng
2016-06-01docker: Add travis toolFam Zheng
2016-06-01docker: Add mingw testFam Zheng
2016-06-01docker: Add clang testFam Zheng
2016-06-01docker: Add full testFam Zheng
2016-06-01docker: Add quick testFam Zheng
2016-06-01docker: Add common.rcFam Zheng
2016-06-01docker: Add test runnerFam Zheng
2016-06-01docker: Add imagesFam Zheng
2016-06-01Makefile: Rules for docker testingFam Zheng
2016-06-01tests: Add utilities for docker testingFam Zheng
2016-05-26Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-2' in...Peter Maydell
2016-05-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-26qdev: Start disentangling bus from deviceAndreas Färber
2016-05-26migration: convert savevm to use QIOChannel for writing to filesDaniel P. Berrange
2016-05-26migration: remove use of qemu_bufopen from vmstate testsDaniel P. Berrange
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25tests: Drop BDS from test-throttle.cMax Reitz
2016-05-23migration: Move qjson.[ch] to migration/Markus Armbruster
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19qemu-iotests: Fix regression in 136 on aio_read invalidEric Blake
2016-05-19qemu-iotests: Simplify 109 with unaligned qemu-img compareEric Blake
2016-05-19qemu-iotests: Some more write_zeroes testsKevin Wolf
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf