Age | Commit message (Expand) | Author | Files | Lines |
2015-11-02 | qapi: Reserve 'u' member name | Eric Blake | 5 | -0/+10 |
2015-11-02 | tests: Convert to new qapi union layout | Eric Blake | 3 | -62/+62 |
2015-11-02 | qapi: Unbox base members | Eric Blake | 10 | -50/+20 |
2015-11-02 | qapi: Prefer typesafe upcasts to qapi base classes | Eric Blake | 1 | -0/+5 |
2015-11-02 | qapi: Reserve 'q_*' and 'has_*' member names | Eric Blake | 12 | -30/+13 |
2015-11-02 | qapi: Reserve '*List' type names for list types | Eric Blake | 4 | -7/+5 |
2015-11-02 | tests/qapi-schema: Test for reserved names, empty struct | Eric Blake | 24 | -4/+59 |
2015-10-29 | tests/vhost-user-bridge: add vhost-user bridge application | Victor Kaplansky | 2 | -0/+1111 |
2015-10-29 | vhost-user-test: fix up rhel6 build | Michael S. Tsirkin | 1 | -9/+9 |
2015-10-26 | Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into... | Peter Maydell | 4 | -13/+520 |
2015-10-26 | ivshmem: add hostmem backend | Marc-André Lureau | 1 | -0/+12 |
2015-10-26 | tests: add ivshmem qtest | Marc-André Lureau | 2 | -20/+448 |
2015-10-24 | qtest: add qtest_add_abrt_handler() | Marc-André Lureau | 2 | -13/+26 |
2015-10-24 | tests: Add ivshmem qtest | Andreas Färber | 2 | -0/+54 |
2015-10-23 | tests: Add test case for aio_disable_external | Fam Zheng | 1 | -0/+24 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -26/+32 |
2015-10-23 | hw/block/fdc: Implement tray status | Max Reitz | 1 | -3/+1 |
2015-10-23 | iotests: Only create BB if necessary | Max Reitz | 4 | -18/+71 |
2015-10-23 | blockdev: Allow creation of BDS trees without BB | Max Reitz | 2 | -3/+3 |
2015-10-23 | tests: test-qga, loosen assumptions about host filesystems | Michael Roth | 1 | -5/+7 |
2015-10-22 | configure: avoid polluting global CFLAGS with tasn1 flags | Daniel P. Berrange | 1 | -2/+8 |
2015-10-22 | crypto: add sanity checking of plaintext/ciphertext length | Daniel P. Berrange | 1 | -0/+50 |
2015-10-22 | crypto: don't let builtin aes crash if no IV is provided | Daniel P. Berrange | 1 | -0/+30 |
2015-10-22 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -57/+315 |
2015-10-22 | vhost-user-test: check ownership during migration | Marc-André Lureau | 1 | -0/+38 |
2015-10-22 | vhost-user-test: add live-migration test | Marc-André Lureau | 1 | -2/+169 |
2015-10-22 | vhost-user-test: learn to tweak various qemu arguments | Marc-André Lureau | 1 | -10/+15 |
2015-10-22 | vhost-user-test: wrap server in TestServer struct | Marc-André Lureau | 1 | -50/+89 |
2015-10-22 | vhost-user-test: remove useless static check | Marc-André Lureau | 1 | -1/+0 |
2015-10-22 | vhost-user-test: move wait_for_fds() out | Marc-André Lureau | 1 | -4/+14 |
2015-10-20 | Merge remote-tracking branch 'remotes/berrange/tags/io-channel-3-for-upstream... | Peter Maydell | 2 | -3/+3 |
2015-10-20 | coroutine: move into libqemuutil.a library | Daniel P. Berrange | 2 | -3/+3 |
2015-10-20 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int... | Peter Maydell | 1 | -1/+3 |
2015-10-19 | tests: add a local test for guest agent | Marc-André Lureau | 2 | -0/+786 |
2015-10-19 | qtest: add a few fd-level qmp helpers | Marc-André Lureau | 2 | -4/+48 |
2015-10-19 | Implement fw_cfg DMA interface | Marc Marí | 1 | -1/+3 |
2015-10-17 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 14 | -19/+107 |
2015-10-17 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151016'... | Peter Maydell | 1 | -1/+1 |
2015-10-16 | block: auto-generated node-names | Jeff Cody | 8 | -7/+20 |
2015-10-16 | block: qemu-iotests - fix vmdk test 059.out | Jeff Cody | 1 | -6/+6 |
2015-10-16 | throttle: test that snapshots move the throttling configuration | Alberto Garcia | 3 | -0/+75 |
2015-10-16 | iotests: disable core dumps in test 061 | Alberto Garcia | 2 | -6/+6 |
2015-10-16 | arm: imx25-pdk: Fix machine name | Peter Crosthwaite | 1 | -1/+1 |
2015-10-15 | qapi: Lazy creation of array types | Eric Blake | 2 | -0/+7 |
2015-10-15 | qapi: Drop redundant args-member-array test | Eric Blake | 5 | -15/+0 |
2015-10-15 | qapi: Drop redundant flat-union-reverse-define test | Eric Blake | 6 | -36/+7 |
2015-10-15 | qapi: Drop redundant returns-int test | Eric Blake | 8 | -17/+10 |
2015-10-15 | qapi: Move empty-enum to compile-time test | Eric Blake | 7 | -6/+7 |
2015-10-15 | qapi: Drop redundant alternate-good test | Eric Blake | 5 | -21/+0 |
2015-10-12 | qapi: Reuse code for flat union base validation | Eric Blake | 7 | -8/+8 |