Sign in
qemu
/
qemu
/
d7ecb8675298fefdaea35f6d7a558e91ec0b4138
/
migration
3e0c805
migration: pass MigrationState to migrate_init()
by Peter Xu
· 7 years ago
d6208e3
migration: allow send_rq to fail
by Peter Xu
· 7 years ago
9ab7ef9
migration: provide postcopy_fault_thread_notify()
by Peter Xu
· 7 years ago
64f615f
migration: reuse mis->userfault_quit_fd
by Peter Xu
· 7 years ago
7a9ddfb
migration: better error handling with QEMUFile
by Peter Xu
· 7 years ago
b9ccaf6
migration: Fix early failure cleanup
by Dr. David Alan Gilbert
· 7 years ago
96994fd
migration/xen: Check return value of qemu_fclose
by Ross Lagerwall
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
15280c3
qdict qlist: Make most helper macros functions
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
522ece3
Drop superfluous includes of qapi-types.h and test-qapi-types.h
by Markus Armbruster
· 7 years ago
875fcd0
migration: incoming postcopy advise sanity checks
by Greg Kurz
· 7 years ago
032b79f
migration: Don't leak IO channels
by Ross Lagerwall
· 7 years ago
6039dd5
migration: Recover block devices if failure in device state
by Dr. David Alan Gilbert
· 7 years ago
7faccdc
migration: Drop current address parameter from save_zero_page()
by Juan Quintela
· 7 years ago
0781c1e
migration: use s->threshold_size inside migration_update_counters
by Wei Wang
· 7 years ago
ee555cd
migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32
by Daniel Henrique Barboza
· 7 years ago
688a3dc
migration: Route errors down through migration_channel_connect
by Dr. David Alan Gilbert
· 7 years ago
cce8040
migration: Allow migrate_fd_connect to take an Error *
by Dr. David Alan Gilbert
· 7 years ago
52483b0
Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into staging
by Peter Maydell
· 7 years ago
ee86981
migration: Revert postcopy-blocktime commit set
by Peter Maydell
· 7 years ago
a89f364
Replace all occurances of __FUNCTION__ with __func__
by Alistair Francis
· 7 years ago
c1d5b9a
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
2562755
maint: Fix macros with broken 'do/while(0); ' usage
by Eric Blake
· 7 years ago
8163068
migration: remove notify in fd_error
by Peter Xu
· 7 years ago
26978fa
migration: remove some block_cleanup_parameters()
by Peter Xu
· 7 years ago
199aa6d
migration: put the finish part into a new function
by Peter Xu
· 7 years ago
2ad8730
migration: major cleanup for migrate iterations
by Peter Xu
· 7 years ago
b15df1a
migration: cleanup stats update into function
by Peter Xu
· 7 years ago
39b9e17
migration: use switch at the end of migration
by Peter Xu
· 7 years ago
cf011f0
migration: introduce migrate_calculate_complete
by Peter Xu
· 7 years ago
64909f9
migration: introduce downtime_start
by Peter Xu
· 7 years ago
7287cbd
migration: move vm_old_running into global state
by Peter Xu
· 7 years ago
4af246a
migration: split use of MigrationState.total_time
by Peter Xu
· 7 years ago
deb74fb
migration: remove "enable_colo" var
by Peter Xu
· 7 years ago
0ceccd8
migration: qemu_savevm_state_cleanup() in cleanup
by Peter Xu
· 7 years ago
0d649a0
migration: assert colo instead of check
by Peter Xu
· 7 years ago
1f89560
migration: finalize current_migration object
by Vladimir Sementsov-Ogievskiy
· 7 years ago
bae416e
migration: Guard ram_bytes_remaining against early call
by Dr. David Alan Gilbert
· 7 years ago
ca6011c
migration: add postcopy total blocktime into query-migrate
by Alexey Perevalov
· 7 years ago
3be98be
migration: calculate vCPU blocktime on dst side
by Alexey Perevalov
· 7 years ago
01a87f0
migration: add postcopy blocktime ctx into MigrationIncomingState
by Alexey Perevalov
· 7 years ago
31bf06a
migration: introduce postcopy-blocktime capability
by Alexey Perevalov
· 7 years ago
9102d27
migration: free addr in the same function that we created it
by Juan Quintela
· 7 years ago
6f0f642
migration: print features as on off
by Juan Quintela
· 7 years ago
741d408
migration: Use proper types in json
by Juan Quintela
· 7 years ago
3c254ab
Remove empty statements
by Ladi Prosek
· 7 years ago
acab30b
migration/ram.c: do not set 'postcopy_running' in POSTCOPY_INCOMING_END
by Daniel Henrique Barboza
· 7 years ago
5d6c599
migration, xen: Fix block image lock issue on live migration
by Anthony PERARD
· 7 years ago
2b624fe
block: Add errp to bdrv_all_goto_snapshot()
by Kevin Wolf
· 7 years ago
5e003f1
block: Make bdrv_next() keep strong references
by Max Reitz
· 7 years ago
73af8dd
migration: Make xbzrle_cache_size a migration parameter
by Juan Quintela
· 7 years ago
c9dede2
migration: No need to return the size of the cache
by Juan Quintela
· 7 years ago
2a313e5
migration: Don't play games with the requested cache size
by Juan Quintela
· 7 years ago
bab01ed
migration: Make sure that we pass the right cache size
by Juan Quintela
· 7 years ago
87db1a7
migration: Improve migration thread error handling
by Juan Quintela
· 7 years ago
f949461
migration: add bitmap for received page
by Alexey Perevalov
· 7 years ago
727b9d7
migration: introduce qemu_ufd_copy_ioctl helper
by Alexey Perevalov
· 7 years ago
8be4620
migration: postcopy_place_page factoring out
by Alexey Perevalov
· 7 years ago
d6eff5d
migration: new ram_init_bitmaps()
by Peter Xu
· 7 years ago
84593a0
migration: clean up xbzrle cache init/destroy
by Peter Xu
· 7 years ago
7d7c96b
migration: provide ram_state_cleanup
by Peter Xu
· 7 years ago
7d00ee6
migration: provide ram_state_init()
by Peter Xu
· 7 years ago
0331c8c
migration: pause-before-switchover for postcopy
by Dr. David Alan Gilbert
· 7 years ago
a7b36b4
migration: allow cancel to unpause
by Dr. David Alan Gilbert
· 7 years ago
89cfc02
migration: migrate-continue
by Dr. David Alan Gilbert
· 7 years ago
e91d895
migration: Wait for semaphore before completing migration
by Dr. David Alan Gilbert
· 7 years ago
31e0607
migration: Add 'pre-switchover' and 'device' statuses
by Dr. David Alan Gilbert
· 7 years ago
93fbd03
migration: Add 'pause-before-switchover' capability
by Dr. David Alan Gilbert
· 7 years ago
80f8dfd
migration: Make cache_init() take an error parameter
by Juan Quintela
· 7 years ago
8acabf6
migration: Move xbzrle cache resize error handling to xbzrle_cache_resize
by Juan Quintela
· 7 years ago
9ca3f96
migration: Make cache size elements use the right types
by Juan Quintela
· 7 years ago
ceaaecb
migratiom: Remove max_item_age parameter
by Juan Quintela
· 7 years ago
5e7577a
migration: Fix migrate_test_apply for multifd parameters
by Juan Quintela
· 7 years ago
e0d7f73
dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes
by Eric Blake
· 7 years ago
3b5d4df
dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes
by Eric Blake
· 7 years ago
9a46dba
dirty-bitmap: Change bdrv_get_dirty_count() to report bytes
by Eric Blake
· 7 years ago
2f168d0
migration: Route more error paths
by Dr. David Alan Gilbert
· 7 years ago
687433f
migration: Route errors up through vmstate_save
by Dr. David Alan Gilbert
· 7 years ago
f3cadd3
migration: wire vmstate_save_state errors up to vmstate_subsection_save
by Dr. David Alan Gilbert
· 7 years ago
88b0faf
migration: Check field save returns
by Dr. David Alan Gilbert
· 7 years ago
551dbd0
migration: check pre_save return in vmstate_save_state
by Dr. David Alan Gilbert
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
9ac78b6
migration: disable auto-converge during bulk block migration
by Peter Lieven
· 7 years ago
54ae088
migration: split ufd_version_check onto receive/request features part
by Alexey Perevalov
· 7 years ago
5553499
migration: fix hardcoded function name in error report
by Alexey Perevalov
· 7 years ago
d7651f1
migration: pass MigrationIncomingState* into migration check functions
by Alexey Perevalov
· 7 years ago
58110f0
migration: split common postcopy out of ram postcopy
by Vladimir Sementsov-Ogievskiy
· 8 years ago
86e1167
migration: fix ram_save_pending
by Vladimir Sementsov-Ogievskiy
· 8 years ago
c646762
migration: add has_postcopy savevm handler
by Vladimir Sementsov-Ogievskiy
· 8 years ago
e595a01
migration: Split migration_fd_process_incoming
by Juan Quintela
· 8 years ago
f986c3d
migration: Create multifd migration threads
by Juan Quintela
· 9 years ago
0fb8660
migration: Create x-multifd-page-count parameter
by Juan Quintela
· 8 years ago
4075fb1
migration: Create x-multifd-channels parameter
by Juan Quintela
· 9 years ago
30126bb
migration: Add multifd capability
by Juan Quintela
· 9 years ago
428d890
migration: Create migration_has_all_channels
by Juan Quintela
· 7 years ago
8e1a193
migration: Add comments to channel functions
by Juan Quintela
· 7 years ago
2a543bf
migration: Teach it about G_SOURCE_REMOVE
by Juan Quintela
· 7 years ago
4f0fae7
migration: Create migration_ioc_process_incoming()
by Juan Quintela
· 7 years ago
392fb64
buildsys: Move rdma libs to per object
by Fam Zheng
· 7 years ago
Next »