Sign in
qemu
/
qemu
/
a5fe209d71f311afb0035ce39e9472f9b31445e9
/
migration
/
savevm.c
03fee66
vmstate: constify VMStateField
by Marc-André Lureau
· 6 years ago
5aaac46
migration: savevm: consult migration blockers
by Paolo Bonzini
· 6 years ago
3d63da1
migration: avoid segmentfault when take a snapshot of a VM which being migrated
by Jia Lina
· 6 years ago
13399aa
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging
by Peter Maydell
· 6 years ago
4dd32b3
migration: Fix !replay_can_snapshot() error handling
by Markus Armbruster
· 6 years ago
3f6df99
savevm: split the process of different stages for loadvm/savevm
by Zhang Chen
· 7 years ago
13af18f
COLO: Load dirty pages into SVM's RAM cache firstly
by Zhang Chen
· 7 years ago
aad555c
COLO: Remove colo_state migration struct
by Zhang Chen
· 7 years ago
096c83b
migration: cleanup in error paths in loadvm
by Dr. David Alan Gilbert
· 7 years ago
9cf4bb8
migration/postcopy: Clear have_listen_thread
by Dr. David Alan Gilbert
· 7 years ago
827beac
Add a hint message to loadvm and exits on failure
by Jose Ricardo Ziviani
· 7 years ago
74637e6
migration: implement bi-directional RDMA QIOChannel
by Lidong Chen
· 7 years ago
858b6d6
migration: reorder MIG_CMD_POSTCOPY_RESUME
by Peter Xu
· 7 years ago
fd037a6
migration: loosen recovery check when load vm
by Peter Xu
· 7 years ago
eed1cc7
migration: delay postcopy paused state
by Peter Xu
· 7 years ago
b74588a
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' into staging
by Peter Maydell
· 7 years ago
b895de5
migration: discard non-migratable RAMBlocks
by Cédric Le Goater
· 7 years ago
83ee768
migration: drop an unused include
by Michael S. Tsirkin
· 7 years ago
02affd4
qmp/migration: new command migrate-recover
by Peter Xu
· 7 years ago
d1b8ead
migration: introduce SaveVMHandlers.resume_prepare
by Peter Xu
· 7 years ago
13955b8
migration: new message MIG_RP_MSG_RESUME_ACK
by Peter Xu
· 7 years ago
3f5875e
migration: new cmd MIG_CMD_POSTCOPY_RESUME
by Peter Xu
· 7 years ago
a335deb
migration: new message MIG_RP_MSG_RECV_BITMAP
by Peter Xu
· 7 years ago
f25d422
migration: new cmd MIG_CMD_RECV_BITMAP
by Peter Xu
· 7 years ago
3a7804c
migration: allow fault thread to pause
by Peter Xu
· 7 years ago
b411b84
migration: allow dst vm pause on postcopy
by Peter Xu
· 7 years ago
ed627b2
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
6864a7b
vhost+postcopy: Transmit 'listen' to slave
by Dr. David Alan Gilbert
· 7 years ago
d3dff7a
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
by Dr. David Alan Gilbert
· 7 years ago
9cc7d0c
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging
by Peter Maydell
· 7 years ago
b35ebdf
migration: add postcopy migration of dirty bitmaps
by Vladimir Sementsov-Ogievskiy
· 7 years ago
c865d84
migration: add is_active_iterate handler
by Vladimir Sementsov-Ogievskiy
· 7 years ago
4799502
migration: introduce postcopy-only pending
by Vladimir Sementsov-Ogievskiy
· 7 years ago
377b21c
replay: fix save/load vm for non-empty queue
by Pavel Dovgalyuk
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
3e0c805
migration: pass MigrationState to migrate_init()
by Peter Xu
· 7 years ago
7a9ddfb
migration: better error handling with QEMUFile
by Peter Xu
· 7 years ago
96994fd
migration/xen: Check return value of qemu_fclose
by Ross Lagerwall
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
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
ee555cd
migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32
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
687433f
migration: Route errors up through vmstate_save
by Dr. David Alan Gilbert
· 8 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 8 years ago
d7651f1
migration: pass MigrationIncomingState* into migration check functions
by Alexey Perevalov
· 8 years ago
58110f0
migration: split common postcopy out of ram postcopy
by Vladimir Sementsov-Ogievskiy
· 8 years ago
c646762
migration: add has_postcopy savevm handler
by Vladimir Sementsov-Ogievskiy
· 8 years ago
c232bf5
migration: Report when bdrv_inactivate_all fails
by Dr. David Alan Gilbert
· 8 years ago
acb5ea8
migration: Create load_setup()/cleanup() methods
by Juan Quintela
· 8 years ago
70f794f
migration: Rename cleanup() to save_cleanup()
by Juan Quintela
· 8 years ago
9907e84
migration: Rename save_live_setup() to save_setup()
by Juan Quintela
· 8 years ago
4ffdb33
migration: merge enforce_config_section somewhat
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
1575829
migration: hold AioContext lock for loadvm qemu_fclose()
by Stefan Hajnoczi
· 8 years ago
8649f2f
migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()
by Stefan Hajnoczi
· 8 years ago
17e2a4a
migration: avoid recursive AioContext locking in save_vmstate()
by Stefan Hajnoczi
· 8 years ago
a1fbe75
migration: Fix race of image locking between src and dst
by Fam Zheng
· 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
84a899d
migration: create global_state.c
by Juan Quintela
· 8 years ago
f2a8f0a
migration: Split registration functions from vmstate.h
by Juan Quintela
· 8 years ago
f8d806c
migration: Move self_announce_delay() to misc.h
by Juan Quintela
· 8 years ago
eefff99
qemu/migration: fix the double free problem on from_src_file
by QingFeng Hao
· 8 years ago
75e972d
migration: Mark CPU states dirty before incoming migration/loadvm
by David Gibson
· 8 years ago
1b6e748
migration: remove register_savevm()
by Laurent Vivier
· 8 years ago
7b1e1a2
migration: Export ram.c functions in its own file
by Juan Quintela
· 8 years ago
5e22479
migration: Create include for migration snapshots
by Juan Quintela
· 8 years ago
08a0aee
migration: Split qemu-file.h
by Juan Quintela
· 8 years ago
3a011c2
migration: Remove section_id parameter from vmstate_load
by Juan Quintela
· 8 years ago
c2355ad
migration: loadvm handlers are not used
by Juan Quintela
· 8 years ago
0f42f65
migration: Use savevm_handlers instead of loadvm copy
by Juan Quintela
· 8 years ago
20a519a
migration: Create savevm.h for functions exported from savevm.c
by Juan Quintela
· 8 years ago
d0eda02
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
by Stefan Hajnoczi
· 8 years ago
aedbe19
shutdown: Prepare for use of an enum in reset/shutdown_request
by Eric Blake
· 8 years ago
46d702b
migration: Make savevm.c target independent
by Juan Quintela
· 8 years ago
5118042
exec: Create include for target_page_size()
by Juan Quintela
· 8 years ago
40014d8
migration: Export qemu-file-channel.c functions in its own file
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
1bfe5f0
migration: Move check_migratable() into qdev.c
by Juan Quintela
· 8 years ago
927d663
migration: Pass Error ** argument to {save,load}_vmstate
by Juan Quintela
· 8 years ago
4417ab7
block: New BdrvChildRole.activate() for blk_resume_after_migration()
by Kevin Wolf
· 8 years ago
ace21a5
migration: Unify block node activation error handling
by Kevin Wolf
· 8 years ago
4aee86c
Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging
by Stefan Hajnoczi
· 8 years ago
be07b0a
migration: Move postcopy-ram.h to migration/
by Juan Quintela
· 8 years ago
6683061
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
by Juan Quintela
· 8 years ago
d905bb7
monitor: Move hmp_delvm from savevm.c to hmp.c
by Juan Quintela
· 8 years ago
d9c7d13
monitor: Move hmp_savevm from savevm.c to hmp.c
by Juan Quintela
· 8 years ago
c34c2f3
monitor: Remove monitor parameter from save_vmstate
by Juan Quintela
· 8 years ago
0042fd3
migration: Call blk_resume_after_migration() for postcopy
by Kevin Wolf
· 8 years ago
faec066
migration: rename max_size to threshold_size
by Peter Xu
· 8 years ago
aaa2064
ram: ram_discard_range() don't use the mis parameter
by Juan Quintela
· 8 years ago
20afaed
ram: Rename qemu_target_page_bits() to qemu_target_page_size()
by Juan Quintela
· 8 years ago
5727309
migration: Remove MigrationState from migration_in_postcopy
by Juan Quintela
· 8 years ago
e8ca1db
postcopy: Transmit ram size summary word
by Dr. David Alan Gilbert
· 8 years ago
f9c8caa
migration: fix use-after-free of to_dst_file
by Vladimir Sementsov-Ogievskiy
· 8 years ago
Next »