Age | Commit message (Expand) | Author | Files | Lines |
2015-10-29 | qstring: Make conversion from QObject * accept null | Markus Armbruster | 1 | -3/+3 |
2015-10-29 | qfloat qint: Make conversion from QObject * accept null | Markus Armbruster | 1 | -10/+14 |
2015-10-29 | qbool: Make conversion from QObject * accept null | Markus Armbruster | 1 | -3/+3 |
2015-10-23 | blockdev: Allow creation of BDS trees without BB | Max Reitz | 1 | -4/+9 |
2015-10-23 | block: Remove host floppy support | Max Reitz | 1 | -5/+4 |
2015-10-08 | qapi: add missing @ | Marc-André Lureau | 1 | -1/+1 |
2015-09-25 | utils: rename strtosz to use qemu prefix | Marc-André Lureau | 1 | -2/+2 |
2015-09-21 | qapi-introspect: Hide type names | Markus Armbruster | 1 | -8/+4 |
2015-09-21 | qapi: New QMP command query-qmp-schema for QMP introspection | Markus Armbruster | 1 | -0/+277 |
2015-09-21 | qapi: Introduce a first class 'any' type | Markus Armbruster | 4 | -0/+35 |
2015-09-21 | qapi: Make output visitor return qnull() instead of NULL | Markus Armbruster | 1 | -2/+6 |
2015-09-15 | crypto: introduce new base module for TLS credentials | Daniel P. Berrange | 1 | -0/+21 |
2015-09-04 | qcow2: add option to clean unused cache entries after some time | Alberto Garcia | 1 | -1/+6 |
2015-08-19 | qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.h | Peter Maydell | 1 | -8/+0 |
2015-07-07 | migration: create migration event | Juan Quintela | 1 | -0/+12 |
2015-07-02 | qmp: Add optional bool "unmap" to drive-mirror | Fam Zheng | 1 | -1/+7 |
2015-07-02 | qapi: Rename 'dirty-bitmap' mode to 'incremental' | John Snow | 1 | -4/+4 |
2015-06-25 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -1/+5 |
2015-06-23 | throttle: Fix typo in the documentation of block_set_io_throttle | Alberto Garcia | 1 | -1/+1 |
2015-06-23 | vvfat: add a label option | Wolfgang Bumiller | 1 | -1/+5 |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2 | -2/+0 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 5 | -58/+58 |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake | 2 | -2/+2 |
2015-06-19 | qom: Make enum string tables const-correct | Daniel P. Berrange | 3 | -5/+6 |
2015-06-12 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -2/+27 |
2015-06-12 | throttle: add the name of the ThrottleGroup to BlockDeviceInfo | Alberto Garcia | 1 | -1/+3 |
2015-06-12 | throttle: Add throttle group support | Alberto Garcia | 1 | -1/+24 |
2015-06-12 | qmp/hmp: add rocker device support | Scott Feldman | 1 | -0/+286 |
2015-05-29 | qapi: add dirty bitmap status | John Snow | 1 | -2/+21 |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+14 |
2015-05-08 | docs: update BLOCK_IMAGE_CORRUPTED documentation | Alberto Garcia | 1 | -1/+1 |
2015-05-05 | qapi: Drop inline nested struct in query-version | Eric Blake | 1 | -7/+19 |
2015-05-05 | qapi: Use 'struct' instead of 'type' in schema | Eric Blake | 4 | -37/+37 |
2015-05-05 | qapi: Use 'alternate' to replace anonymous union | Eric Blake | 1 | -4/+2 |
2015-04-28 | qmp: Add dirty bitmap status field in query-block | John Snow | 1 | -1/+4 |
2015-04-28 | qmp: add block-dirty-bitmap-clear | John Snow | 1 | -0/+14 |
2015-04-28 | qmp: Add support of "dirty-bitmap" sync mode for drive-backup | John Snow | 1 | -4/+10 |
2015-04-28 | block: Add bitmap successors | John Snow | 1 | -0/+1 |
2015-04-28 | qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove | John Snow | 1 | -0/+55 |
2015-04-28 | qmp: Ensure consistent granularity type | John Snow | 1 | -1/+1 |
2015-04-28 | qapi: Add optional field "name" to block dirty bitmap | Fam Zheng | 1 | -1/+3 |
2015-04-28 | block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED | Alberto Garcia | 1 | -6/+11 |
2015-04-28 | block/null: Latency simulation by adding new option "latency-ns" | Fam Zheng | 1 | -1/+4 |
2015-04-27 | qmp-event: add event notification for memory hot unplug error | Zhu Guihua | 1 | -0/+14 |
2015-03-27 | block: Document blockdev-add's immaturity | Markus Armbruster | 1 | -0/+4 |
2015-03-19 | block: Fix blockdev-backup not to use funky error class | Markus Armbruster | 1 | -3/+0 |
2015-03-19 | raw-posix: Deprecate host floppy passthrough | Markus Armbruster | 1 | -0/+2 |
2015-03-16 | block: Fix block-set-write-threshold not to use funky error class | Markus Armbruster | 1 | -4/+0 |
2015-03-10 | qcow2: Add refcount_bits to format-specific info | Max Reitz | 1 | -1/+4 |
2015-02-06 | block: add event when disk usage exceeds threshold | Francesco Romani | 1 | -1/+50 |