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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-15
migration: calculate expected_downtime with ram_bytes_remaining()
Balamuruhan S
2
-2
/
+2
2018-06-15
migration/postcopy: Wake rate limit sleep on postcopy request
Dr. David Alan Gilbert
1
-1
/
+8
2018-06-15
migration: Wake rate limiting for urgent requests
Dr. David Alan Gilbert
3
-4
/
+41
2018-06-15
migration/postcopy: Add max-postcopy-bandwidth parameter
Dr. David Alan Gilbert
1
-1
/
+34
2018-06-15
migration: introduce migration_update_rates
Xiao Guangrong
1
-13
/
+22
2018-06-15
migration: fix counting xbzrle cache_miss_rate
Xiao Guangrong
1
-1
/
+1
2018-06-15
migration/block-dirty-bitmap: fix dirty_bitmap_load
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2018-06-15
migration: Poison ramblock loops in migration
Dr. David Alan Gilbert
2
-1
/
+6
2018-06-15
migration: Fixes for non-migratable RAMBlocks
Dr. David Alan Gilbert
2
-3
/
+3
2018-06-15
typedefs: add QJSON
Greg Kurz
1
-2
/
+0
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
7
-45
/
+90
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-5
/
+6
2018-06-04
migration: not wait RDMA_CM_EVENT_DISCONNECTED event after rdma_disconnect
Lidong Chen
2
-11
/
+2
2018-06-04
migration: remove unnecessary variables len in QIOChannelRDMA
Lidong Chen
1
-8
/
+7
2018-06-04
migration: Don't activate block devices if using -S
Dr. David Alan Gilbert
1
-7
/
+27
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
3
-18
/
+42
2018-06-04
migration: introduce decompress-error-check
Xiao Guangrong
3
-1
/
+12
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+21
2018-06-01
migration: use local path for local headers
Michael S. Tsirkin
4
-5
/
+5
2018-06-01
migration: drop an unused include
Michael S. Tsirkin
1
-0
/
+1
2018-06-01
vmstate: Add a VSTRUCT type
Corey Minyard
1
-4
/
+21
2018-05-25
migration: use g_free for ram load bitmap
Peter Xu
1
-2
/
+2
2018-05-25
migration: fix exec/fd migrations
Juan Quintela
2
-0
/
+8
2018-05-15
Migration+TLS: Fix crash due to double cleanup
Dr. David Alan Gilbert
1
-0
/
+9
2018-05-15
migration: update index field when delete or qsort RDMALocalBlock
Lidong Chen
1
-0
/
+7
2018-05-15
migration/qmp: add command migrate-pause
Peter Xu
1
-0
/
+29
2018-05-15
migration: introduce lock for to_dst_file
Peter Xu
3
-4
/
+27
2018-05-15
qmp/migration: new command migrate-recover
Peter Xu
3
-0
/
+28
2018-05-15
migration: init dst in migration_object_init too
Peter Xu
1
-18
/
+19
2018-05-15
migration: final handshake for the resume
Peter Xu
1
-4
/
+24
2018-05-15
migration: setup ramstate for resume
Peter Xu
2
-1
/
+45
2018-05-15
migration: synchronize dirty bitmap for resume
Peter Xu
4
-0
/
+54
2018-05-15
migration: introduce SaveVMHandlers.resume_prepare
Peter Xu
4
-1
/
+46
2018-05-15
migration: new message MIG_RP_MSG_RESUME_ACK
Peter Xu
4
-1
/
+43
2018-05-15
migration: new cmd MIG_CMD_POSTCOPY_RESUME
Peter Xu
3
-0
/
+38
2018-05-15
migration: new message MIG_RP_MSG_RECV_BITMAP
Peter Xu
6
-1
/
+221
2018-05-15
migration: new cmd MIG_CMD_RECV_BITMAP
Peter Xu
3
-0
/
+64
2018-05-15
migration: wakeup dst ram-load-thread for recover
Peter Xu
1
-2
/
+28
2018-05-15
migration: new state "postcopy-recover"
Peter Xu
1
-19
/
+57
2018-05-15
migration: rebuild channel on source
Peter Xu
1
-21
/
+70
2018-05-15
qmp: hmp: add migrate "resume" option
Peter Xu
1
-1
/
+1
2018-05-15
migration: allow fault thread to pause
Peter Xu
5
-4
/
+57
2018-05-15
migration: allow src return path to pause
Peter Xu
3
-2
/
+36
2018-05-15
migration: allow dst vm pause on postcopy
Peter Xu
4
-2
/
+67
2018-05-15
migration: implement "postcopy-pause" src logic
Peter Xu
3
-6
/
+97
2018-05-15
migration: new postcopy-pause state
Peter Xu
1
-0
/
+2
2018-05-15
migration: let incoming side use thread context
Peter Xu
3
-13
/
+12
2018-05-15
migration: Define MultifdRecvParams sooner
Juan Quintela
1
-15
/
+31
2018-05-15
migration: Transmit initial package through the multifd channels
Juan Quintela
1
-5
/
+99
2018-05-15
migration: Delay start of migration main routines
Juan Quintela
4
-2
/
+10
[next]