aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-10-06Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2015-10-06tests: vhost-user: disable unless CONFIG_VHOST_NETMichael S. Tsirkin
2015-10-05qtest/ide-test: ppc64be correction for ATAPI testsJohn Snow
2015-10-05qtest/ahci: fix redundant assertionJohn Snow
2015-10-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-02vhost-user-test: fix predictable filename on tmpfsMichael S. Tsirkin
2015-10-02vhost-user-test: use tmpfs by defaultMichael S. Tsirkin
2015-10-02vhost-user: unit test for new messagesMichael S. Tsirkin
2015-10-02vhost-user-test: do not reinvent glib-compat.hPaolo Bonzini
2015-10-02iotests: Fix test 128 for password-less sudoMax Reitz
2015-10-02tests: Fix test 049 fallout from improved HMP error messagesEric Blake
2015-09-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-25Merge remote-tracking branch 'remotes/vivier-misc/tags/pull-muldiv64-20150925...Peter Maydell
2015-09-25rtl8139: remove muldiv64()Laurent Vivier
2015-09-25tests: add some qemu_strtosz() testsMarc-André Lureau
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi: Make output visitor return qnull() instead of NULLMarkus Armbruster
2015-09-21qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster
2015-09-21qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster
2015-09-21tests/qapi-schema: Convert test harness to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster
2015-09-18ide-test: add cdrom dma testJohn Snow
2015-09-18ide-test: add cdrom pio testJohn Snow
2015-09-18qtest/ahci: export generate_patternJohn Snow
2015-09-18qtest/ahci: use generate_pattern everywhereJohn Snow
2015-09-15crypto: introduce new module for handling TLS sessionsDaniel P. Berrange
2015-09-15crypto: add sanity checking of TLS x509 credentialsDaniel P. Berrange
2015-09-15crypto: introduce new base module for TLS credentialsDaniel P. Berrange
2015-09-15qom: allow QOM to be linked into tools binariesDaniel P. Berrange
2015-09-15crypto: move crypto objects out of libqemuutil.laDaniel P. Berrange
2015-09-15tests: remove repetition in unit test object depsDaniel P. Berrange
2015-09-15qapi: allow override of default enum prefix namingDaniel P. Berrange
2015-09-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-14iotests: Add test for checking large image filesMax Reitz
2015-09-14qemu-iotests: More qcow2 reopen testsKevin Wolf
2015-09-14qemu-iotests: Reopen qcow2 with lazy-refcounts changeKevin Wolf
2015-09-11typofixes - v4Veres Lajos
2015-09-11opts: produce valid command line in qemu_opts_printKővágó, Zoltán
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for strings.hDaniel P. Berrange
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-11maint: remove unused include for assert.hDaniel P. Berrange
2015-09-10cutils: work around platform differences in strto{l,ul,ll,ull}Paolo Bonzini
2015-09-09cutils: Add qemu_strtoull() wrapperCarlos L. Torres