Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | make check-unit: use after free in test-opts-visitor | Andrey Shinkevich | 1 | -4/+22 |
2019-09-19 | cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h" | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-09-12 | migration: Add validate-uuid capability | Yury Kotov | 1 | -1/+4 |
2019-09-03 | qapi: report the default CPU type for each machine | Daniel P. Berrangé | 1 | -1/+4 |
2019-08-22 | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190822-pull-request' i... | Peter Maydell | 1 | -1/+2 |
2019-08-21 | qapi: Move query-target from misc.json to machine.json | Markus Armbruster | 3 | -49/+47 |
2019-08-21 | input-linux: add shift+shift as a grab toggle | Niklas Haas | 1 | -1/+2 |
2019-08-19 | doc: Preallocation does not require writing zeroes | Max Reitz | 1 | -4/+5 |
2019-08-19 | LUKS: support preallocation | Maxim Levitsky | 1 | -1/+5 |
2019-08-16 | qapi: add dirty-bitmaps to query-named-block-nodes result | Vladimir Sementsov-Ogievskiy | 1 | -1/+5 |
2019-08-16 | block/backup: support bitmap sync modes for non-bitmap backups | John Snow | 1 | -2/+4 |
2019-08-16 | qapi: implement block-dirty-bitmap-remove transaction action | John Snow | 1 | -0/+2 |
2019-08-16 | block/backup: add 'always' bitmap sync policy | John Snow | 1 | -1/+4 |
2019-08-16 | block/backup: add 'never' policy to bitmap sync mode | John Snow | 1 | -1/+4 |
2019-08-16 | block/backup: Add mirror sync mode 'bitmap' | John Snow | 1 | -6/+15 |
2019-08-16 | qapi: add BitmapSyncMode enum | John Snow | 1 | -0/+14 |
2019-08-16 | qapi/block-core: Introduce BackupCommon | John Snow | 1 | -66/+29 |
2019-08-16 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st... | Peter Maydell | 2 | -2/+15 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | qapi: Split error.json off common.json | Markus Armbruster | 4 | -25/+31 |
2019-08-15 | block/nbd: add cmdline and qapi parameter reconnect-delay | Vladimir Sementsov-Ogievskiy | 1 | -1/+10 |
2019-08-15 | qapi: Add InetSocketAddress member keep-alive | Vladimir Sementsov-Ogievskiy | 1 | -1/+5 |
2019-07-05 | qmp: Add "alias-of" field to query-cpu-definitions | Eduardo Habkost | 1 | -1/+8 |
2019-07-05 | qmp: Add deprecation information to query-machines | Eduardo Habkost | 1 | -1/+6 |
2019-07-05 | machine: show if CLI option '-numa node,mem' is supported in QAPI schema | Igor Mammedov | 1 | -1/+4 |
2019-07-05 | i386/cpu: Consolidate die-id validity in smp context | Like Xu | 1 | -3/+4 |
2019-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+27 |
2019-07-03 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'... | Peter Maydell | 9 | -1556/+1596 |
2019-07-02 | virtio-pmem: add virtio device | Pankaj Gupta | 1 | -1/+27 |
2019-07-02 | qapi: Split dump.json off misc.json | Markus Armbruster | 4 | -193/+202 |
2019-07-02 | qapi: Rename target.json to misc-target.json | Markus Armbruster | 3 | -6/+2 |
2019-07-02 | qapi: Split machine-target.json off target.json and misc.json | Markus Armbruster | 5 | -317/+320 |
2019-07-02 | qapi: Split machine.json off misc.json | Markus Armbruster | 4 | -688/+699 |
2019-07-02 | qapi: Split qom.json and qdev.json off misc.json | Markus Armbruster | 5 | -353/+374 |
2019-07-02 | net/announce: Add optional ID | Dr. David Alan Gilbert | 1 | -2/+7 |
2019-07-02 | net/announce: Allow optional list of interfaces | Dr. David Alan Gilbert | 1 | -3/+8 |
2019-06-18 | block/null: Expose read-zeroes option in QAPI schema | Kevin Wolf | 1 | -1/+3 |
2019-06-14 | blkdebug: Inject errors on .bdrv_co_block_status() | Max Reitz | 1 | -1/+4 |
2019-06-14 | blkdebug: Add "none" event | Max Reitz | 1 | -1/+3 |
2019-06-14 | blkdebug: Add @iotype error option | Max Reitz | 1 | -0/+26 |
2019-06-14 | qapi/block-core: Overlays are not snapshots | Max Reitz | 1 | -10/+10 |
2019-06-12 | file-posix: Add dynamic-auto-read-only QAPI feature | Kevin Wolf | 1 | -1/+12 |
2019-06-12 | qapi: Add feature flags to struct types | Kevin Wolf | 1 | -1/+5 |
2019-06-12 | qapi/block-core: update documentation of preallocation parameter | Stefano Garzarella | 1 | -6/+14 |
2019-06-12 | qdev: Delete unused LostTickPolicy "merge" | Markus Armbruster | 1 | -5/+1 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 6 | -6/+0 |
2019-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster | 1 | -1/+1 |
2019-05-30 | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ... | Peter Maydell | 1 | -3/+19 |
2019-05-28 | qapi: support external bitmaps in block-dirty-bitmap-merge | Vladimir Sementsov-Ogievskiy | 1 | -3/+19 |