Sign in
qemu
/
qemu
/
fd9df33f0829fd93d02f48fe650be057f8d52dfd
/
migration
/
migration.h
aecbfe9
migration: introduce pages-per-second
by Xiao Guangrong
· 6 years ago
49ed0d2
migration: fix the multifd code when receiving less channels
by Fei Li
· 6 years ago
3d63da1
migration: avoid segmentfault when take a snapshot of a VM which being migrated
by Jia Lina
· 6 years ago
1d58872
migration: do not wait for free thread
by Xiao Guangrong
· 7 years ago
4cbc9c7
migrate/cpu-throttle: Add max-cpu-throttle migration parameter
by Li Qiang
· 7 years ago
ad767be
migration: Wake rate limiting for urgent requests
by Dr. David Alan Gilbert
· 7 years ago
343f632
migration: Poison ramblock loops in migration
by Dr. David Alan Gilbert
· 7 years ago
f548222
migration: introduce decompress-error-check
by Xiao Guangrong
· 7 years ago
62df066
migration: introduce lock for to_dst_file
by Peter Xu
· 7 years ago
02affd4
qmp/migration: new command migrate-recover
by Peter Xu
· 7 years ago
edd090c
migration: synchronize dirty bitmap for resume
by Peter Xu
· 7 years ago
13955b8
migration: new message MIG_RP_MSG_RESUME_ACK
by Peter Xu
· 7 years ago
a335deb
migration: new message MIG_RP_MSG_RECV_BITMAP
by Peter Xu
· 7 years ago
3a7804c
migration: allow fault thread to pause
by Peter Xu
· 7 years ago
14b1742
migration: allow src return path to pause
by Peter Xu
· 7 years ago
b411b84
migration: allow dst vm pause on postcopy
by Peter Xu
· 7 years ago
b23c2ad
migration: implement "postcopy-pause" src logic
by Peter Xu
· 7 years ago
36c2f8b
migration: Delay start of migration main routines
by Juan Quintela
· 7 years ago
65ace06
migration: add postcopy total blocktime into query-migrate
by Alexey Perevalov
· 7 years ago
2a4c42f
migration: add postcopy blocktime ctx into MigrationIncomingState
by Alexey Perevalov
· 7 years ago
f22f928
migration: introduce postcopy-blocktime capability
by Alexey Perevalov
· 7 years ago
ed627b2
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
096bf4c
vhost+postcopy: Helper to send requests to source for shared pages
by Dr. David Alan Gilbert
· 7 years ago
00fa4fc
postcopy: Allow registering of fd handler
by Dr. David Alan Gilbert
· 7 years ago
b35ebdf
migration: add postcopy migration of dirty bitmaps
by Vladimir Sementsov-Ogievskiy
· 7 years ago
55efc8c
qapi: add dirty-bitmaps migration capability
by Vladimir Sementsov-Ogievskiy
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
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
64f615f
migration: reuse mis->userfault_quit_fd
by Peter Xu
· 7 years ago
522ece3
Drop superfluous includes of qapi-types.h and test-qapi-types.h
by Markus Armbruster
· 7 years ago
cce8040
migration: Allow migrate_fd_connect to take an Error *
by Dr. David Alan Gilbert
· 7 years ago
ee86981
migration: Revert postcopy-blocktime commit set
by Peter Maydell
· 7 years ago
b15df1a
migration: cleanup stats update into function
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
ca6011c
migration: add postcopy total blocktime into query-migrate
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
73af8dd
migration: Make xbzrle_cache_size a migration parameter
by Juan Quintela
· 7 years ago
87db1a7
migration: Improve migration thread error handling
by Juan Quintela
· 7 years ago
e91d895
migration: Wait for semaphore before completing migration
by Dr. David Alan Gilbert
· 7 years ago
93fbd03
migration: Add 'pause-before-switchover' capability
by Dr. David Alan Gilbert
· 7 years ago
58110f0
migration: split common postcopy out of ram postcopy
by Vladimir Sementsov-Ogievskiy
· 8 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
· 8 years ago
4f0fae7
migration: Create migration_ioc_process_incoming()
by Juan Quintela
· 8 years ago
c788ada
migration: add "return-path" capability
by Peter Xu
· 8 years ago
15c3850
migration: move skip_section_footers
by Peter Xu
· 8 years ago
71dd4c1
migration: move skip_configuration out
by Peter Xu
· 8 years ago
3df663e
migration: move only_migratable to MigrationState
by Peter Xu
· 8 years ago
5272298
migration: move global_state.optional out
by Peter Xu
· 8 years ago
e5cb7e7
migration: let MigrationState be a qdev
by Peter Xu
· 8 years ago
1adc1ce
migration: Remove unneeded includes
by Juan Quintela
· 8 years ago
6666c96
migration: Move migration.h to migration/
by Juan Quintela
· 8 years ago
[Renamed from include/migration/migration.h]
c4b63b7
migration: Move remaining exported functions to migration/misc.h
by Juan Quintela
· 8 years ago
84a899d
migration: create global_state.c
by Juan Quintela
· 8 years ago
2ce3bf1
migration: ram_control_* are implemented in qemu_file
by Juan Quintela
· 8 years ago
da6f179
migration: Commands are only used inside migration.c
by Juan Quintela
· 8 years ago
c3d2e2e
migration: Move constants to savevm.h
by Juan Quintela
· 8 years ago
7b1e1a2
migration: Export ram.c functions in its own file
by Juan Quintela
· 8 years ago
e1a3ece
migration: Export rdma.c functions in its own file
by Juan Quintela
· 8 years ago
41d6422
migration: Export tls.c functions in its own file
by Juan Quintela
· 8 years ago
61e8b14
migration: Export socket.c functions in its own file
by Juan Quintela
· 8 years ago
7fcac4a
migration: Export fd.c functions in its own file
by Juan Quintela
· 8 years ago
f4dbe1b
migration: Export exec.c functions in its own file
by Juan Quintela
· 8 years ago
c2355ad
migration: loadvm handlers are not used
by Juan Quintela
· 8 years ago
987772d
migration: Remove vmstate.h from migration.h
by Juan Quintela
· 8 years ago
40014d8
migration: Export qemu-file-channel.c functions in its own file
by Juan Quintela
· 8 years ago
dd4339c
migration: Split migration/channel.c for channel operations
by Juan Quintela
· 8 years ago
709e3fe
migration: Create migration/xbzrle.h
by Juan Quintela
· 8 years ago
a0762d9
migration: Remove old MigrationParams
by Juan Quintela
· 8 years ago
ce7c817
migration: Remove use of old MigrationParams
by Juan Quintela
· 8 years ago
2833c59
migration: Create block capability
by Juan Quintela
· 8 years ago
1bfe5f0
migration: Move check_migratable() into qdev.c
by Juan Quintela
· 8 years ago
bac3b21
migration: Move postcopy stuff to postcopy-ram.c
by Juan Quintela
· 8 years ago
795c40b
migration: Create migration/blocker.h
by Juan Quintela
· 8 years ago
6b6712e
ram: Split dirty bitmap by RAMBlock
by Juan Quintela
· 8 years ago
fab3500
migration: Remove MigrationState parameter from migration_is_idle()
by Juan Quintela
· 8 years ago
aaa2064
ram: ram_discard_range() don't use the mis parameter
by Juan Quintela
· 8 years ago
5727309
migration: Remove MigrationState from migration_in_postcopy
by Juan Quintela
· 8 years ago
9650689
ram: Move postcopy_requests into RAMState
by Juan Quintela
· 8 years ago
47ad861
ram: Move dirty_pages_rate to RAMState
by Juan Quintela
· 8 years ago
abbf1d7
ram: Remove dirty_bytes_rate
by Juan Quintela
· 8 years ago
42d219d
ram: Create ram_dirty_sync_count()
by Juan Quintela
· 8 years ago
ec481c6
ram: Move src_page_req* to RAMState
by Juan Quintela
· 8 years ago
68a098f
ram: Move last_req_rb to RAMState
by Juan Quintela
· 8 years ago
29cc3d8
ram: Remove norm_mig_bytes_transferred
by Juan Quintela
· 8 years ago
bedf53c
ram: Remove unused pages_skipped variable
by Juan Quintela
· 8 years ago
5bb1272
ram: Remove unused dup_mig_bytes_transferred()
by Juan Quintela
· 8 years ago
5e58f96
ram: Rename flush_page_queue() to migration_page_queue_free()
by Juan Quintela
· 8 years ago
41d8421
postcopy: Use temporary for placing zero huge pages
by Dr. David Alan Gilbert
· 8 years ago
67f11b5
postcopy: Record largest page size
by Dr. David Alan Gilbert
· 8 years ago
e8ca1db
postcopy: Transmit ram size summary word
by Dr. David Alan Gilbert
· 8 years ago
7562f90
migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable
by Ashijeet Acharya
· 8 years ago
c937b9a
COLO: Shutdown related socket fd while do failover
by zhanghailiang
· 8 years ago
479125d
COLO: fix setting checkpoint-delay not working properly
by zhanghailiang
· 8 years ago
Next »