| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | io: fix stack allocation when sending of file descriptors | Daniel P. Berrange | 2015-12-23 | 1 | -0/+96 |
| * | | io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections | Daniel P. Berrange | 2015-12-22 | 1 | -4/+25 |
| * | | io: bind to loopback IP addrs in test suite | Daniel P. Berrange | 2015-12-22 | 1 | -2/+2 |
| |/ |
|
* / | ipmi: Add tests | Corey Minyard | 2015-12-22 | 3 | -0/+735 |
|/ |
|
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-secrets-base... | Peter Maydell | 2015-12-18 | 4 | -0/+568 |
|\ |
|
| * | crypto: add QCryptoSecret object class for password/key handling | Daniel P. Berrange | 2015-12-18 | 3 | -0/+455 |
| * | util: add base64 decoding function | Daniel P. Berrange | 2015-12-18 | 3 | -0/+113 |
* | | block/qapi: allow best-effort query | John Snow | 2015-12-18 | 1 | -1/+4 |
* | | block/qapi: always report full_backing_filename | John Snow | 2015-12-18 | 1 | -0/+2 |
* | | qemu-iotests: s390x: fix test 068 | Bo Tu | 2015-12-18 | 1 | -2/+12 |
* | | qemu-iotests: s390x: fix test 051 | Bo Tu | 2015-12-18 | 3 | -130/+569 |
* | | qemu-iotests: refine common.config | Bo Tu | 2015-12-18 | 1 | -5/+4 |
* | | iotests: Update comments for bdrv_swap() in 094 | Fam Zheng | 2015-12-18 | 1 | -3/+5 |
* | | iotests: Extend test 112 for qemu-img amend | Max Reitz | 2015-12-18 | 2 | -0/+180 |
* | | qcow2: Use error_report() in qcow2_amend_options() | Max Reitz | 2015-12-18 | 1 | -7/+7 |
* | | qemu-iotests: Test reopen with node-name/driver options | Kevin Wolf | 2015-12-18 | 3 | -0/+113 |
* | | qemu-iotests: Test cache mode option inheritance | Kevin Wolf | 2015-12-18 | 3 | -0/+1128 |
* | | qemu-iotests: Try setting cache mode for children | Kevin Wolf | 2015-12-18 | 2 | -1/+69 |
* | | qemu-iotests: Remove cache mode test without medium | Kevin Wolf | 2015-12-18 | 3 | -14/+14 |
* | | blockdev: Set 'format' indicates non-empty drive | Kevin Wolf | 2015-12-18 | 2 | -3/+3 |
* | | iotests: 124: don't reopen qcow2 | John Snow | 2015-12-18 | 1 | -12/+14 |
* | | iotests: 124: move incremental failure test | John Snow | 2015-12-18 | 1 | -57/+60 |
* | | iotests: 124: Split into two test classes | John Snow | 2015-12-18 | 1 | -13/+22 |
|/ |
|
* | io: add QIOChannelBuffer class | Daniel P. Berrange | 2015-12-18 | 3 | -0/+54 |
* | io: add QIOChannelCommand class | Daniel P. Berrange | 2015-12-18 | 3 | -0/+134 |
* | io: add QIOChannelTLS class | Daniel P. Berrange | 2015-12-18 | 3 | -0/+347 |
* | io: add QIOChannelFile class | Daniel P. Berrange | 2015-12-18 | 3 | -0/+105 |
* | io: add QIOChannelSocket class | Daniel P. Berrange | 2015-12-18 | 5 | -0/+691 |
* | io: add QIOTask class for async operations | Daniel P. Berrange | 2015-12-18 | 3 | -0/+272 |
* | tests/guest-debug: introduce basic gdbstub tests | Alex Bennée | 2015-12-17 | 1 | -0/+176 |
* | qapi: Detect base class loops | Eric Blake | 2015-12-17 | 9 | -0/+11 |
* | qapi: Move duplicate collision checks to schema check() | Eric Blake | 2015-12-17 | 13 | -19/+8 |
* | qapi: Enforce (or whitelist) case conventions on qapi members | Eric Blake | 2015-12-17 | 13 | -0/+16 |
* | qapi: Fix alternates that accept 'number' but not 'int' | Eric Blake | 2015-12-17 | 1 | -10/+6 |
* | qapi: Simplify visiting of alternate types | Eric Blake | 2015-12-17 | 4 | -26/+18 |
* | qapi: Convert QType into QAPI built-in enum type | Eric Blake | 2015-12-17 | 13 | -0/+26 |
* | qapi: Remove obsolete tests for MAX collision | Eric Blake | 2015-12-17 | 13 | -17/+0 |
* | qapi: Don't let implicit enum MAX member collide | Eric Blake | 2015-12-17 | 2 | -5/+5 |
* | qapi: Tighten the regex on valid names | Eric Blake | 2015-12-17 | 9 | -0/+14 |
* | blkdebug: Avoid '.' in enum values | Eric Blake | 2015-12-17 | 4 | -101/+101 |
* | qapi: Fix c_name() munging | Eric Blake | 2015-12-17 | 3 | -2/+8 |
* | qapi: Detect collisions in C member names | Eric Blake | 2015-12-17 | 4 | -10/+4 |
* | qapi: Remove outdated tests related to QMP/branch collisions | Eric Blake | 2015-12-17 | 13 | -63/+0 |
* | qapi: Track simple union tag in object.local_members | Eric Blake | 2015-12-17 | 3 | -0/+4 |
* | blockdev: Mark {insert, remove}-medium experimental | Max Reitz | 2015-12-11 | 2 | -11/+11 |
* | qom-test: Fix qmp() leaks | Marc-André Lureau | 2015-12-04 | 1 | -7/+14 |
* | tests: Use proper functions types instead of void (*fn) | Markus Armbruster | 2015-12-04 | 4 | -10/+18 |
* | tests: Fix check-report-qtest-% target | Andreas Färber | 2015-12-03 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2015-12-03 | 3 | -2/+32 |
|\ |
|
| * | iotests: Add regresion test case for write notifier assertion failure | Fam Zheng | 2015-12-03 | 2 | -2/+27 |