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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2018-02-14
migration: pass MigrationState to migrate_init()
Peter Xu
1
-5
/
+2
2018-02-14
migration: allow send_rq to fail
Peter Xu
1
-7
/
+28
2018-02-14
migration: better error handling with QEMUFile
Peter Xu
1
-0
/
+5
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-06
migration: Recover block devices if failure in device state
Dr. David Alan Gilbert
1
-1
/
+2
2018-02-06
migration: use s->threshold_size inside migration_update_counters
Wei Wang
1
-3
/
+2
2018-02-06
migration: Allow migrate_fd_connect to take an Error *
Dr. David Alan Gilbert
1
-1
/
+6
2018-01-23
migration: Revert postcopy-blocktime commit set
Peter Maydell
1
-47
/
+4
2018-01-15
migration: remove notify in fd_error
Peter Xu
1
-1
/
+0
2018-01-15
migration: remove some block_cleanup_parameters()
Peter Xu
1
-2
/
+0
2018-01-15
migration: put the finish part into a new function
Peter Xu
1
-45
/
+49
2018-01-15
migration: major cleanup for migrate iterations
Peter Xu
1
-35
/
+55
2018-01-15
migration: cleanup stats update into function
Peter Xu
1
-36
/
+50
2018-01-15
migration: use switch at the end of migration
Peter Xu
1
-17
/
+27
2018-01-15
migration: introduce migrate_calculate_complete
Peter Xu
1
-11
/
+20
2018-01-15
migration: introduce downtime_start
Peter Xu
1
-8
/
+4
2018-01-15
migration: move vm_old_running into global state
Peter Xu
1
-10
/
+7
2018-01-15
migration: split use of MigrationState.total_time
Peter Xu
1
-3
/
+4
2018-01-15
migration: remove "enable_colo" var
Peter Xu
1
-2
/
+1
2018-01-15
migration: qemu_savevm_state_cleanup() in cleanup
Peter Xu
1
-8
/
+2
2018-01-15
migration: assert colo instead of check
Peter Xu
1
-1
/
+9
2018-01-15
migration: finalize current_migration object
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2018-01-15
migration: add postcopy total blocktime into query-migrate
Alexey Perevalov
1
-4
/
+38
2018-01-15
migration: introduce postcopy-blocktime capability
Alexey Perevalov
1
-0
/
+9
2018-01-15
migration: print features as on off
Juan Quintela
1
-4
/
+9
2018-01-15
migration: Use proper types in json
Juan Quintela
1
-29
/
+20
2017-10-29
migration: Make xbzrle_cache_size a migration parameter
Juan Quintela
1
-11
/
+32
2017-10-29
migration: No need to return the size of the cache
Juan Quintela
1
-4
/
+2
2017-10-23
migration: Improve migration thread error handling
Juan Quintela
1
-3
/
+16
2017-10-23
migration: pause-before-switchover for postcopy
Dr. David Alan Gilbert
1
-7
/
+22
2017-10-23
migration: allow cancel to unpause
Dr. David Alan Gilbert
1
-0
/
+4
2017-10-23
migration: migrate-continue
Dr. David Alan Gilbert
1
-0
/
+11
2017-10-23
migration: Wait for semaphore before completing migration
Dr. David Alan Gilbert
1
-0
/
+38
2017-10-23
migration: Add 'pre-switchover' and 'device' statuses
Dr. David Alan Gilbert
1
-0
/
+6
2017-10-23
migration: Add 'pause-before-switchover' capability
Dr. David Alan Gilbert
1
-0
/
+10
2017-10-23
migration: Move xbzrle cache resize error handling to xbzrle_cache_resize
Juan Quintela
1
-17
/
+1
2017-10-23
migration: Fix migrate_test_apply for multifd parameters
Juan Quintela
1
-0
/
+6
2017-09-22
migration: pass MigrationIncomingState* into migration check functions
Alexey Perevalov
1
-1
/
+2
2017-09-22
migration: split common postcopy out of ram postcopy
Vladimir Sementsov-Ogievskiy
1
-13
/
+26
2017-09-22
migration: Split migration_fd_process_incoming
Juan Quintela
1
-2
/
+12
2017-09-22
migration: Create multifd migration threads
Juan Quintela
1
-0
/
+26
2017-09-22
migration: Create x-multifd-page-count parameter
Juan Quintela
1
-0
/
+27
2017-09-22
migration: Create x-multifd-channels parameter
Juan Quintela
1
-0
/
+26
2017-09-22
migration: Add multifd capability
Juan Quintela
1
-0
/
+10
2017-09-22
migration: Create migration_has_all_channels
Juan Quintela
1
-0
/
+11
2017-09-22
migration: Create migration_ioc_process_incoming()
Juan Quintela
1
-4
/
+18
2017-09-06
migration: dump str in migrate_set_state trace
Peter Xu
1
-1
/
+2
2017-09-06
migration: Reset rather than destroy main_thread_load_event
Dr. David Alan Gilbert
1
-1
/
+1
2017-09-04
qapi: Generate FOO_str() macro for QAPI enum FOO
Markus Armbruster
1
-1
/
+0
[next]