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-05-04
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...
Peter Maydell
1
-0
/
+1
2018-05-04
migration/block-dirty-bitmap: fix memory leak in dirty_bitmap_load_bits
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2
-3
/
+3
2018-04-25
migration: remove ram_save_compressed_page()
Xiao Guangrong
1
-37
/
+8
2018-04-25
migration: introduce save_normal_page()
Xiao Guangrong
1
-20
/
+30
2018-04-25
migration: move calling save_zero_page to the common place
Xiao Guangrong
1
-46
/
+59
2018-04-25
migration: move calling control_save_page to the common place
Xiao Guangrong
1
-8
/
+8
2018-04-25
migration: move some code to ram_save_host_page
Xiao Guangrong
1
-24
/
+19
2018-04-25
migration: introduce control_save_page()
Xiao Guangrong
1
-85
/
+89
2018-04-25
migration: detect compression and decompression errors
Xiao Guangrong
2
-19
/
+41
2018-04-25
migration: stop decompression to allocate and free memory frequently
Xiao Guangrong
1
-30
/
+82
2018-04-25
migration: stop compression to allocate and free memory frequently
Xiao Guangrong
3
-18
/
+68
2018-04-25
migration: stop compressing page in migration thread
Xiao Guangrong
1
-16
/
+16
2018-04-25
migration: add postcopy total blocktime into query-migrate
Alexey Perevalov
4
-4
/
+99
2018-04-25
migration: calculate vCPU blocktime on dst side
Alexey Perevalov
2
-2
/
+154
2018-04-25
migration: add postcopy blocktime ctx into MigrationIncomingState
Alexey Perevalov
2
-0
/
+69
2018-04-25
migration: introduce postcopy-blocktime capability
Alexey Perevalov
2
-0
/
+10
2018-04-10
Revert "migration: Don't activate block devices if using -S"
Dr. David Alan Gilbert
1
-15
/
+7
2018-03-29
migration: Don't activate block devices if using -S
Dr. David Alan Gilbert
1
-7
/
+15
2018-03-29
migration: fix pfd leak
Marc-André Lureau
1
-0
/
+1
2018-03-23
migration: Fix block migration flag case
Dr. David Alan Gilbert
1
-0
/
+1
2018-03-23
migration/block: compare only read blocks against the rate limiter
Peter Lieven
1
-2
/
+1
2018-03-23
migration/block: limit the number of parallel I/O requests
Peter Lieven
1
-0
/
+2
2018-03-23
migration: Fix rate limiting issue on RDMA migration
Lidong Chen
1
-1
/
+1
2018-03-23
migration: convert socket server to QIONetListener
Daniel P. Berrange
1
-32
/
+16
2018-03-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-66
/
+402
2018-03-20
postcopy: Allow shared memory
Dr. David Alan Gilbert
1
-6
/
+0
2018-03-20
vhost+postcopy: Wire up POSTCOPY_END notify
Dr. David Alan Gilbert
2
-0
/
+8
2018-03-20
vhost+postcopy: Call wakeups
Dr. David Alan Gilbert
2
-4
/
+11
2018-03-20
postcopy: postcopy_notify_shared_wake
Dr. David Alan Gilbert
2
-0
/
+26
2018-03-20
postcopy: helper for waking shared
Dr. David Alan Gilbert
3
-0
/
+37
2018-03-20
postcopy-ram: add a stub for postcopy_request_shared_page
Michael S. Tsirkin
1
-0
/
+7
2018-03-20
vhost+postcopy: Helper to send requests to source for shared pages
Dr. David Alan Gilbert
4
-3
/
+36
2018-03-20
migration/ram: ramblock_recv_bitmap_test_byte_offset
Dr. David Alan Gilbert
2
-0
/
+6
2018-03-20
vhost+postcopy: Transmit 'listen' to slave
Dr. David Alan Gilbert
2
-0
/
+8
2018-03-20
postcopy: Allow registering of fd handler
Dr. David Alan Gilbert
5
-53
/
+187
2018-03-20
vhost-user: Add 'VHOST_USER_POSTCOPY_ADVISE' message
Dr. David Alan Gilbert
2
-0
/
+7
2018-03-20
postcopy: Add notifier chain
Dr. David Alan Gilbert
2
-0
/
+62
2018-03-20
postcopy: use UFFDIO_ZEROPAGE only when available
Dr. David Alan Gilbert
1
-3
/
+10
2018-03-16
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
11
-23
/
+830
2018-03-13
migration: add postcopy migration of dirty bitmaps
Vladimir Sementsov-Ogievskiy
6
-0
/
+771
2018-03-13
migration: allow qmp command migrate-start-postcopy for any postcopy
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-03-13
migration: add is_active_iterate handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2018-03-13
migration/qemu-file: add qemu_put_counted_string()
Vladimir Sementsov-Ogievskiy
2
-0
/
+15
2018-03-13
migration: include migrate_dirty_bitmaps in migrate_postcopy
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2018-03-13
qapi: add dirty-bitmaps migration capability
Vladimir Sementsov-Ogievskiy
2
-0
/
+10
2018-03-13
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
6
-21
/
+27
2018-03-12
replay: fix save/load vm for non-empty queue
Pavel Dovgalyuk
1
-0
/
+13
2018-03-09
migration: fix applying wrong capabilities
Peter Xu
1
-1
/
+3
2018-03-09
migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERS
Peter Lieven
1
-4
/
+3
[next]