| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella | 2021-06-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210526a'... | Peter Maydell | 2021-05-27 | 1 | -17/+66 |
|\ |
|
| * | migration/rdma: source: poll cm_event from return path | Li Zhijian | 2021-05-26 | 1 | -4/+38 |
| * | migration/rdma: destination: create the return patch after the first accept | Li Zhijian | 2021-05-26 | 1 | -11/+21 |
| * | migration/rdma: Fix rdma_addrinfo res leaks | Li Zhijian | 2021-05-26 | 1 | -0/+3 |
| * | migration/rdma: cleanup rdma in rdma_start_incoming_migration error path | Li Zhijian | 2021-05-26 | 1 | -2/+5 |
| * | migration/rdma: Fix cm_event used before being initialized | Li Zhijian | 2021-05-26 | 1 | -1/+0 |
* | | replication: move include out of root directory | Paolo Bonzini | 2021-05-26 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-... | Peter Maydell | 2021-05-14 | 4 | -16/+29 |
|\ |
|
| * | migration: Move populate_vfio_info() into a separate file | Thomas Huth | 2021-05-14 | 4 | -16/+29 |
* | | migration/ram: Use offset_in_ramblock() in range checks | David Hildenbrand | 2021-05-13 | 1 | -5/+5 |
* | | migration/multifd: Print used_length of memory block | David Hildenbrand | 2021-05-13 | 1 | -1/+1 |
* | | migration/ram: Handle RAM block resizes during postcopy | David Hildenbrand | 2021-05-13 | 2 | -5/+21 |
* | | migration/ram: Simplify host page handling in ram_load_postcopy() | David Hildenbrand | 2021-05-13 | 1 | -23/+32 |
* | | migration/ram: Discard RAM when growing RAM blocks after ram_postcopy_incomin... | David Hildenbrand | 2021-05-13 | 1 | -0/+30 |
* | | migration/ram: Handle RAM block resizes during precopy | David Hildenbrand | 2021-05-13 | 3 | -2/+38 |
* | | migration: Drop redundant query-migrate result @blocked | Markus Armbruster | 2021-05-13 | 1 | -16/+13 |
* | | migration/ram: Optimize ram_save_host_page() | Kunkun Jiang | 2021-05-13 | 1 | -20/+19 |
* | | migration/ram: Reduce unnecessary rate limiting | Kunkun Jiang | 2021-05-13 | 1 | -2/+7 |
* | | migrate/ram: remove "ram_bulk_stage" and "fpo_enabled" | David Hildenbrand | 2021-05-13 | 1 | -61/+17 |
|/ |
|
* | Do not include cpu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | migration: Rename 'bs' to 'block' in background snapshot code | Andrey Gruzdev | 2021-04-07 | 1 | -42/+44 |
* | migration: Pre-fault memory before starting background snasphot | Andrey Gruzdev | 2021-04-07 | 3 | -0/+58 |
* | migration: Inhibit virtio-balloon for the duration of background snapshot | Andrey Gruzdev | 2021-04-06 | 1 | -0/+8 |
* | migration: Fix missing qemu_fflush() on buffer file in bg_migration_thread | Andrey Gruzdev | 2021-04-06 | 1 | -1/+7 |
* | Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in... | Peter Maydell | 2021-04-01 | 6 | -4/+46 |
|\ |
|
| * | yank: Remove dependency on qiochannel | Lukas Straub | 2021-04-01 | 6 | -4/+46 |
* | | meson: Propagate gnutls dependency to migration | Jessica Clarke | 2021-04-01 | 1 | -1/+1 |
|/ |
|
* | migration/block-dirty-bitmap: make incoming disabled bitmaps busy | Vladimir Sementsov-Ogievskiy | 2021-03-24 | 1 | -0/+6 |
* | migrate: remove QMP/HMP commands for speed, downtime and cache size | Daniel P. Berrangé | 2021-03-18 | 2 | -46/+1 |
* | migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD | Mahmoud Mandour | 2021-03-15 | 2 | -8/+4 |
* | migration/tls: add error handling in multifd_tls_handshake_thread | Hao Wang | 2021-03-15 | 1 | -1/+10 |
* | migration/tls: fix inverted semantics in multifd_channel_connect | Hao Wang | 2021-03-15 | 1 | -5/+5 |
* | migration: dirty-bitmap: Allow control of bitmap persistence | Peter Krempa | 2021-02-12 | 1 | -3/+26 |
* | migration: dirty-bitmap: Use struct for alias map inner members | Peter Krempa | 2021-02-12 | 1 | -12/+21 |
* | migration: only check page size match if RAM postcopy is enabled | Stefan Reiter | 2021-02-08 | 1 | -1/+1 |
* | migration: introduce snapshot-{save, load, delete} QMP commands | Daniel P. Berrangé | 2021-02-08 | 1 | -0/+184 |
* | migration: introduce a delete_snapshot wrapper | Daniel P. Berrangé | 2021-02-08 | 1 | -0/+14 |
* | migration: wire up support for snapshot device selection | Daniel P. Berrangé | 2021-02-08 | 1 | -12/+18 |
* | migration: control whether snapshots are ovewritten | Daniel P. Berrangé | 2021-02-08 | 1 | -3/+16 |
* | block: rename and alter bdrv_all_find_snapshot semantics | Daniel P. Berrangé | 2021-02-08 | 1 | -1/+6 |
* | block: allow specifying name of block device for vmstate storage | Daniel P. Berrangé | 2021-02-08 | 1 | -2/+2 |
* | block: add ability to specify list of blockdevs during snapshot | Daniel P. Berrangé | 2021-02-08 | 1 | -9/+9 |
* | migration: stop returning errno from load_snapshot() | Daniel P. Berrangé | 2021-02-08 | 1 | -10/+9 |
* | migration: Make save_snapshot() return bool, not 0/-1 | Philippe Mathieu-Daudé | 2021-02-08 | 1 | -8/+8 |
* | block: push error reporting into bdrv_all_*_snapshot functions | Daniel P. Berrangé | 2021-02-08 | 1 | -28/+11 |
* | migration: Add blocker information | Dr. David Alan Gilbert | 2021-02-08 | 3 | -2/+37 |
* | migration: Fix a few absurdly defective error messages | Markus Armbruster | 2021-02-08 | 1 | -12/+11 |
* | migration: Fix cache_init()'s "Failed to allocate" error messages | Markus Armbruster | 2021-02-08 | 1 | -4/+2 |