aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-05-09tests/qapi-schema: Drop superfluous error_is_set()Markus Armbruster
2014-05-08qmp hmp: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-05-08qapi: Add a primitive to include other files from a QAPI schema fileLluís Vilanova
2014-05-08qapi: Use an explicit input fileLluís Vilanova
2014-05-08qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"Lluís Vilanova
2014-05-08qapi: [trivial] Break long command linesLluís Vilanova
2014-05-07tests/tcg: Fix compilation of test_pathPeter Maydell
2014-05-05tests: Add EHCI qtestAndreas Färber
2014-05-05tests: Add ioh3420 qtestAndreas Färber
2014-05-05tests: Add intel-hda qtestsAndreas Färber
2014-05-05tests: Add es1370 qtestAndreas Färber
2014-05-05tests: Add ac97 qtestAndreas Färber
2014-05-05qtest: Be paranoid about accept() addrlen argumentAndreas Färber
2014-05-05qtest: Add error reporting to socket_accept()Andreas Färber
2014-05-05qtest: Assure that init_socket()'s listen() does not failAndreas Färber
2014-05-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-05-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-2' into stagingPeter Maydell
2014-04-29iotests: Discarding compressed clusters on qcow2Max Reitz
2014-04-29block: qemu-iotests: make test 019 and 086 work with spaced pathnamesJeff Cody
2014-04-29block: qemu-iotests - fix image cleanup when using spaced pathnamesJeff Cody
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell
2014-04-28add secondary-vga to display-vga testGerd Hoffmann
2014-04-28add display-vga testGerd Hoffmann
2014-04-27tests/.gitignore: Ignore test-rfifolockCole Robinson
2014-04-27move test-* from .gitignore to tests/.gitignoreLaszlo Ersek
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster
2014-04-25qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()Fam Zheng
2014-04-22qemu-iotests: Check common namespace for id and node-nameKevin Wolf
2014-04-22block: Catch duplicate IDs in bdrv_new()Kevin Wolf
2014-04-22block: Catch integer overflow in bdrv_rw_co()Kevin Wolf
2014-04-14acpi-test: update expected filesMichael S. Tsirkin
2014-04-11bochs: Fix catalog size checkKevin Wolf
2014-04-09tests/acpi: update expected DSDT filesMichael S. Tsirkin
2014-04-07tests: Update check-clean ruleAndreas Färber
2014-04-04block: Fix snapshot=on for protocol parsed from filenameKevin Wolf
2014-04-04qemu-iotests: Remove CR line endings in reference outputKevin Wolf
2014-04-04block: Don't parse 'filename' optionKevin Wolf
2014-04-04qcow2: Flush metadata during read-only reopenKevin Wolf
2014-04-01Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-04-01parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf
2014-04-01parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf
2014-04-01block: vdi bounds check qemu-io testsJeff Cody
2014-04-01qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf
2014-04-01qcow2: Fix backing file name length checkKevin Wolf
2014-04-01qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf