| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: More tests of input arrays | Eric Blake | 2015-11-10 | 1 | -0/+52 |
* | qapi: Test failure in middle of array parse | Eric Blake | 2015-11-10 | 1 | -1/+9 |
* | qapi: More tests of alternate output | Eric Blake | 2015-11-10 | 1 | -1/+15 |
* | qapi: Simplify error cleanup in test-qmp-* | Eric Blake | 2015-11-10 | 3 | -35/+15 |
* | qapi: Simplify non-error testing in test-qmp-* | Eric Blake | 2015-11-09 | 4 | -135/+53 |
* | qapi: Plug leaks in test-qmp-* | Eric Blake | 2015-11-09 | 3 | -35/+18 |
* | qapi: Share test_init code in test-qmp-input* | Eric Blake | 2015-11-09 | 2 | -51/+46 |
* | qapi: Strengthen test of TestStructList | Eric Blake | 2015-11-09 | 1 | -11/+7 |
* | qapi: Use generated TestStruct machinery in tests | Eric Blake | 2015-11-09 | 6 | -162/+10 |
* | tests/i44fx-test: No need for zeroing memory before memset | Thomas Huth | 2015-11-06 | 1 | -1/+1 |
* | tests: ignore test-qga | Eric Blake | 2015-11-06 | 1 | -0/+1 |
* | qapi: Reserve 'u' member name | Eric Blake | 2015-11-02 | 5 | -0/+10 |
* | tests: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 3 | -62/+62 |
* | qapi: Unbox base members | Eric Blake | 2015-11-02 | 10 | -50/+20 |
* | qapi: Prefer typesafe upcasts to qapi base classes | Eric Blake | 2015-11-02 | 1 | -0/+5 |
* | qapi: Reserve 'q_*' and 'has_*' member names | Eric Blake | 2015-11-02 | 12 | -30/+13 |
* | qapi: Reserve '*List' type names for list types | Eric Blake | 2015-11-02 | 4 | -7/+5 |
* | tests/qapi-schema: Test for reserved names, empty struct | Eric Blake | 2015-11-02 | 24 | -4/+59 |
* | tests/vhost-user-bridge: add vhost-user bridge application | Victor Kaplansky | 2015-10-29 | 2 | -0/+1111 |
* | vhost-user-test: fix up rhel6 build | Michael S. Tsirkin | 2015-10-29 | 1 | -9/+9 |
* | Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into... | Peter Maydell | 2015-10-26 | 4 | -13/+520 |
|\ |
|
| * | ivshmem: add hostmem backend | Marc-André Lureau | 2015-10-26 | 1 | -0/+12 |
| * | tests: add ivshmem qtest | Marc-André Lureau | 2015-10-26 | 2 | -20/+448 |
| * | qtest: add qtest_add_abrt_handler() | Marc-André Lureau | 2015-10-24 | 2 | -13/+26 |
| * | tests: Add ivshmem qtest | Andreas Färber | 2015-10-24 | 2 | -0/+54 |
* | | tests: Add test case for aio_disable_external | Fam Zheng | 2015-10-23 | 1 | -0/+24 |
* | | aio: Add "is_external" flag for event handlers | Fam Zheng | 2015-10-23 | 1 | -26/+32 |
* | | hw/block/fdc: Implement tray status | Max Reitz | 2015-10-23 | 1 | -3/+1 |
* | | iotests: Only create BB if necessary | Max Reitz | 2015-10-23 | 4 | -18/+71 |
* | | blockdev: Allow creation of BDS trees without BB | Max Reitz | 2015-10-23 | 2 | -3/+3 |
|/ |
|
* | tests: test-qga, loosen assumptions about host filesystems | Michael Roth | 2015-10-23 | 1 | -5/+7 |
* | configure: avoid polluting global CFLAGS with tasn1 flags | Daniel P. Berrange | 2015-10-22 | 1 | -2/+8 |
* | crypto: add sanity checking of plaintext/ciphertext length | Daniel P. Berrange | 2015-10-22 | 1 | -0/+50 |
* | crypto: don't let builtin aes crash if no IV is provided | Daniel P. Berrange | 2015-10-22 | 1 | -0/+30 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2015-10-22 | 1 | -57/+315 |
|\ |
|
| * | vhost-user-test: check ownership during migration | Marc-André Lureau | 2015-10-22 | 1 | -0/+38 |
| * | vhost-user-test: add live-migration test | Marc-André Lureau | 2015-10-22 | 1 | -2/+169 |
| * | vhost-user-test: learn to tweak various qemu arguments | Marc-André Lureau | 2015-10-22 | 1 | -10/+15 |
| * | vhost-user-test: wrap server in TestServer struct | Marc-André Lureau | 2015-10-22 | 1 | -50/+89 |
| * | vhost-user-test: remove useless static check | Marc-André Lureau | 2015-10-22 | 1 | -1/+0 |
| * | vhost-user-test: move wait_for_fds() out | Marc-André Lureau | 2015-10-22 | 1 | -4/+14 |
* | | Merge remote-tracking branch 'remotes/berrange/tags/io-channel-3-for-upstream... | Peter Maydell | 2015-10-20 | 2 | -3/+3 |
|\ \ |
|
| * | | coroutine: move into libqemuutil.a library | Daniel P. Berrange | 2015-10-20 | 2 | -3/+3 |
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int... | Peter Maydell | 2015-10-20 | 1 | -1/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Implement fw_cfg DMA interface | Marc Marí | 2015-10-19 | 1 | -1/+3 |
* | | | tests: add a local test for guest agent | Marc-André Lureau | 2015-10-20 | 2 | -0/+786 |
* | | | qtest: add a few fd-level qmp helpers | Marc-André Lureau | 2015-10-20 | 2 | -4/+48 |
|/ / |
|
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2015-10-17 | 14 | -19/+107 |
|\ \
| |/
|/| |
|
| * | block: auto-generated node-names | Jeff Cody | 2015-10-16 | 8 | -7/+20 |
| * | block: qemu-iotests - fix vmdk test 059.out | Jeff Cody | 2015-10-16 | 1 | -6/+6 |