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
/
savevm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
migration/savevm: wrap into qemu_loadvm_state_header()
Wei Yang
1
-29
/
+40
2019-05-14
migration/savevm: load_header before load_setup
Wei Yang
1
-4
/
+4
2019-05-14
migration/savevm: remove duplicate check of migration_is_blocked
Wei Yang
1
-4
/
+0
2019-05-14
migration: savevm: fix error code with migration blockers
Cole Robinson
1
-1
/
+1
2019-05-14
migration: not necessary to check ops again
Wei Yang
1
-8
/
+6
2019-04-02
Revert "migration: move only_migratable to MigrationState"
Markus Armbruster
1
-1
/
+1
2019-03-06
migration/ram.c: add a notifier chain for precopy
Wei Wang
1
-0
/
+15
2019-03-06
migration: Add capabilities validation
Yury Kotov
1
-0
/
+137
2019-03-05
migration: Switch to using announce timer
Dr. David Alan Gilbert
1
-69
/
+3
2019-01-23
vmstate: constify SaveVMHandlers
Marc-André Lureau
1
-2
/
+2
2019-01-23
migration: add more error handling for postcopy_ram_enable_notify
Fei Li
1
-0
/
+1
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
1
-3
/
+4
2018-11-27
migration: savevm: consult migration blockers
Paolo Bonzini
1
-0
/
+4
2018-10-31
migration: avoid segmentfault when take a snapshot of a VM which being migrated
Jia Lina
1
-8
/
+11
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
1
-4
/
+4
2018-10-19
migration: Fix !replay_can_snapshot() error handling
Markus Armbruster
1
-4
/
+4
2018-10-19
savevm: split the process of different stages for loadvm/savevm
Zhang Chen
1
-7
/
+29
2018-10-19
COLO: Load dirty pages into SVM's RAM cache firstly
Zhang Chen
1
-1
/
+1
2018-10-19
COLO: Remove colo_state migration struct
Zhang Chen
1
-0
/
+17
2018-09-26
migration: cleanup in error paths in loadvm
Dr. David Alan Gilbert
1
-0
/
+2
2018-09-26
migration/postcopy: Clear have_listen_thread
Dr. David Alan Gilbert
1
-0
/
+1
2018-09-26
Add a hint message to loadvm and exits on failure
Jose Ricardo Ziviani
1
-1
/
+3
2018-08-22
migration: implement bi-directional RDMA QIOChannel
Lidong Chen
1
-0
/
+3
2018-07-10
migration: reorder MIG_CMD_POSTCOPY_RESUME
Peter Xu
1
-1
/
+1
2018-07-10
migration: loosen recovery check when load vm
Peter Xu
1
-10
/
+6
2018-07-10
migration: delay postcopy paused state
Peter Xu
1
-3
/
+3
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
1
-0
/
+2
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+2
2018-06-01
migration: drop an unused include
Michael S. Tsirkin
1
-0
/
+1
2018-05-15
qmp/migration: new command migrate-recover
Peter Xu
1
-0
/
+3
2018-05-15
migration: introduce SaveVMHandlers.resume_prepare
Peter Xu
1
-0
/
+25
2018-05-15
migration: new message MIG_RP_MSG_RESUME_ACK
Peter Xu
1
-1
/
+2
2018-05-15
migration: new cmd MIG_CMD_POSTCOPY_RESUME
Peter Xu
1
-0
/
+35
2018-05-15
migration: new message MIG_RP_MSG_RECV_BITMAP
Peter Xu
1
-1
/
+1
2018-05-15
migration: new cmd MIG_CMD_RECV_BITMAP
Peter Xu
1
-0
/
+61
2018-05-15
migration: allow fault thread to pause
Peter Xu
1
-0
/
+3
2018-05-15
migration: allow dst vm pause on postcopy
Peter Xu
1
-2
/
+61
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+13
2018-03-20
vhost+postcopy: Transmit 'listen' to slave
Dr. David Alan Gilbert
1
-0
/
+7
2018-03-20
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
Dr. David Alan Gilbert
1
-0
/
+6
2018-03-16
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
1
-5
/
+15
2018-03-13
migration: add postcopy migration of dirty bitmaps
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2018-03-13
migration: add is_active_iterate handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2018-03-13
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
1
-5
/
+8
2018-03-12
replay: fix save/load vm for non-empty queue
Pavel Dovgalyuk
1
-0
/
+13
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-1
/
+2
2018-02-14
migration: pass MigrationState to migrate_init()
Peter Xu
1
-1
/
+4
2018-02-14
migration: better error handling with QEMUFile
Peter Xu
1
-2
/
+38
2018-02-14
migration/xen: Check return value of qemu_fclose
Ross Lagerwall
1
-2
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
[next]