summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini2015-09-101-41/+16
| * cutils: Add qemu_strtoull() wrapperCarlos L. Torres2015-09-091-0/+323
| * cutils: Add qemu_strtoll() wrapperCarlos L. Torres2015-09-091-0/+320
| * cutils: Add qemu_strtoul() wrapperCarlos L. Torres2015-09-091-0/+318
| * cutils: Add qemu_strtol() wrapperCarlos L. Torres2015-09-091-0/+319
* | typofixes - v4Veres Lajos2015-09-112-2/+2
* | opts: produce valid command line in qemu_opts_printKővágó, Zoltán2015-09-1132-96/+96
* | maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2
* | maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-23/+13
* | maint: remove unused include for strings.hDaniel P. Berrange2015-09-111-1/+0
* | maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* | maint: remove unused include for assert.hDaniel P. Berrange2015-09-111-1/+0
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-09-0720-345/+157
|\ \
| * | iotests: Warn if python subprocess is killedMax Reitz2015-09-041-5/+21
| * | iotests: Do not suppress segfaults in bash testsMax Reitz2015-09-048-31/+67
| * | iotests: Respect -nodefaults in tests 41 and 55Max Reitz2015-09-042-6/+16
| * | iotests: More options for VM.add_drive()Max Reitz2015-09-041-3/+6
| * | qemu-iotests: s390x: fix test 130Bo Tu2015-09-042-6/+6
| * | qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOptsBo Tu2015-09-041-6/+4
| * | qemu-iotests: s390x: fix test 041 and 055Bo Tu2015-09-042-0/+15
| * | qemu-iotests: disable default qemu devices for cross-platform compatibilityBo Tu2015-09-047-288/+7
| * | qemu-iotests: qemu machine type supportBo Tu2015-09-043-1/+16
* | | i.MX: Add qtest support for I2C device emulator.Jean-Christophe Dubois2015-09-074-0/+293
* | | smbios: add smbios 3.0 supportWei Huang2015-09-071-3/+3
|/ /
* | qapi: Simplify error reporting for array typesMarkus Armbruster2015-09-042-2/+2
* | qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster2015-09-046-6/+3
* | tests/qapi-schema: Cover non-string, non-dictionary membersMarkus Armbruster2015-09-0413-0/+17
* | tests/qapi-schema: Cover two more syntax errorsMarkus Armbruster2015-09-049-0/+9
* | qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster2015-09-041-1/+1
* | qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster2015-09-049-10/+7
* | qapi: Fix to reject union command and event argumentsMarkus Armbruster2015-09-044-6/+3
* | qapi-tests: New tests for union, alternate command argumentsMarkus Armbruster2015-09-049-1/+16
* | tests/qapi-schema: Rename tests from data- to args-Markus Armbruster2015-09-0432-9/+9
* | tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster2015-09-042-6/+7
* | qapi: Document that input visitor semantics are prone to leaksEric Blake2015-09-041-0/+2
* | tests/qapi-schema: Document events with base don't workMarkus Armbruster2015-09-041-0/+3
* | tests/qapi-schema: Document alternate's enum lacks visit functionMarkus Armbruster2015-09-041-0/+1
* | qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster2015-09-042-18/+22
* | qapi: Fix generated code when flat union has member 'kind'Markus Armbruster2015-09-042-2/+2
* | qapi-event: Clean up how name of enum QAPIEvent is madeMarkus Armbruster2015-09-041-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-08-181-38/+62
|\
| * virtio-scsi-test: Add test case for tail unaligned WRITE SAMEFam Zheng2015-07-301-3/+9
| * tests: virtio-scsi: clear unit attention after resetStefan Hajnoczi2015-07-301-36/+54
* | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-08-142-8/+231
|\ \
| * | tests: test rx recovery from contJason Wang2015-08-041-0/+52
| * | tests: introduce basic pci test for virtio-netJason Wang2015-08-042-8/+179
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-08-141-0/+21
|\ \
| * | throttle: add throttle_max_is_missing_limit() testStefan Hajnoczi2015-08-051-0/+21
| |/
* | smbios: move smbios code into a common folderWei Huang2015-08-131-1/+1
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-281-8/+20
|\
OpenPOWER on IntegriCloud