index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
/
migration.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: allow enabling mutilfd for specific protocol only
Li Zhijian
2021-10-19
1
-0
/
+8
*
migration: allow multifd for socket protocol only
Li Zhijian
2021-10-19
1
-0
/
+4
*
migration: add missing qemu_mutex_lock_iothread in migration_completion
Emanuele Giuseppe Esposito
2021-10-05
1
-0
/
+3
*
migration: Handle migration_incoming_setup() errors consistently
Markus Armbruster
2021-08-26
1
-18
/
+9
*
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2021-08-26
1
-6
/
+1
*
migration: Move the yank unregister of channel_close out
Peter Xu
2021-07-26
1
-1
/
+13
*
migration: Make from_dst_file accesses thread-safe
Peter Xu
2021-07-26
1
-10
/
+29
*
migration: Fix missing join() of rp_thread
Peter Xu
2021-07-26
1
-1
/
+3
*
migration: Clear error at entry of migrate_fd_connect()
Peter Xu
2021-07-13
1
-0
/
+16
*
migration: Don't do migrate cleanup if during postcopy resume
Peter Xu
2021-07-13
1
-1
/
+12
*
migration: Release return path early for paused postcopy
Peter Xu
2021-07-13
1
-4
/
+4
*
migration: failover: emit a warning when the card is not fully unplugged
Laurent Vivier
2021-07-13
1
-0
/
+4
*
migration: failover: continue to wait card unplug on error
Laurent Vivier
2021-07-05
1
-0
/
+11
*
migration: move wait-unplug loop to its own function
Laurent Vivier
2021-07-05
1
-28
/
+26
*
migration: Allow reset of postcopy_recover_triggered when failed
Peter Xu
2021-07-05
1
-0
/
+13
*
migration: Move yank outside qemu_start_incoming_migration()
Peter Xu
2021-07-05
1
-6
/
+5
*
migration: add trace point when vm_stop_force_state fails
Daniel P. Berrangé
2021-06-14
1
-0
/
+1
*
Remove migrate_set_block_enabled in checkpoint
Rao, Lei
2021-06-11
1
-0
/
+4
*
migration: Add cleanup hook for inwards migration
Dr. David Alan Gilbert
2021-06-08
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...
Peter Maydell
2021-05-14
1
-15
/
+0
|
\
|
*
migration: Move populate_vfio_info() into a separate file
Thomas Huth
2021-05-14
1
-15
/
+0
*
|
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand
2021-05-13
1
-2
/
+7
*
|
migration: Drop redundant query-migrate result @blocked
Markus Armbruster
2021-05-13
1
-16
/
+13
|
/
*
migration: Pre-fault memory before starting background snasphot
Andrey Gruzdev
2021-04-07
1
-0
/
+8
*
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
*
migrate: remove QMP/HMP commands for speed, downtime and cache size
Daniel P. Berrangé
2021-03-18
1
-45
/
+0
*
migration: Replaced qemu_mutex_lock calls with QEMU_LOCK_GUARD
Mahmoud Mandour
2021-03-15
1
-4
/
+2
*
migration: Add blocker information
Dr. David Alan Gilbert
2021-02-08
1
-2
/
+23
*
migration: Fix a few absurdly defective error messages
Markus Armbruster
2021-02-08
1
-12
/
+11
*
migration: Clean up signed vs. unsigned XBZRLE cache-size
Markus Armbruster
2021-02-08
1
-2
/
+2
*
migration: implementation of background snapshot thread
Andrey Gruzdev
2021-02-08
1
-2
/
+253
*
migration: introduce 'background-snapshot' migration capability
Andrey Gruzdev
2021-02-08
1
-0
/
+102
*
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
2021-01-28
1
-14
/
+6
*
migration: Add yank feature
Lukas Straub
2021-01-13
1
-0
/
+22
*
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
1
-18
/
+11
|
\
\
|
*
|
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-5
/
+2
|
*
|
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
|
/
*
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: handle CANCELLING state in migration_completion()
Longpeng(Mike)
2020-11-12
1
-0
/
+2
*
migration: fix uninitialized variable warning in migrate_send_rp_req_pages()
Chen Qun
2020-11-12
1
-1
/
+1
*
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
1
-7
/
+52
|
\
|
*
migration/postcopy: Release fd before going into 'postcopy-pause'
Peter Xu
2020-10-26
1
-3
/
+3
|
*
migration: Maintain postcopy faulted addresses
Peter Xu
2020-10-26
1
-1
/
+40
|
*
migration: Introduce migrate_send_rp_message_req_pages()
Peter Xu
2020-10-26
1
-2
/
+8
[next]