summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini2013-01-251-10/+3
* mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-252-2/+33
* mirror: perform COW if the cluster size is bigger than the granularityPaolo Bonzini2013-01-252-2/+52
* add hierarchical bitmap data type and test casesPaolo Bonzini2013-01-252-0/+411
* aio: Fix return value of aio_poll()Kevin Wolf2013-01-171-2/+2
* tests: Add tmp105 qtest test caseAndreas Färber2013-01-162-0/+79
* libqtest: Prepare I2C libqosAndreas Färber2013-01-164-0/+219
* build: fold trace-obj-y into libqemuutil.aPaolo Bonzini2013-01-121-4/+4
* build: move base QAPI files to libqemuutil.aPaolo Bonzini2013-01-121-2/+1
* build: move QAPI definitions for QEMU out of qapi-obj-yPaolo Bonzini2013-01-121-1/+1
* build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini2013-01-121-7/+7
* build: move files away from tools-obj-y, common-obj-y, user-obj-yPaolo Bonzini2013-01-121-5/+5
* build: move util-obj-y to libqemuutil.aPaolo Bonzini2013-01-121-9/+8
* build: rename oslib-obj-y to util-obj-yPaolo Bonzini2013-01-121-1/+1
* stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini2013-01-121-9/+9
* m48t59-test: don't touch watchdogGerd Hoffmann2013-01-101-0/+5
* rtc-test: skip year-2038 overflow check in case time_t is 32bit onlyGerd Hoffmann2013-01-101-0/+4
* target-mips: Fix helper and tests for dot/cross-dot product instructionsPetar Jovanovic2013-01-084-4/+38
* tests: add gcov supportBlue Swirl2013-01-061-0/+43
* test-iov: add iov_discard_front/back() testcasesStefan Hajnoczi2013-01-021-0/+150
* target-mips: Fix for helpers for EXTR_* instructionsPetar Jovanovic2013-01-018-0/+185
* target-mips: Fix incorrect reads and writes to DSPControl registerPetar Jovanovic2013-01-012-40/+24
* misc: move include files to include/qemu/Paolo Bonzini2012-12-195-8/+8
* block: move include files to include/block/Paolo Bonzini2012-12-193-5/+5
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-1913-23/+23
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+5
* qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini2012-12-197-0/+8
* qemu-iotests: Test concurrent cluster allocationsKevin Wolf2012-12-123-0/+379
* tests: Add tests for fdsetsCorey Bryant2012-12-114-0/+147
* tests: avoid qemu_aio_flush() in test-thread-pool.cStefan Hajnoczi2012-12-111-6/+14
* tests: use aio_poll() instead of aio_flush() in test-aio.cStefan Hajnoczi2012-12-111-16/+15
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-12-101-1/+1
|\
| * Fix spelling in comments and documentationStefan Weil2012-12-071-1/+1
* | target-xtensa: add s32c1i unit testsMax Filippov2012-12-082-0/+40
* | target-xtensa: add SR accessibility unit testsMax Filippov2012-12-083-1/+92
|/
* target-mips: Fix incorrect shift for SHILO and SHILOVPetar Jovanovic2012-12-062-0/+38
* target-mips: Fix incorrect code and test for INSVPetar Jovanovic2012-12-061-1/+1
* rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn2012-11-271-0/+40
* tests: make threadpool cancellation test looserPaolo Bonzini2012-11-271-2/+5
* tests: add thread pool unit testsPaolo Bonzini2012-11-262-0/+215
* tests: add AioContext unit testsPaolo Bonzini2012-11-262-0/+669
* Merge remote-tracking branch 'bonzini/build-urgent' into stagingAnthony Liguori2012-11-191-2/+2
|\
| * tests: link in stubsPaolo Bonzini2012-11-191-2/+2
* | fdc-tests: add tests for VERIFY commandHervé Poussineau2012-11-141-3/+13
* | fdc-test: Check READ IDKevin Wolf2012-11-141-0/+66
* | fdc: fix false FD_SR0_SEEKHervé Poussineau2012-11-141-3/+3
* | fdc-test: add tests for non-DMA READ commandHervé Poussineau2012-11-141-0/+98
* | fdc-test: insert media before fuzzing registersHervé Poussineau2012-11-141-0/+1
* | fdc-test: split test_media_change() test, so insert part can be reusedHervé Poussineau2012-11-141-1/+8
* | tests: allow qemu-iotests to be run against nbd backendNick Thomas2012-11-143-8/+38
OpenPOWER on IntegriCloud