index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
migration.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
migration: Move the QMP command from monitor/ to migration/
Markus Armbruster
2023-02-04
1
-0
/
+30
*
Merge tag 'next-8.0-pull-request' of https://gitlab.com/juan.quintela/qemu in...
Peter Maydell
2022-12-15
1
-23
/
+24
|
\
|
*
migration: Remove old preempt code around state maintainance
Peter Xu
2022-12-15
1
-2
/
+0
|
*
migration: Send requested page directly in rp-return thread
Peter Xu
2022-12-15
1
-16
/
+19
|
*
migration: Use atomic ops properly for page accountings
Peter Xu
2022-12-15
1
-5
/
+5
*
|
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-19
/
+8
|
/
*
migration: Disable multifd explicitly with compression
Peter Xu
2022-11-21
1
-0
/
+7
*
migration: Disallow postcopy preempt to be used with compress
Peter Xu
2022-11-21
1
-0
/
+11
*
migration: add missing coroutine_fn annotations
Marc-André Lureau
2022-10-07
1
-1
/
+2
*
migration: Assert that migrate_multifd_compression() returns an in-range value
Peter Maydell
2022-08-02
1
-0
/
+1
*
migration: add remaining params->has_* = true in migration_instance_init()
Leonardo Bras
2022-08-02
1
-0
/
+4
*
migration: Avoid false-positive on non-supported scenarios for zero-copy-send
Leonardo Bras
2022-07-20
1
-1
/
+14
*
Add dirty-sync-missed-zero-copy migration stat
Leonardo Bras
2022-07-20
1
-0
/
+2
*
migration: Export tls-[creds|hostname|authz] params to cmdline too
Peter Xu
2022-07-20
1
-3
/
+3
*
migration: Add helpers to detect TLS capability
Peter Xu
2022-07-20
1
-0
/
+1
*
migration: Add property x-postcopy-preempt-break-huge
Peter Xu
2022-07-20
1
-0
/
+2
*
migration: Create the postcopy preempt channel asynchronously
Peter Xu
2022-07-20
1
-0
/
+16
*
migration: Postcopy recover with preempt enabled
Peter Xu
2022-07-20
1
-4
/
+23
*
migration: Postcopy preemption enablement
Peter Xu
2022-07-20
1
-0
/
+2
*
migration: Postcopy preemption preparation on channel creation
Peter Xu
2022-07-20
1
-8
/
+55
*
migration: Add postcopy-preempt capability
Peter Xu
2022-07-20
1
-0
/
+18
*
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
2022-06-23
1
-4
/
+3
*
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
2022-06-22
1
-1
/
+2
*
migration: Change zero_copy_send from migration parameter to migration capabi...
Leonardo Bras
2022-06-22
1
-33
/
+25
*
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
2022-05-16
1
-1
/
+10
*
migration: Add migrate_use_tls() helper
Leonardo Bras
2022-05-16
1
-0
/
+9
*
migration: Add zero-copy-send parameter for QMP/HMP for Linux
Leonardo Bras
2022-05-16
1
-0
/
+32
*
migration: Read state once
Dr. David Alan Gilbert
2022-04-21
1
-2
/
+3
*
migration: Allow migrate-recover to run multiple times
Peter Xu
2022-04-21
1
-11
/
+2
*
migration: Move channel setup out of postcopy_try_recover()
Peter Xu
2022-04-21
1
-12
/
+11
*
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
2022-04-21
1
-5
/
+17
*
migration: Postpone releasing MigrationState.hostname
Peter Xu
2022-04-21
1
-0
/
+3
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...
Emanuele Giuseppe Esposito
2022-03-04
1
-7
/
+7
*
migration: Add migration_incoming_transport_cleanup()
Peter Xu
2022-03-02
1
-8
/
+14
*
migration: Enlarge postcopy recovery to capture !-EIO too
Peter Xu
2022-03-02
1
-2
/
+2
*
migration: Tally pre-copy, downtime and post-copy bytes independently
David Edmondson
2022-01-28
1
-0
/
+3
*
migration: Drop return code for disgard ram process
Peter Xu
2022-01-28
1
-4
/
+1
*
migration/migration.c: Remove the MIGRATION_STATUS_ACTIVE when migration fini...
Zhang Chen
2022-01-28
1
-6
/
+0
*
migration/migration.c: Avoid COLO boot in postcopy migration
Zhang Chen
2022-01-28
1
-5
/
+5
*
migration/migration.c: Add missed default error handler for migration state
Zhang Chen
2022-01-28
1
-1
/
+1
*
failover: Silence warning messages during qtest
Laurent Vivier
2021-12-22
1
-1
/
+3
*
migration: Never call twice qemu_target_page_size()
Juan Quintela
2021-12-15
1
-3
/
+4
*
migration/colo: Optimize COLO primary node start code path
Zhang Chen
2021-12-15
1
-6
/
+7
*
Fixed a QEMU hang when guest poweroff in COLO mode
Rao, Lei
2021-12-15
1
-0
/
+6
*
Fixed SVM hang when do failover before PVM crash
Rao, Lei
2021-11-03
1
-0
/
+2
*
Fixed qemu crash when guest power off in COLO mode
Rao, Lei
2021-11-03
1
-1
/
+3
*
migration: initialise compression_counters for a new migration
yuxiating
2021-11-03
1
-1
/
+2
*
migration: provide an error message to migration_cancel()
Laurent Vivier
2021-11-03
1
-3
/
+6
*
migration: Simplify alignment and alignment checks
David Hildenbrand
2021-11-01
1
-3
/
+3
[prev]
[next]