Age | Commit message (Expand) | Author | Files | Lines |
2023-08-02 | qapi: Craft the dirty-limit capability comment | Hyman Huang(黄勇) | 1 | -8/+5 |
2023-08-02 | qapi: Reformat the dirty-limit migration doc comments | Hyman Huang(黄勇) | 1 | -35/+34 |
2023-07-26 | Merge tag 'pull-qapi-2023-07-26-v2' of https://repo.or.cz/qemu/armbru into st... | Richard Henderson | 1 | -5/+5 |
2023-07-26 | qapi: Reformat recent doc comments to conform to current conventions | Markus Armbruster | 1 | -5/+5 |
2023-07-26 | migration: skipped field is really obsolete. | Juan Quintela | 1 | -2/+10 |
2023-07-26 | migration: Extend query-migrate to provide dirty page limit info | Hyman Huang(黄勇) | 1 | -1/+15 |
2023-07-26 | migration: Introduce dirty-limit capability | Hyman Huang(黄勇) | 1 | -1/+12 |
2023-07-26 | qapi/migration: Introduce vcpu-dirty-limit parameters | Hyman Huang(黄勇) | 1 | -3/+15 |
2023-07-26 | qapi/migration: Introduce x-vcpu-dirty-limit-period parameter | Hyman Huang(黄勇) | 1 | -7/+27 |
2023-07-10 | migration.json: Don't use space before colon | Juan Quintela | 1 | -10/+10 |
2023-07-10 | qapi: better docs for calc-dirty-rate and friends | Andrei Gudkov | 1 | -29/+74 |
2023-06-30 | migration: Add switchover ack capability | Avihai Horon | 1 | -1/+11 |
2023-06-13 | exec/memory: Introduce RAM_NAMED_FILE flag | Steve Sistare | 1 | -2/+2 |
2023-05-10 | build: move COLO under CONFIG_REPLICATION | Vladimir Sementsov-Ogievskiy | 1 | -3/+6 |
2023-05-10 | qapi: Reformat doc comments to conform to current conventions | Markus Armbruster | 1 | -594/+579 |
2023-05-09 | qapi: Tidy up a slightly awkward TODO comment | Markus Armbruster | 1 | -2/+3 |
2023-04-28 | qapi: Fix misspelled section tags in doc comments | Markus Armbruster | 1 | -1/+1 |
2023-04-28 | qapi: Tidy up examples | Markus Armbruster | 1 | -11/+22 |
2023-04-28 | qapi: Fix misspelled references | Markus Armbruster | 1 | -1/+1 |
2023-04-24 | spice: move client_migrate_info command to ui/ | Juan Quintela | 1 | -28/+0 |
2023-02-06 | migration: Introduce interface query-migrationthreads | Jiang Jiacheng | 1 | -0/+29 |
2022-09-07 | qapi: fix examples of events missing timestamp | Victor Toso | 1 | -4/+23 |
2022-07-20 | Add dirty-sync-missed-zero-copy migration stat | Leonardo Bras | 1 | -1/+6 |
2022-07-20 | migration: Add postcopy-preempt capability | Peter Xu | 1 | -1/+6 |
2022-07-20 | softmmu/dirtylimit: Implement dirty page rate limit | Hyman Huang(黄勇) | 1 | -0/+80 |
2022-06-22 | migration: Change zero_copy_send from migration parameter to migration capabi... | Leonardo Bras | 1 | -24/+9 |
2022-05-16 | Merge tag 'pull-migration-20220516a' of https://gitlab.com/dagrh/qemu into st... | Richard Henderson | 1 | -0/+24 |
2022-05-16 | migration: Add zero-copy-send parameter for QMP/HMP for Linux | Leonardo Bras | 1 | -0/+24 |
2022-05-16 | qapi: Stop using whitespace for alignment in comments | Andrea Bolognani | 1 | -4/+4 |
2022-05-16 | qapi: Drop unnecessary empty lines in comments | Andrea Bolognani | 1 | -7/+0 |
2022-05-16 | qapi: Add missing separators between sections | Andrea Bolognani | 1 | -0/+4 |
2022-04-21 | qapi: Fix documentation for query-xen-replication-status | Andrea Bolognani | 1 | -1/+1 |
2022-04-05 | qapi: Fix calc-dirty-rate example | Markus Armbruster | 1 | -1/+1 |
2022-04-05 | qapi: fix example of query-colo-status command | Victor Toso | 1 | -1/+1 |
2022-03-31 | qapi: fix example of UNPLUG_PRIMARY event | Victor Toso | 1 | -1/+3 |
2022-02-28 | qapi/migration: Fix examples document wrong field name for arguments | Fabian Holler | 1 | -5/+5 |
2022-01-28 | migration: Tally pre-copy, downtime and post-copy bytes independently | David Edmondson | 1 | -1/+12 |
2021-11-09 | docs: fix 'sample-pages' option tag | Hyman Huang(黄勇) | 1 | -1/+1 |
2021-11-06 | docs: fix qemu incorrect tag | Hyman Huang(黄勇) | 1 | -5/+5 |
2021-11-01 | migration/dirtyrate: implement dirty-bitmap dirtyrate calculation | Hyman Huang(黄勇) | 1 | -2/+4 |
2021-11-01 | migration/dirtyrate: implement dirty-ring dirtyrate calculation | Hyman Huang(黄勇) | 1 | -2/+14 |
2021-11-01 | migration/dirtyrate: introduce struct and adjust DirtyRateStat | Hyman Huang(黄勇) | 1 | -0/+30 |
2021-10-29 | qapi: Mark unstable QMP parts with feature 'unstable' | Markus Armbruster | 1 | -6/+29 |
2021-08-26 | qapi: make 'if' condition strings simple identifiers | Marc-André Lureau | 1 | -5/+5 |
2021-06-08 | migration/dirtyrate: make sample page count configurable | Hyman Huang(黄勇) | 1 | -3/+12 |
2021-05-13 | migration: Drop redundant query-migrate result @blocked | Markus Armbruster | 1 | -6/+0 |
2021-04-20 | migration: Deprecate redundant query-migrate result @blocked | Markus Armbruster | 1 | -2/+7 |
2021-03-18 | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 1 | -98/+0 |
2021-02-12 | migration: dirty-bitmap: Allow control of bitmap persistence | Peter Krempa | 1 | -1/+18 |
2021-02-08 | migration: introduce snapshot-{save, load, delete} QMP commands | Daniel P. Berrangé | 1 | -0/+173 |