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-07-24
migration: fix duplicate initialization for expected_downtime and cleanup_bh
Lidong Chen
1
-2
/
+0
2018-07-24
migration: disallow recovery for release-ram
Peter Xu
1
-0
/
+19
2018-07-24
migration: update recv bitmap only on dest vm
Peter Xu
1
-2
/
+9
2018-07-24
migrate: Fix cancelling state warning
Dr. David Alan Gilbert
1
-0
/
+1
2018-07-24
migration: fix potential overflow in multifd send
Peter Xu
1
-1
/
+1
2018-07-10
migration: reorder MIG_CMD_POSTCOPY_RESUME
Peter Xu
1
-1
/
+1
2018-07-10
migration: show pause/recover state on dst host
Peter Xu
1
-0
/
+2
2018-07-10
migration: fix incorrect bitmap size calculation
Peter Xu
1
-2
/
+2
2018-07-10
migration: loosen recovery check when load vm
Peter Xu
1
-10
/
+6
2018-07-10
migration: simplify check to use qemu file buffer
Peter Xu
1
-6
/
+11
2018-07-10
migration: unify incoming processing
Peter Xu
4
-13
/
+16
2018-07-10
migration: unbreak postcopy recovery
Peter Xu
1
-5
/
+18
2018-07-10
migration: move income process out of multifd
Peter Xu
3
-8
/
+10
2018-07-10
migration: delay postcopy paused state
Peter Xu
1
-3
/
+3
2018-07-04
dirty-bitmap: fix double lock on bitmap enabling
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2018-06-28
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...
Peter Maydell
5
-27
/
+508
2018-06-27
migration: fix crash in when incoming client channel setup fails
Daniel P. Berrangé
1
-1
/
+2
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
3
-6
/
+4
2018-06-27
migration: Stop sending whole pages through main channel
Juan Quintela
1
-8
/
+3
2018-06-27
migration: Remove not needed semaphore and quit
Juan Quintela
1
-9
/
+5
2018-06-27
migration: Wait for blocking IO
Juan Quintela
1
-13
/
+0
2018-06-27
migration: Start sending messages
Juan Quintela
1
-5
/
+24
2018-06-27
migration: Create ram_save_multifd_page
Juan Quintela
2
-1
/
+108
2018-06-27
migration: Create multifd_bytes ram_counter
Juan Quintela
1
-0
/
+1
2018-06-27
migration: Synchronize multifd threads with main thread
Juan Quintela
2
-30
/
+121
2018-06-27
migration: Add block where to send/receive packets
Juan Quintela
2
-5
/
+46
2018-06-27
migration: Multifd channels always wait on the sem
Juan Quintela
1
-2
/
+11
2018-06-27
migration: Add multifd traces for start/end thread
Juan Quintela
2
-0
/
+26
2018-06-27
migration: Abstract the number of bytes sent
Juan Quintela
1
-3
/
+11
2018-06-27
migration: Calculate mbps only during transfer time
Juan Quintela
1
-2
/
+4
2018-06-27
migration: Create multifd packet
Juan Quintela
1
-1
/
+144
2018-06-27
migration: Create multipage support
Juan Quintela
1
-0
/
+57
2018-06-27
trace: forbid floating point types
Stefan Hajnoczi
1
-1
/
+1
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
[next]