index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migration
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_ad...
Wei Yang
2019-08-14
1
-2
/
+0
*
|
migration/savevm: move non SaveStateEntry condition check out of iteration
Wei Yang
2019-08-14
1
-7
/
+6
*
|
migration/savevm: split qemu_savevm_state_complete_precopy() into two parts
Wei Yang
2019-08-14
1
-17
/
+49
*
|
migration/savevm: flush file for iterable_only case
Wei Yang
2019-08-14
1
-1
/
+2
*
|
migration/postcopy: do_fixup is true when host_offset is non-zero
Wei Yang
2019-08-14
1
-4
/
+1
*
|
migration/postcopy: reduce one operation to calculate fixup_start_addr
Wei Yang
2019-08-14
1
-4
/
+6
*
|
migration/postcopy: discard_length must not be 0
Wei Yang
2019-08-14
1
-3
/
+1
*
|
migration/postcopy: break the loop when there is no more page to discard
Wei Yang
2019-08-14
1
-13
/
+13
*
|
migration/postcopy: the valid condition is one less then end
Wei Yang
2019-08-14
1
-1
/
+1
*
|
migration: consolidate time info into populate_time_info
Wei Yang
2019-08-14
1
-18
/
+22
*
|
migration: Add error_desc for file channel errors
Yury Kotov
2019-08-14
5
-36
/
+88
|
/
*
migration: fix migrate_cancel multifd migration leads destination hung forever
Ivan Ren
2019-07-24
1
-0
/
+5
*
migration: Make explicit that we are quitting multifd
Juan Quintela
2019-07-24
1
-0
/
+9
*
migration: fix migrate_cancel leads live_migration thread hung forever
Ivan Ren
2019-07-24
1
-2
/
+14
*
migration: fix migrate_cancel leads live_migration thread endless loop
Ivan Ren
2019-07-24
1
-7
/
+29
*
migration: always initial RAMBlock.bmap to 1 for new migration
Ivan Ren
2019-07-15
1
-7
/
+8
*
migration/postcopy: remove redundant cpu_synchronize_all_post_init
Wei Yang
2019-07-15
1
-1
/
+0
*
migration/postcopy: fix document of postcopy_send_discard_bm_ram()
Wei Yang
2019-07-15
1
-3
/
+2
*
migration: allow private destination ram with x-ignore-shared
Peng Tao
2019-07-15
1
-7
/
+0
*
migration: Split log_clear() into smaller chunks
Peter Xu
2019-07-15
4
-0
/
+76
*
migration: No need to take rcu during sync_dirty_bitmap
Peter Xu
2019-07-15
1
-0
/
+1
*
migration/ram.c: reset complete_round when we gets a queued page
Wei Yang
2019-07-15
1
-0
/
+6
*
migration/multifd: sync packet_num after all thread are done
Wei Yang
2019-07-15
1
-4
/
+4
*
migration/xbzrle: update cache and current_data in one place
Wei Yang
2019-07-15
1
-10
/
+15
*
migration/multifd: call multifd_send_sync_main when sending RAM_SAVE_FLAG_EOS
Wei Yang
2019-07-15
1
-1
/
+1
*
migration: fix multifd_recv event typo
Juan Quintela
2019-07-15
1
-1
/
+1
*
general: Replace global smp variables with smp machine properties
Like Xu
2019-07-05
1
-1
/
+7
*
migration: move port_attr inside CONFIG_LINUX
Alex Bennée
2019-07-04
1
-2
/
+1
*
migration/colo.c: Add missed filter notify for Xen COLO.
Zhang Chen
2019-07-02
1
-0
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
7
-7
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2019-06-06
1
-1
/
+1
|
\
|
*
migration: fix a typo
Li Qiang
2019-06-06
1
-1
/
+1
*
|
migratioin/ram: leave RAMBlock->bmap blank on allocating
Wei Yang
2019-06-05
1
-5
/
+13
*
|
migration: Fix fd protocol for incoming defer
Yury Kotov
2019-06-05
2
-4
/
+6
*
|
migration/ram.c: multifd_send_state->count is not really used
Wei Yang
2019-06-05
1
-5
/
+0
*
|
migration/ram.c: MultiFDSendParams.sem_sync is not really used
Wei Yang
2019-06-05
1
-4
/
+0
|
/
*
block: Add BlockBackend.ctx
Kevin Wolf
2019-06-04
1
-1
/
+2
*
migration/dirty-bitmaps: change bitmap enumeration method
John Snow
2019-05-29
1
-10
/
+4
*
migration: Fix typo in migrate_add_blocker() error message
Greg Kurz
2019-05-22
1
-1
/
+1
*
migration/ram.c: fix typos in comments
Wei Yang
2019-05-14
1
-5
/
+5
*
migration: Fix use-after-free during process exit
Yury Kotov
2019-05-14
1
-5
/
+20
*
migration/savevm: wrap into qemu_loadvm_state_header()
Wei Yang
2019-05-14
1
-29
/
+40
*
migration/savevm: load_header before load_setup
Wei Yang
2019-05-14
1
-4
/
+4
*
migration/savevm: remove duplicate check of migration_is_blocked
Wei Yang
2019-05-14
1
-4
/
+0
*
migration: update comments of migration bitmap
Yi Wang
2019-05-14
1
-3
/
+1
*
migration/ram.c: start of migration_bitmap_sync_range is always 0
Wei Yang
2019-05-14
1
-4
/
+4
*
migration/colo.c: Remove redundant input parameter
Zhang Chen
2019-05-14
2
-2
/
+2
*
migration: savevm: fix error code with migration blockers
Cole Robinson
2019-05-14
1
-1
/
+1
*
vmstate: check subsection_found is enough
Wei Yang
2019-05-14
1
-4
/
+4
[prev]
[next]