| Commit message (Expand) | Author | Age | Files | Lines |
* | migration: Add yank feature | Lukas Straub | 2021-01-13 | 5 | -0/+57 |
* | Remove superfluous timer_del() calls | Peter Maydell | 2021-01-08 | 1 | -1/+0 |
* | zstd: convert to meson | Paolo Bonzini | 2021-01-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ... | Peter Maydell | 2021-01-01 | 1 | -0/+1 |
|\ |
|
| * | qdev: Move softmmu properties to qdev-properties-system.h | Eduardo Habkost | 2020-12-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ... | Peter Maydell | 2021-01-01 | 8 | -236/+87 |
|\ \ |
|
| * | | migration: Replace migration's JSON writer by the general one | Markus Armbruster | 2020-12-19 | 6 | -213/+74 |
| * | | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake | 2020-12-19 | 2 | -10/+4 |
| * | | migration: Refactor migrate_cap_add | Eric Blake | 2020-12-19 | 1 | -13/+9 |
| |/ |
|
* | | migration: Don't allow migration if vm is in POSTMIGRATE | Tuguoyi | 2020-12-18 | 1 | -0/+6 |
* | | savevm: Delete snapshots just created in case of error | Tuguoyi | 2020-12-18 | 1 | -0/+1 |
* | | savevm: Remove dead code in save_snapshot() | Tuguoyi | 2020-12-18 | 1 | -8/+2 |
|/ |
|
* | migration, vl: start migration via qmp_migrate_incoming | Paolo Bonzini | 2020-12-10 | 1 | -25/+8 |
* | vl: move various initialization routines out of qemu_init | Paolo Bonzini | 2020-12-10 | 1 | -0/+4 |
* | migration: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 2 | -2/+2 |
* | migration: handle CANCELLING state in migration_completion() | Longpeng(Mike) | 2020-11-12 | 1 | -0/+2 |
* | multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling mi... | Chuan Zheng | 2020-11-12 | 1 | -0/+1 |
* | migration/dirtyrate: simplify includes in dirtyrate.c | Chuan Zheng | 2020-11-12 | 1 | -5/+0 |
* | migration: fix uninitialized variable warning in migrate_send_rp_req_pages() | Chen Qun | 2020-11-12 | 1 | -1/+1 |
* | migration/multifd: fix hangup with TLS-Multifd due to blocking handshake | Chuan Zheng | 2020-11-12 | 1 | -6/+17 |
* | migration/ram: Fix hexadecimal format string specifier | Philippe Mathieu-Daudé | 2020-11-12 | 1 | -1/+1 |
* | Reduce the time of checkpoint for COLO | Rao, Lei | 2020-11-11 | 1 | -1/+13 |
* | migration: Postpone the kick of the fault thread after recover | Peter Xu | 2020-11-02 | 1 | -3/+8 |
* | migration: Unify reset of last_rb on destination node when recover | Peter Xu | 2020-11-02 | 2 | -2/+6 |
* | qapi: Add VFIO devices migration stats in Migration stats | Kirti Wankhede | 2020-11-01 | 1 | -0/+17 |
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20201026a'... | Peter Maydell | 2020-10-27 | 11 | -89/+208 |
|\ |
|
| * | migration/postcopy: Release fd before going into 'postcopy-pause' | Peter Xu | 2020-10-26 | 1 | -3/+3 |
| * | migration: Sync requested pages after postcopy recovery | Peter Xu | 2020-10-26 | 2 | -0/+58 |
| * | migration: Maintain postcopy faulted addresses | Peter Xu | 2020-10-26 | 4 | -5/+74 |
| * | migration: Introduce migrate_send_rp_message_req_pages() | Peter Xu | 2020-10-26 | 2 | -2/+10 |
| * | migration: Pass incoming state into qemu_ufd_copy_ioctl() | Peter Xu | 2020-10-26 | 1 | -3/+5 |
| * | migration: using trace_ to replace DPRINTF | Bihong Yu | 2020-10-26 | 3 | -28/+34 |
| * | migration: Delete redundant spaces | Bihong Yu | 2020-10-26 | 1 | -1/+1 |
| * | migration: Open brace '{' following function declarations go on the next line | Bihong Yu | 2020-10-26 | 1 | -1/+2 |
| * | migration: Do not initialise statics and globals to 0 or NULL | Bihong Yu | 2020-10-26 | 2 | -2/+2 |
| * | migration: Add braces {} for if statement | Bihong Yu | 2020-10-26 | 1 | -2/+4 |
| * | migration: Open brace '{' following struct go on the same line | Bihong Yu | 2020-10-26 | 1 | -2/+1 |
| * | migration: Add spaces around operator | Bihong Yu | 2020-10-26 | 5 | -10/+10 |
| * | migration: Don't use '#' flag of printf format | Bihong Yu | 2020-10-26 | 2 | -3/+3 |
| * | migration: Do not use C99 // comments | Bihong Yu | 2020-10-26 | 2 | -2/+2 |
| * | migration: Drop unused VMSTATE_FLOAT64 support | Peter Maydell | 2020-10-26 | 1 | -26/+0 |
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int... | Peter Maydell | 2020-10-26 | 1 | -14/+12 |
|\ \ |
|
| * | | migration/block-dirty-bitmap: fix uninitialized variable warning | Chen Qun | 2020-10-26 | 1 | -12/+9 |
| * | | migration/block-dirty-bitmap: fix larger granularity bitmaps | Stefan Reiter | 2020-10-26 | 1 | -2/+3 |
| |/ |
|
* / | machine: remove deprecated -machine enforce-config-section option | Paolo Bonzini | 2020-10-26 | 1 | -10/+0 |
|/ |
|
* | qapi: Restrict Xen migration commands to migration.json | Philippe Mathieu-Daudé | 2020-10-21 | 1 | -1/+0 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-10-13 | 1 | -1/+2 |
|\ |
|
| * | mingw: fix error __USE_MINGW_ANSI_STDIO redefined | Marc-André Lureau | 2020-10-13 | 1 | -1/+2 |
* | | migration: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé | 2020-10-12 | 1 | -7/+1 |
* | | migration/dirtyrate: present dirty rate only when querying the rate has compl... | Chuan Zheng | 2020-10-12 | 1 | -2/+1 |