aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-12-14qapi: add condition to variants documentationMarc-André Lureau3-4/+7
2018-12-14qapi: add 'If:' condition to struct members documentationMarc-André Lureau3-1/+4
2018-12-14qapi: add 'If:' condition to enum values documentationMarc-André Lureau3-2/+5
2018-12-13qapi: add 'if' to alternate membersMarc-André Lureau2-1/+4
2018-12-13qapi: add 'if' to union membersMarc-André Lureau3-1/+8
2018-12-13qapi: Add 'if' to implicit struct membersMarc-André Lureau8-3/+35
2018-12-13qapi: add a dictionary form for TYPEMarc-André Lureau29-8/+53
2018-12-13qapi: add 'if' to enum membersMarc-André Lureau9-3/+13
2018-12-13qapi: add a dictionary form with 'name' key for enum membersMarc-André Lureau11-4/+10
2018-12-13qapi: improve reporting of unknown or missing keysMarc-André Lureau4-2/+5
2018-12-13tests: print enum type members more like object type membersMarc-André Lureau12-27/+149
2018-12-13qapi: change enum visitor and gen_enum* to take QAPISchemaMemberMarc-André Lureau1-2/+2
2018-12-13tests/qapi: Cover commands with 'if' and union / alternate 'data'Marc-André Lureau2-0/+18
2018-12-13json: Fix to reject duplicate object member namesMarkus Armbruster1-1/+0
2018-12-13test-string-input-visitor: Add range overflow testsDavid Hildenbrand1-0/+10
2018-12-13test-string-input-visitor: Split off uint64 list testsDavid Hildenbrand1-4/+109
2018-12-13test-string-input-visitor: Use virtual walkDavid Hildenbrand1-24/+12
2018-12-13qapi: Rewrite string-input-visitor's integer and list parsingDavid Hildenbrand1-14/+4
2018-12-13test-string-input-visitor: Add more testsDavid Hildenbrand1-2/+39
2018-12-13qapi: Fix string-input-visitor to reject NaN and infinitiesDavid Hildenbrand1-0/+13
2018-12-13cutils: Fix qemu_strtosz() & friends to reject non-finite sizesDavid Hildenbrand1-7/+17
2018-12-13Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-12-12' in...Peter Maydell4-11/+24
2018-12-12tests: add oob functional test for test-qmp-cmdsPeter Xu1-0/+16
2018-12-12Revert "tests: Add parameter to qtest_init_without_qmp_handshake"Peter Xu3-10/+7
2018-12-12monitor: Remove "x-oob", offer capability "oob" unconditionallyPeter Xu2-2/+2
2018-12-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-1/+1
2018-12-11qdev: move qdev_prop_register_global_list() to testsMarc-André Lureau1-4/+14
2018-12-11qom: make interface types abstractMarc-André Lureau1-3/+1
2018-12-11tests: qdev_prop_check_globals() doesn't return "all_used"Marc-André Lureau1-6/+6
2018-12-11Fixes i386 xchgq testfabrice.desclaux@cea.fr1-1/+1
2018-12-04virtio-net-test: add large tx buffer testJason Wang1-0/+46
2018-12-04virtio-net-test: remove unused macroJason Wang1-1/+0
2018-12-04virtio-net-test: accept variable length argument in pci_test_start()Jason Wang1-6/+11
2018-12-03iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy3-0/+80
2018-11-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-11-27vhost-user-bridge: fix recvmsg iovlenMarc-André Lureau1-1/+1
2018-11-27iotests: Test migration with -blockdevKevin Wolf3-0/+152
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2-1/+50
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia3-0/+128
2018-11-22iotests: Enhance 223 to cover multiple bitmap granularitiesEric Blake2-15/+60
2018-11-22nvme: fix out-of-bounds access to the CMBPaolo Bonzini2-11/+59
2018-11-22iotests: fix nbd test 233 to work correctly with raw imagesDaniel P. Berrangé1-3/+6
2018-11-21iotests: Skip 233 if certtool not installedEric Blake1-0/+3
2018-11-21iotests: Replace assertEquals() with assertEqual()Kevin Wolf3-6/+6
2018-11-21iotests: Replace time.clock() with TimeoutKevin Wolf1-10/+6
2018-11-20Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-11-2...Peter Maydell3-11/+33
2018-11-20qtest: log QEMU command linePaolo Bonzini1-11/+15
2018-11-19tests/ide: Free pcibus when finishing a testThomas Huth1-0/+4
2018-11-19tests: add qmp/missing-any-arg testMarc-André Lureau1-0/+14
2018-11-19iotests: Drop use of bash keyword 'function'Eric Blake35-86/+86