| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into... | Peter Maydell | 2020-10-09 | 2 | -9/+3 |
|\ |
|
| * | error: Remove NULL checks on error_propagate() calls (again) | Markus Armbruster | 2020-10-09 | 2 | -9/+3 |
* | | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -2/+2 |
|/ |
|
* | replay: flush rr queue before loading the vmstate | Pavel Dovgalyuk | 2020-10-06 | 1 | -6/+6 |
* | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+5 |
* | migration: Silence compiler warning in global_state_store_running() | Thomas Huth | 2020-10-02 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200928a'... | Peter Maydell | 2020-09-29 | 1 | -5/+2 |
|\ |
|
| * | Revert "migration: Properly destroy variables on incoming side" | Dr. David Alan Gilbert | 2020-09-28 | 1 | -5/+2 |
* | | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | migration/multifd: Remove superfluous semicolons | Philippe Mathieu-Daudé | 2020-09-23 | 1 | -1/+1 |
* | | migration/tls: add trace points for multifd-tls | Chuan Zheng | 2020-09-25 | 2 | -1/+13 |
* | | migration/tls: add support for multifd tls-handshake | Chuan Zheng | 2020-09-25 | 1 | -2/+75 |
* | | migration/tls: extract cleanup function for common-use | Chuan Zheng | 2020-09-25 | 1 | -12/+22 |
* | | migration/tls: add tls_hostname into MultiFDSendParams | Chuan Zheng | 2020-09-25 | 2 | -0/+7 |
* | | migration/tls: extract migration_tls_client_create for common-use | Chuan Zheng | 2020-09-25 | 2 | -8/+24 |
* | | migration/tls: save hostname into MigrationState | Chuan Zheng | 2020-09-25 | 4 | -0/+9 |
* | | migration: increase max-bandwidth to 128 MiB/s (1 Gib/s) | Laurent Vivier | 2020-09-25 | 1 | -1/+1 |
* | | migration: Truncate state file in xen-save-devices-state | Dov Murik | 2020-09-25 | 1 | -1/+2 |
* | | migration/dirtyrate: Add trace_calls to make it easier to debug | Chuan Zheng | 2020-09-25 | 2 | -0/+17 |
* | | migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() func... | Chuan Zheng | 2020-09-25 | 1 | -0/+62 |
* | | migration/dirtyrate: Implement calculate_dirtyrate() function | Chuan Zheng | 2020-09-25 | 1 | -2/+43 |
* | | migration/dirtyrate: Implement set_sample_page_period() and is_sample_period_... | Chuan Zheng | 2020-09-25 | 2 | -0/+30 |
* | | migration/dirtyrate: skip sampling ramblock with size below MIN_RAMBLOCK_SIZE | Chuan Zheng | 2020-09-25 | 2 | -0/+26 |
* | | migration/dirtyrate: Compare page hash results for recorded sampled page | Chuan Zheng | 2020-09-25 | 1 | -0/+63 |
* | | migration/dirtyrate: Record hash results for each sampled page | Chuan Zheng | 2020-09-25 | 1 | -0/+109 |
* | | migration/dirtyrate: move RAMBLOCK_FOREACH_MIGRATABLE into ram.h | Chuan Zheng | 2020-09-25 | 3 | -10/+12 |
* | | migration/dirtyrate: Add dirtyrate statistics series functions | Chuan Zheng | 2020-09-25 | 2 | -0/+44 |
* | | migration/dirtyrate: Add RamblockDirtyInfo to store sampled page info | Chuan Zheng | 2020-09-25 | 1 | -0/+18 |
* | | migration/dirtyrate: add DirtyRateStatus to denote calculation status | Chuan Zheng | 2020-09-25 | 1 | -0/+26 |
* | | migration/dirtyrate: setup up query-dirtyrate framwork | Chuan Zheng | 2020-09-25 | 3 | -1/+67 |
* | | migration: Rework migrate_send_rp_req_pages() function | Peter Xu | 2020-09-25 | 3 | -32/+22 |
* | | migration: Properly destroy variables on incoming side | Peter Xu | 2020-09-25 | 1 | -2/+5 |
* | | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 5 | -49/+49 |
|/ |
|
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-22 | 8 | -18/+18 |
|\ |
|
| * | migration/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 8 | -18/+18 |
* | | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -3/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 2020-09-11 | 2 | -11/+10 |
|\ |
|
| * | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 2 | -8/+4 |
| * | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 2 | -3/+6 |
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2020-09-11 | 1 | -7/+1 |
|\ \ |
|
| * | | block: Use bdrv_filter_(bs|child) where obvious | Max Reitz | 2020-09-07 | 1 | -7/+1 |
| |/ |
|
* | | trace-events: Fix attribution of trace points to source | Markus Armbruster | 2020-09-09 | 1 | -17/+19 |
* | | trace-events: Delete unused trace points | Markus Armbruster | 2020-09-09 | 1 | -1/+0 |
|/ |
|
* | migration: tls: fix memory leak in migration_tls_get_creds | Zhenyu Ye | 2020-08-28 | 1 | -1/+0 |
* | migration: improve error reporting of block driver state name | Daniel P. Berrangé | 2020-08-28 | 1 | -6/+6 |
* | migration: add vsock as data channel support | Longpeng(Mike) | 2020-08-28 | 1 | -2/+4 |
* | migration: unify the framework of socket-type channel | Longpeng(Mike) | 2020-08-28 | 3 | -75/+26 |
* | migration: Rename class type checking macros | Eduardo Habkost | 2020-08-27 | 1 | -2/+2 |
* | migration: Add block-bitmap-mapping parameter | Max Reitz | 2020-08-21 | 3 | -54/+391 |
* | meson: convert migration directory to Meson | Marc-André Lureau | 2020-08-21 | 2 | -18/+40 |