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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2019-08-14
migration: remove unused field bytes_xfer
Wei Yang
2
-2
/
+0
2019-08-14
migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset
Wei Yang
1
-5
/
+2
2019-08-14
migration/postcopy: simplify calculation of run_start and fixup_start_addr
Wei Yang
1
-27
/
+7
2019-08-14
migration/postcopy: make PostcopyDiscardState a static variable
Wei Yang
3
-67
/
+46
2019-08-14
migration: extract ram_load_precopy
Wei Yang
1
-27
/
+46
2019-08-14
migration: return -EINVAL directly when version_id mismatch
Wei Yang
1
-1
/
+1
2019-08-14
migration: equation is more proper than and to check LOADVM_QUIT
Wei Yang
1
-1
/
+1
2019-08-14
migration: just pass RAMBlock is enough
Wei Yang
1
-5
/
+4
2019-08-14
migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE
Wei Yang
1
-3
/
+3
2019-08-14
migration/postcopy: start_postcopy could be true only when migrate_postcopy()...
Wei Yang
1
-2
/
+1
2019-08-14
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...
Wei Yang
1
-2
/
+0
2019-08-14
migration/savevm: move non SaveStateEntry condition check out of iteration
Wei Yang
1
-7
/
+6
2019-08-14
migration/savevm: split qemu_savevm_state_complete_precopy() into two parts
Wei Yang
1
-17
/
+49
2019-08-14
migration/savevm: flush file for iterable_only case
Wei Yang
1
-1
/
+2
2019-08-14
migration/postcopy: do_fixup is true when host_offset is non-zero
Wei Yang
1
-4
/
+1
2019-08-14
migration/postcopy: reduce one operation to calculate fixup_start_addr
Wei Yang
1
-4
/
+6
2019-08-14
migration/postcopy: discard_length must not be 0
Wei Yang
1
-3
/
+1
2019-08-14
migration/postcopy: break the loop when there is no more page to discard
Wei Yang
1
-13
/
+13
2019-08-14
migration/postcopy: the valid condition is one less then end
Wei Yang
1
-1
/
+1
2019-08-14
migration: consolidate time info into populate_time_info
Wei Yang
1
-18
/
+22
2019-08-14
migration: Add error_desc for file channel errors
Yury Kotov
5
-36
/
+88
2019-07-24
migration: fix migrate_cancel multifd migration leads destination hung forever
Ivan Ren
1
-0
/
+5
2019-07-24
migration: Make explicit that we are quitting multifd
Juan Quintela
1
-0
/
+9
2019-07-24
migration: fix migrate_cancel leads live_migration thread hung forever
Ivan Ren
1
-2
/
+14
2019-07-24
migration: fix migrate_cancel leads live_migration thread endless loop
Ivan Ren
1
-7
/
+29
2019-07-15
migration: always initial RAMBlock.bmap to 1 for new migration
Ivan Ren
1
-7
/
+8
2019-07-15
migration/postcopy: remove redundant cpu_synchronize_all_post_init
Wei Yang
1
-1
/
+0
2019-07-15
migration/postcopy: fix document of postcopy_send_discard_bm_ram()
Wei Yang
1
-3
/
+2
2019-07-15
migration: allow private destination ram with x-ignore-shared
Peng Tao
1
-7
/
+0
2019-07-15
migration: Split log_clear() into smaller chunks
Peter Xu
4
-0
/
+76
2019-07-15
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu
1
-0
/
+1
2019-07-15
migration/ram.c: reset complete_round when we gets a queued page
Wei Yang
1
-0
/
+6
2019-07-15
migration/multifd: sync packet_num after all thread are done
Wei Yang
1
-4
/
+4
2019-07-15
migration/xbzrle: update cache and current_data in one place
Wei Yang
1
-10
/
+15
2019-07-15
migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
Wei Yang
1
-1
/
+1
2019-07-15
migration: fix multifd_recv event typo
Juan Quintela
1
-1
/
+1
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
1
-1
/
+7
2019-07-04
migration: move port_attr inside CONFIG_LINUX
Alex Bennée
1
-2
/
+1
2019-07-02
migration/colo.c: Add missed filter notify for Xen COLO.
Zhang Chen
1
-0
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
7
-7
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+2
2019-06-06
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
1
-1
/
+1
2019-06-06
migration: fix a typo
Li Qiang
1
-1
/
+1
2019-06-05
migratioin/ram: leave RAMBlock->bmap blank on allocating
Wei Yang
1
-5
/
+13
2019-06-05
migration: Fix fd protocol for incoming defer
Yury Kotov
2
-4
/
+6
2019-06-05
migration/ram.c: multifd_send_state->count is not really used
Wei Yang
1
-5
/
+0
2019-06-05
migration/ram.c: MultiFDSendParams.sem_sync is not really used
Wei Yang
1
-4
/
+0
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+2
2019-05-28
migration/dirty-bitmaps: change bitmap enumeration method
John Snow
1
-10
/
+4
2019-05-22
migration: Fix typo in migrate_add_blocker() error message
Greg Kurz
1
-1
/
+1
[next]