index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
1
-9
/
+9
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
1
-10
/
+8
2023-02-13
migration/multifd: Move load_cleanup inside incoming_state_destroy
Leonardo Bras
1
-1
/
+3
2023-02-13
migration/multifd: Change multifd_load_cleanup() signature and usage
Leonardo Bras
1
-10
/
+4
2023-02-11
migration: Postpone postcopy preempt channel to be after main
Peter Xu
1
-17
/
+55
2023-02-11
migration: Add a semaphore to count PONGs
Peter Xu
1
-0
/
+3
2023-02-11
migration: Cleanup postcopy_preempt_setup()
Peter Xu
1
-6
/
+2
2023-02-11
migration: Rework multi-channel checks on URI
Peter Xu
1
-23
/
+26
2023-02-06
migration: save/delete migration thread info
Jiang Jiacheng
1
-0
/
+5
2023-02-06
migration: check magic value for deciding the mapping of channels
manish.mishra
1
-16
/
+38
2023-02-06
migration: Show downtime during postcopy phase
Peter Xu
1
-2
/
+12
2023-02-06
migration/ram: Factor out check for advised postcopy
David Hildenbrand
1
-0
/
+7
2023-02-06
migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()
David Hildenbrand
1
-0
/
+2
2023-02-06
migration: simplify migration_iteration_run()
Juan Quintela
1
-12
/
+12
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
1
-6
/
+4
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
1
-6
/
+14
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
1
-1
/
+1
2023-02-04
migration: Move the QMP command from monitor/ to migration/
Markus Armbruster
1
-0
/
+30
2022-12-15
Merge tag 'next-8.0-pull-request' of https://gitlab.com/juan.quintela/qemu in...
Peter Maydell
1
-23
/
+24
2022-12-15
migration: Remove old preempt code around state maintainance
Peter Xu
1
-2
/
+0
2022-12-15
migration: Send requested page directly in rp-return thread
Peter Xu
1
-16
/
+19
2022-12-15
migration: Use atomic ops properly for page accountings
Peter Xu
1
-5
/
+5
2022-12-14
qapi migration: Elide redundant has_FOO in generated C
Markus Armbruster
1
-19
/
+8
2022-11-21
migration: Disable multifd explicitly with compression
Peter Xu
1
-0
/
+7
2022-11-21
migration: Disallow postcopy preempt to be used with compress
Peter Xu
1
-0
/
+11
2022-10-07
migration: add missing coroutine_fn annotations
Marc-André Lureau
1
-1
/
+2
2022-08-02
migration: Assert that migrate_multifd_compression() returns an in-range value
Peter Maydell
1
-0
/
+1
2022-08-02
migration: add remaining params->has_* = true in migration_instance_init()
Leonardo Bras
1
-0
/
+4
2022-07-20
migration: Avoid false-positive on non-supported scenarios for zero-copy-send
Leonardo Bras
1
-1
/
+14
2022-07-20
Add dirty-sync-missed-zero-copy migration stat
Leonardo Bras
1
-0
/
+2
2022-07-20
migration: Export tls-[creds|hostname|authz] params to cmdline too
Peter Xu
1
-3
/
+3
2022-07-20
migration: Add helpers to detect TLS capability
Peter Xu
1
-0
/
+1
2022-07-20
migration: Add property x-postcopy-preempt-break-huge
Peter Xu
1
-0
/
+2
2022-07-20
migration: Create the postcopy preempt channel asynchronously
Peter Xu
1
-0
/
+16
2022-07-20
migration: Postcopy recover with preempt enabled
Peter Xu
1
-4
/
+23
2022-07-20
migration: Postcopy preemption enablement
Peter Xu
1
-0
/
+2
2022-07-20
migration: Postcopy preemption preparation on channel creation
Peter Xu
1
-8
/
+55
2022-07-20
migration: Add postcopy-preempt capability
Peter Xu
1
-0
/
+18
2022-06-23
migration: remove the QEMUFileOps abstraction
Daniel P. Berrangé
1
-4
/
+3
2022-06-22
migration: rename qemu_ftell to qemu_file_total_transferred
Daniel P. Berrangé
1
-1
/
+2
2022-06-22
migration: Change zero_copy_send from migration parameter to migration capabi...
Leonardo Bras
1
-33
/
+25
2022-05-16
multifd: Implement zero copy write in multifd migration (multifd-zero-copy)
Leonardo Bras
1
-1
/
+10
2022-05-16
migration: Add migrate_use_tls() helper
Leonardo Bras
1
-0
/
+9
2022-05-16
migration: Add zero-copy-send parameter for QMP/HMP for Linux
Leonardo Bras
1
-0
/
+32
2022-04-21
migration: Read state once
Dr. David Alan Gilbert
1
-2
/
+3
2022-04-21
migration: Allow migrate-recover to run multiple times
Peter Xu
1
-11
/
+2
2022-04-21
migration: Move channel setup out of postcopy_try_recover()
Peter Xu
1
-12
/
+11
2022-04-21
migration: Move migrate_allow_multifd and helpers into migration.c
Peter Xu
1
-5
/
+17
2022-04-21
migration: Postpone releasing MigrationState.hostname
Peter Xu
1
-0
/
+3
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
[next]