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-08-25
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' in...
Peter Maydell
1
-2
/
+16
2018-08-23
postcopy: Synchronize usage of the balloon inhibitor
Alex Williamson
1
-2
/
+16
2018-08-22
migration: hold the lock only if it is really needed
Xiao Guangrong
1
-0
/
+4
2018-08-22
migration: move handle of zero page to the thread
Xiao Guangrong
1
-26
/
+70
2018-08-22
migration: drop the return value of do_compress_ram_page
Xiao Guangrong
1
-15
/
+11
2018-08-22
migration: introduce save_zero_page_to_file
Xiao Guangrong
1
-10
/
+30
2018-08-22
migration: fix counting normal page for compression
Xiao Guangrong
1
-1
/
+0
2018-08-22
migration: do not wait for free thread
Xiao Guangrong
3
-19
/
+48
2018-08-22
migration: poll the cm event for destination qemu
Lidong Chen
2
-2
/
+33
2018-08-22
migration: implement the shutdown for RDMA QIOChannel
Lidong Chen
1
-0
/
+40
2018-08-22
migration: poll the cm event while wait RDMA work request completion
Lidong Chen
1
-3
/
+30
2018-08-22
migration: invoke qio_channel_yield only when qemu_in_coroutine()
Lidong Chen
1
-2
/
+10
2018-08-22
migration: implement io_set_aio_fd_handler function for RDMA QIOChannel
Lidong Chen
1
-0
/
+16
2018-08-22
migration: Stop rdma yielding during incoming postcopy
Lidong Chen
1
-1
/
+3
2018-08-22
migration: implement bi-directional RDMA QIOChannel
Lidong Chen
6
-26
/
+183
2018-08-22
migration: create a dedicated connection for rdma return path
Lidong Chen
1
-3
/
+91
2018-08-22
migration: disable RDMA WRITE after postcopy started
Lidong Chen
2
-2
/
+18
2018-08-22
migrate/cpu-throttle: Add max-cpu-throttle migration parameter
Li Qiang
3
-2
/
+26
2018-08-22
migration: Correctly handle subsections with no 'needed' function
Peter Maydell
1
-3
/
+3
2018-08-10
migration/ram: ensure write persistence on loading all data to PMEM.
Junyan He
1
-0
/
+8
2018-08-10
migration/ram: Add check and info message to nvdimm post copy.
Junyan He
1
-0
/
+9
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
[prev]
[next]