]> git.proxmox.com Git - mirror_qemu.git/history - migration
linux-user/hppa: Increase guest stack size to 80MB for hppa target
[mirror_qemu.git] / migration /
2022-08-08 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-08-03 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-08-02 Richard HendersonMerge tag 'pull-migration-20220802c' of https://gitlab...
2022-08-02 Peter Maydellmigration: Define BLK_MIG_BLOCK_SIZE as unsigned long...
2022-08-02 Peter Maydellmigration: Assert that migrate_multifd_compression...
2022-08-02 Thomas HuthRevert "migration: Simplify unqueue_page()"
2022-08-02 Leonardo Brasmigration: add remaining params->has_* = true in migrat...
2022-07-21 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-20 Peter MaydellMerge tag 'pull-migration-20220720c' of https://gitlab...
2022-07-20 Leonardo Brasmigration: Avoid false-positive on non-supported scenar...
2022-07-20 Juan Quintelamultifd: Document the locking of MultiFD{Send/Recv...
2022-07-20 Leonardo Brasmigration/multifd: Report to user when zerocopy not...
2022-07-20 Leonardo BrasAdd dirty-sync-missed-zero-copy migration stat
2022-07-20 Daniel P. Berrangémigration: remove unreachable code after reading data
2022-07-20 Peter Xumigration: Respect postcopy request order in preemption...
2022-07-20 Peter Xumigration: Enable TLS for preempt channel
2022-07-20 Peter Xumigration: Export tls-[creds|hostname|authz] params...
2022-07-20 Peter Xumigration: Add helpers to detect TLS capability
2022-07-20 Peter Xumigration: Add property x-postcopy-preempt-break-huge
2022-07-20 Peter Xumigration: Create the postcopy preempt channel asynchro...
2022-07-20 Peter Xumigration: Postcopy recover with preempt enabled
2022-07-20 Peter Xumigration: Postcopy preemption enablement
2022-07-20 Peter Xumigration: Postcopy preemption preparation on channel...
2022-07-20 Peter Xumigration: Add postcopy-preempt capability
2022-07-20 Ilya Leoshkevichmultifd: Copy pages before compressing them with zlib
2022-07-20 Hyman Huang(黄勇)migration/dirtyrate: Refactor dirty page rate calculation
2022-07-14 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-14 Peter MaydellMerge tag 'qga-win32-pull-2022-07-13' of github.com...
2022-07-14 Peter MaydellMerge tag 'darwin-20220712' of https://github.com/philm...
2022-07-13 Peter MaydellMerge tag 'mips-20220712' of https://github.com/philmd...
2022-07-12 Peter MaydellMerge tag 'pull-block-2022-07-12' of https://gitlab...
2022-07-12 Alberto Fariablock: Change blk_{pread,pwrite}() param order
2022-07-12 Alberto Fariablock: Add a 'flags' param to blk_pread()
2022-06-24 Richard HendersonMerge tag 'linux-user-for-7.1-pull-request' of https...
2022-06-23 Richard HendersonMerge tag 'pull-migration-20220623b' of https://gitlab...
2022-06-23 Daniel P. Berrangémigration: remove the QEMUFileOps abstraction
2022-06-23 Daniel P. Berrangémigration: remove the QEMUFileOps 'get_return_path...
2022-06-23 Daniel P. Berrangémigration: remove the QEMUFileOps 'writev_buffer' callback
2022-06-23 Daniel P. Berrangémigration: remove the QEMUFileOps 'get_buffer' callback
2022-06-22 Daniel P. Berrangémigration: remove the QEMUFileOps 'close' callback
2022-06-22 Daniel P. Berrangémigration: remove the QEMUFileOps 'set_blocking' callback
2022-06-22 Daniel P. Berrangémigration: remove the QEMUFileOps 'shut_down' callback
2022-06-22 Daniel P. Berrangémigration: remove unused QEMUFileGetFD typedef / qemu_g...
2022-06-22 Daniel P. Berrangémigration: introduce new constructors for QEMUFile
2022-06-22 Daniel P. Berrangémigration: hardcode assumption that QEMUFile is backed...
2022-06-22 Daniel P. Berrangémigration: stop passing 'opaque' parameter to QEMUFile...
2022-06-22 Daniel P. Berrangémigration: convert savevm to use QIOChannelBlock for...
2022-06-22 Daniel P. Berrangémigration: introduce a QIOChannel impl for BlockDriverS...
2022-06-22 Daniel P. Berrangémigration: rename qemu_file_update_transfer to qemu_fil...
2022-06-22 Daniel P. Berrangémigration: rename qemu_update_position to qemu_file_cre...
2022-06-22 Daniel P. Berrangémigration: rename qemu_ftell to qemu_file_total_transferred
2022-06-22 Daniel P. Berrangémigration: rename 'pos' field in QEMUFile to 'bytes_pro...
2022-06-22 Daniel P. Berrangémigration: rename rate limiting fields in QEMUFile
2022-06-22 Daniel P. Berrangémigration: remove unreachble RDMA code in save_hook...
2022-06-22 Daniel P. Berrangémigration: switch to use QIOChannelNull for dummy channel
2022-06-22 Leonardo Brasmigration: Change zero_copy_send from migration paramet...
2022-06-22 Juan Quintelamigration: Remove RDMA_UNREGISTRATION_EXAMPLE
2022-05-18 Richard HendersonMerge tag 'artist-cursor-fix-final-pull-request' of...
2022-05-16 Richard HendersonMerge tag 'for_upstream' of git://git.kernel.org/pub...
2022-05-16 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-05-16 Richard HendersonMerge tag 'pull-migration-20220516a' of https://gitlab...
2022-05-16 Leonardo Brasmultifd: Implement zero copy write in multifd migration...
2022-05-16 Leonardo Brasmultifd: Send header packet without flags if zero-copy...
2022-05-16 Leonardo Brasmultifd: multifd_send_sync_main now returns negative...
2022-05-16 Leonardo Brasmigration: Add migrate_use_tls() helper
2022-05-16 Leonardo Brasmigration: Add zero-copy-send parameter for QMP/HMP...
2022-05-16 Leonardo BrasQIOChannel: Add flags on io_writev and introduce io_flu...
2022-04-28 Richard HendersonMerge tag 'pull-target-arm-20220428' of https://git...
2022-04-28 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-28 Paolo Bonzinimeson, configure: move RDMA options to meson
2022-04-25 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-04-22 Richard HendersonMerge tag 'pull-riscv-to-apply-20220422-1' of github...
2022-04-22 Richard HendersonMerge tag 'pull-migration-20220421a' of https://gitlab...
2022-04-21 Dr. David Alan Gilbertmigration: Read state once
2022-04-21 Dr. David Alan Gilbertmigration: Fix operator type
2022-04-21 Peter Xumigration: Allow migrate-recover to run multiple times
2022-04-21 Peter Xumigration: Move channel setup out of postcopy_try_recover()
2022-04-21 Peter Xumigration: Export ram_load_postcopy()
2022-04-21 Peter Xumigration: Move migrate_allow_multifd and helpers into...
2022-04-21 Peter Xumigration: Add pss.postcopy_requested status
2022-04-21 Peter Xumigration: Drop multifd tls_hostname cache
2022-04-21 Peter Xumigration: Postpone releasing MigrationState.hostname
2022-04-21 Daniel P. Berrangémigration: fix use of TLS PSK credentials with a UNIX...
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauMove CPU softfloat unions to cpu-float.h
2022-04-06 Marc-André LureauReplace qemu_real_host_page variables with inlined...
2022-03-22 Peter MaydellMerge tag 'pull-request-2022-03-21' of https://gitlab...
2022-03-22 Peter MaydellMerge tag 'pull-nbd-2022-03-21' of https://repo.or...
2022-03-21 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-03-21 Peter MaydellMerge tag 'pull-misc-2022-03-21' of git://repo.or.cz...
2022-03-21 Markus ArmbrusterUse g_new() & friends where that makes obvious sense
2022-03-08 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2022-03-05 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-03-05 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2022-03-05 Peter MaydellMerge remote-tracking branch 'remotes/kwolf-gitlab...
2022-03-04 Emanuele Giuseppe... include/block/snapshot: global state API + assertions
2022-03-04 Emanuele Giuseppe... block: rename bdrv_invalidate_cache_all, blk_invalidate...
2022-03-04 Peter MaydellMerge remote-tracking branch 'remotes/nvme/tags/nvme...
2022-03-03 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2022-03-03 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
next