summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-01-31target-mips: fix incorrect test for MTHLIPPetar Jovanovic1-1/+1
2013-01-30tests: Fix {rtc, m48t59}-test build on illumosAndreas Färber2-0/+4
2013-01-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori3-1/+119
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-2/+487
2013-01-27target-i386: Topology & APIC ID utility functionsEduardo Habkost3-1/+119
2013-01-26tests: Add gcov support for x86_64 qtestAndreas Färber1-0/+1
2013-01-26tests: Add gcov support for sparc64 qtestAndreas Färber1-0/+1
2013-01-26tests: Fix gcov typo for tmp105-testAndreas Färber1-1/+1
2013-01-26tests: add fuzzing to visitor testsBlue Swirl1-0/+49
2013-01-26tests: adjust gcov variables for directory movementPaolo Bonzini1-7/+7
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini1-10/+3
2013-01-25mirror: add buf-size argument to drive-mirrorPaolo Bonzini2-2/+33
2013-01-25mirror: perform COW if the cluster size is bigger than the granularityPaolo Bonzini2-2/+52
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini2-0/+411
2013-01-17aio: Fix return value of aio_poll()Kevin Wolf1-2/+2
2013-01-16tests: Add tmp105 qtest test caseAndreas Färber2-0/+79
2013-01-16libqtest: Prepare I2C libqosAndreas Färber4-0/+219
2013-01-12build: fold trace-obj-y into libqemuutil.aPaolo Bonzini1-4/+4
2013-01-12build: move base QAPI files to libqemuutil.aPaolo Bonzini1-2/+1
2013-01-12build: move QAPI definitions for QEMU out of qapi-obj-yPaolo Bonzini1-1/+1
2013-01-12build: move qobject files to qobject/ and libqemuutil.aPaolo Bonzini1-7/+7
2013-01-12build: move files away from tools-obj-y, common-obj-y, user-obj-yPaolo Bonzini1-5/+5
2013-01-12build: move util-obj-y to libqemuutil.aPaolo Bonzini1-9/+8
2013-01-12build: rename oslib-obj-y to util-obj-yPaolo Bonzini1-1/+1
2013-01-12stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini1-9/+9
2013-01-10m48t59-test: don't touch watchdogGerd Hoffmann1-0/+5
2013-01-10rtc-test: skip year-2038 overflow check in case time_t is 32bit onlyGerd Hoffmann1-0/+4
2013-01-08target-mips: Fix helper and tests for dot/cross-dot product instructionsPetar Jovanovic4-4/+38
2013-01-06tests: add gcov supportBlue Swirl1-0/+43
2013-01-02test-iov: add iov_discard_front/back() testcasesStefan Hajnoczi1-0/+150
2013-01-01target-mips: Fix for helpers for EXTR_* instructionsPetar Jovanovic8-0/+185
2013-01-01target-mips: Fix incorrect reads and writes to DSPControl registerPetar Jovanovic2-40/+24
2012-12-19misc: move include files to include/qemu/Paolo Bonzini5-8/+8
2012-12-19block: move include files to include/block/Paolo Bonzini3-5/+5
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini13-23/+23
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+5
2012-12-19qapi: move inclusions of qemu-common.h from headers to .c filesPaolo Bonzini7-0/+8
2012-12-12qemu-iotests: Test concurrent cluster allocationsKevin Wolf3-0/+379
2012-12-11tests: Add tests for fdsetsCorey Bryant4-0/+147
2012-12-11tests: avoid qemu_aio_flush() in test-thread-pool.cStefan Hajnoczi1-6/+14
2012-12-11tests: use aio_poll() instead of aio_flush() in test-aio.cStefan Hajnoczi1-16/+15
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-1/+1
2012-12-08target-xtensa: add s32c1i unit testsMax Filippov2-0/+40
2012-12-08target-xtensa: add SR accessibility unit testsMax Filippov3-1/+92
2012-12-07Fix spelling in comments and documentationStefan Weil1-1/+1
2012-12-06target-mips: Fix incorrect shift for SHILO and SHILOVPetar Jovanovic2-0/+38
2012-12-06target-mips: Fix incorrect code and test for INSVPetar Jovanovic1-1/+1
2012-11-27rtc: Only call rtc_set_cmos when Register B SET flag is disabled.Alex Horn1-0/+40
2012-11-27tests: make threadpool cancellation test looserPaolo Bonzini1-2/+5
2012-11-26tests: add thread pool unit testsPaolo Bonzini2-0/+215