Age | Commit message (Expand) | Author | Files | Lines |
2016-02-19 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ... | Peter Maydell | 1 | -0/+1 |
2016-02-19 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+4 |
2016-02-19 | qapi: Forbid 'any' inside an alternate | Eric Blake | 1 | -0/+1 |
2016-02-16 | nbd: convert block client to use I/O channels for connection setup | Daniel P. Berrange | 1 | -1/+1 |
2016-02-16 | tests: add pxe e1000 and virtio-pci tests | Victor Kaplansky | 1 | -1/+4 |
2016-01-26 | char: convert from GIOChannel to QIOChannel | Daniel P. Berrange | 1 | -1/+1 |
2015-12-22 | ipmi: Add tests | Corey Minyard | 1 | -0/+4 |
2015-12-18 | crypto: add QCryptoSecret object class for password/key handling | Daniel P. Berrange | 1 | -0/+2 |
2015-12-18 | util: add base64 decoding function | Daniel P. Berrange | 1 | -0/+3 |
2015-12-18 | io: add QIOChannelBuffer class | Daniel P. Berrange | 1 | -0/+3 |
2015-12-18 | io: add QIOChannelCommand class | Daniel P. Berrange | 1 | -0/+3 |
2015-12-18 | io: add QIOChannelTLS class | Daniel P. Berrange | 1 | -0/+4 |
2015-12-18 | io: add QIOChannelFile class | Daniel P. Berrange | 1 | -0/+3 |
2015-12-18 | io: add QIOChannelSocket class | Daniel P. Berrange | 1 | -0/+3 |
2015-12-18 | io: add QIOTask class for async operations | Daniel P. Berrange | 1 | -0/+3 |
2015-12-17 | qapi: Detect base class loops | Eric Blake | 1 | -0/+2 |
2015-12-17 | qapi: Move duplicate collision checks to schema check() | Eric Blake | 1 | -1/+0 |
2015-12-17 | qapi: Enforce (or whitelist) case conventions on qapi members | Eric Blake | 1 | -0/+3 |
2015-12-17 | qapi: Remove obsolete tests for MAX collision | Eric Blake | 1 | -3/+0 |
2015-12-17 | qapi: Tighten the regex on valid names | Eric Blake | 1 | -0/+2 |
2015-12-17 | qapi: Remove outdated tests related to QMP/branch collisions | Eric Blake | 1 | -3/+0 |
2015-12-03 | tests: Fix check-report-qtest-% target | Andreas Färber | 1 | -2/+2 |
2015-11-25 | tests/Makefile: Add more dependencies for test-timed-average | Kevin Wolf | 1 | -2/+1 |
2015-11-19 | tests: re-enable vhost-user-test | Marc-André Lureau | 1 | -2/+3 |
2015-11-12 | util: Infrastructure for computing recent averages | Alberto Garcia | 1 | -0/+4 |
2015-11-12 | tests: add BlockJobTxn unit test | Stefan Hajnoczi | 1 | -0/+3 |
2015-11-02 | qapi: Reserve 'u' member name | Eric Blake | 1 | -0/+1 |
2015-11-02 | qapi: Unbox base members | Eric Blake | 1 | -1/+0 |
2015-11-02 | tests/qapi-schema: Test for reserved names, empty struct | Eric Blake | 1 | -1/+5 |
2015-10-29 | tests/vhost-user-bridge: add vhost-user bridge application | Victor Kaplansky | 1 | -0/+1 |
2015-10-26 | tests: add ivshmem qtest | Marc-André Lureau | 1 | -1/+1 |
2015-10-24 | tests: Add ivshmem qtest | Andreas Färber | 1 | -0/+3 |
2015-10-22 | configure: avoid polluting global CFLAGS with tasn1 flags | Daniel P. Berrange | 1 | -2/+8 |
2015-10-19 | tests: add a local test for guest agent | Marc-André Lureau | 1 | -0/+3 |
2015-10-15 | qapi: Drop redundant args-member-array test | Eric Blake | 1 | -1/+0 |
2015-10-15 | qapi: Drop redundant flat-union-reverse-define test | Eric Blake | 1 | -1/+0 |
2015-10-15 | qapi: Drop redundant returns-int test | Eric Blake | 1 | -1/+0 |
2015-10-15 | qapi: Move empty-enum to compile-time test | Eric Blake | 1 | -1/+0 |
2015-10-15 | qapi: Drop redundant alternate-good test | Eric Blake | 1 | -1/+0 |
2015-10-12 | qapi: Add tests for empty unions | Eric Blake | 1 | -0/+3 |
2015-10-12 | qapi: Test for various name collisions | Eric Blake | 1 | -1/+8 |
2015-10-12 | qapi: Sort qapi-schema tests | Eric Blake | 1 | -46/+114 |
2015-10-12 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 1 | -0/+2 |
2015-10-12 | tests: add test cases for netfilter object | Yang Hongyang | 1 | -0/+2 |
2015-10-09 | device-introspect-test: New, covering device introspection | Markus Armbruster | 1 | -3/+5 |
2015-10-09 | tests: Fix how qom-test is run | Markus Armbruster | 1 | -6/+8 |
2015-10-06 | tests: vhost-user: disable unless CONFIG_VHOST_NET | Michael S. Tsirkin | 1 | -0/+2 |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster | 1 | -2/+8 |
2015-09-21 | qapi: Pseudo-type '**' is now unused, drop it | Markus Armbruster | 1 | -1/+1 |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster | 1 | -1/+2 |