Show patches with: Submitter = Wei Yang       |    Archived = No       |   268 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,6/6] migration/postcopy: enable compress during postcopy migration/postcopy: enable compress during postcopy - - 2 - --- 2019-11-07 Wei Yang New
[v2,5/6] migration/postcopy: enable random order target page arrival migration/postcopy: enable compress during postcopy - - 2 - --- 2019-11-07 Wei Yang New
[v2,4/6] migration/postcopy: set all_zero to true on the first target page migration/postcopy: enable compress during postcopy - - 2 - --- 2019-11-07 Wei Yang New
[v2,3/6] migration/postcopy: count target page number to decide the place_needed migration/postcopy: enable compress during postcopy - - 2 - --- 2019-11-07 Wei Yang New
[v2,2/6] migration/postcopy: wait for decompress thread in precopy migration/postcopy: enable compress during postcopy - - 2 - --- 2019-11-07 Wei Yang New
[v2,1/6] migration/postcopy: reduce memset when it is zero page and matches_target_page_size migration/postcopy: enable compress during postcopy 1 - 1 - --- 2019-11-07 Wei Yang New
target/i386: return directly from hyperv_init_vcpu() if hyperv not enabled target/i386: return directly from hyperv_init_vcpu() if hyperv not enabled - - - - --- 2019-11-01 Wei Yang New
[v2,6/6] migration/multifd: there is no spurious wakeup now migration/multifd: a new mechanism for send thread sync - - - - --- 2019-10-26 Wei Yang New
[v2,5/6] migration/multifd: use boolean for pending_job is enough migration/multifd: a new mechanism for send thread sync - - - - --- 2019-10-26 Wei Yang New
[v2,4/6] migration/multifd: used must not be 0 for a pending job migration/multifd: a new mechanism for send thread sync - - - - --- 2019-10-26 Wei Yang New
[v2,3/6] migration/multifd: use sync field to synchronize send threads migration/multifd: a new mechanism for send thread sync - - - - --- 2019-10-26 Wei Yang New
[v2,2/6] migration/multifd: notify channels_ready when send thread starts migration/multifd: a new mechanism for send thread sync - - - - --- 2019-10-26 Wei Yang New
[v2,1/6] migration/multifd: move Params update and pages cleanup into multifd_send_fill_packet() migration/multifd: a new mechanism for send thread sync - - 1 - --- 2019-10-26 Wei Yang New
[2/2] migration/multifd: not use multifd during postcopy not use multifd during postcopy - - 1 - --- 2019-10-25 Wei Yang New
[1/2] migration/multifd: clean pages after filling packet not use multifd during postcopy - - 1 - --- 2019-10-25 Wei Yang New
[6/6] migration/postcopy: enable compress during postcopy migration/postcopy: enable compress during postcopy - - 1 - --- 2019-10-18 Wei Yang New
[5/6] migration/postcopy: enable random order target page arrival migration/postcopy: enable compress during postcopy - - - - --- 2019-10-18 Wei Yang New
[4/6] migration/postcopy: set all_zero to true on the first target page Untitled series #136930 - - 1 - --- 2019-10-18 Wei Yang New
[3/6] migration/postcopy: count target page number to decide the place_needed migration/postcopy: enable compress during postcopy - - 1 - --- 2019-10-18 Wei Yang New
[2/6] migration/postcopy: wait for decompress thread in precopy migration/postcopy: enable compress during postcopy - - 1 - --- 2019-10-18 Wei Yang New
[1/6] migration/postcopy: reduce memset when it is zero page and matches_target_page_size migration/postcopy: enable compress during postcopy - - 1 - --- 2019-10-18 Wei Yang New
[v2] checkpatch: sugguest to use qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_P… [v2] checkpatch: sugguest to use qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_P… - - 2 - --- 2019-10-17 Wei Yang New
checkpatch: sugguest to use qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_PAGESI… checkpatch: sugguest to use qemu_real_host_page_size instead of getpagesize() or sysconf(_SC_PAGESI… - - - - --- 2019-10-16 Wei Yang New
[2/2] core: replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size - - 1 - --- 2019-10-15 Wei Yang New
[1/2] tests/tcg/multiarch: fix code style in function main of test-mmap.c replace sysconf(_SC_PAGESIZE) with qemu_real_host_page_size - - - - --- 2019-10-15 Wei Yang New
[2/2] core: replace getpagesize() with qemu_real_host_page_size cleanup on page size - - 4 1 --- 2019-10-13 Wei Yang New
[1/2] cpu: use ROUND_UP() to define xxx_PAGE_ALIGN cleanup on page size - - 4 - --- 2019-10-13 Wei Yang New
[2/2] migration/compress: disable compress if failed to setup migration/compress: refine the compress case - - - - --- 2019-10-12 Wei Yang New
[1/2] migration/compress: compress QEMUFile is not writable migration/compress: refine the compress case - - 1 - --- 2019-10-12 Wei Yang New
[4/4] migration/multifd: pages->used would be cleared when attach to multifd_send_state migration/multifd: trivial cleanup for multifd - - 1 - --- 2019-10-11 Wei Yang New
[3/4] migration/multifd: initialize packet->magic/version once at setup stage migration/multifd: trivial cleanup for multifd - - 1 - --- 2019-10-11 Wei Yang New
[2/4] migration/multifd: use pages->allocated instead of the static max migration/multifd: trivial cleanup for multifd - - 1 - --- 2019-10-11 Wei Yang New
[1/4] migration/multifd: fix a typo in comment of multifd_recv_unfill_packet() migration/multifd: trivial cleanup for multifd - - 1 - --- 2019-10-11 Wei Yang New
[v2,2/2] migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING migration/postcopy: cleanup related to postcopy - - 1 - --- 2019-10-10 Wei Yang New
[v2,1/2] migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup migration/postcopy: cleanup related to postcopy - - 1 - --- 2019-10-10 Wei Yang New
migration/postcopy: not necessary to discard all RAM at the beginning migration/postcopy: not necessary to discard all RAM at the beginning - - - - --- 2019-10-07 Wei Yang New
[3/3] migration/postcopy: replace have_listen_thread check with PostcopyState check migration/postcopy: replace have_listen_thread check with PostcopyState check - - - - --- 2019-10-06 Wei Yang New
[2/3] migration/postcopy: postpone setting PostcopyState to END migration/postcopy: replace have_listen_thread check with PostcopyState check - - 1 - --- 2019-10-06 Wei Yang New
[1/3] migration/postcopy: mis->have_listen_thread check will never be touched migration/postcopy: replace have_listen_thread check with PostcopyState check - - 1 - --- 2019-10-06 Wei Yang New
[4/4] migration: report SaveStateEntry id and name on failure migration: trivial cleanup and refine - - 1 - --- 2019-10-05 Wei Yang New
[3/4] migration: pass in_postcopy instead of check state again migration: trivial cleanup and refine - - 1 - --- 2019-10-05 Wei Yang New
[2/4] migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment migration: trivial cleanup and refine - - 1 - --- 2019-10-05 Wei Yang New
[1/4] migration/ram: only possible bit set in invalid_flags is RAM_SAVE_FLAG_COMPRESS_PAGE migration: trivial cleanup and refine - - - - --- 2019-10-05 Wei Yang New
[2/2] migration/postcopy: map large zero page in postcopy_ram_incoming_setup() migration/postcopy: map tmp and large zero page in setup stage - - 1 - --- 2019-10-05 Wei Yang New
[1/2] migration/postcopy: allocate tmp_page in setup stage [1/2] migration/postcopy: allocate tmp_page in setup stage - - 1 - --- 2019-10-05 Wei Yang New
[3/3] migration/postcopy: handle POSTCOPY_INCOMING_RUNNING corner case properly migration/postcopy: cleanup related to postcopy - - 1 - --- 2019-10-01 Wei Yang New
[2/3] migration/postcopy: not necessary to do postcopy_ram_incoming_cleanup when state is ADVISE migration/postcopy: cleanup related to postcopy - - - - --- 2019-10-01 Wei Yang New
[1/3] migration/postcopy: rename postcopy_ram_enable_notify to postcopy_ram_incoming_setup migration/postcopy: cleanup related to postcopy - - 1 - --- 2019-10-01 Wei Yang New
migration: fix one typo in comment of function migration_total_bytes() migration: fix one typo in comment of function migration_total_bytes() - - 1 - --- 2019-09-12 Wei Yang New
[3/3] migration: remove sent parameter in get_queued_page_not_dirty migration/postcopy: unsentmap is not necessary - - 1 - --- 2019-08-19 Wei Yang New
[2/3] migration/postcopy: unsentmap is not necessary for postcopy migration/postcopy: unsentmap is not necessary - - 1 - --- 2019-08-19 Wei Yang New
[1/3] migration/postcopy: not necessary to do discard when canonicalizing bitmap migration/postcopy: unsentmap is not necessary - - 1 - --- 2019-08-19 Wei Yang New
[v2] migration: cleanup check on ops in savevm.handlers iterations [v2] migration: cleanup check on ops in savevm.handlers iterations - - 1 - --- 2019-08-19 Wei Yang New
test-bitmap: test set 1 bit case for bitmap_set test-bitmap: test set 1 bit case for bitmap_set - - - - --- 2019-08-14 Wei Yang New
[v2] migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap [v2] migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap - - 1 - --- 2019-08-08 Wei Yang New
[2/2] migration/postcopy: use QEMU_IS_ALIGNED to replace host_offset migration/postcopy: simplify postcopy_chunk_hostpages_pass - - 1 - --- 2019-08-06 Wei Yang New
[1/2] migration/postcopy: simplify calculation of run_start and fixup_start_addr migration/postcopy: simplify postcopy_chunk_hostpages_pass - - 1 - --- 2019-08-06 Wei Yang New
[v3] hmp: Remove migration capabilities from "info migrate" [v3] hmp: Remove migration capabilities from "info migrate" - - 1 - --- 2019-08-06 Wei Yang New
[v3] migration/postcopy: use mis->bh instead of allocating a QEMUBH [v3] migration/postcopy: use mis->bh instead of allocating a QEMUBH - - 1 - --- 2019-08-05 Wei Yang New
[v2] hmp: Remove migration capabilities from "info migrate" [v2] hmp: Remove migration capabilities from "info migrate" - - - - --- 2019-08-05 Wei Yang New
[RFC] migration/postcopy: enable compress with postcopy [RFC] migration/postcopy: enable compress with postcopy - - - - --- 2019-08-02 Wei Yang New
hmp/info_migration: formatting migration capability output hmp/info_migration: formatting migration capability output - - - - --- 2019-08-02 Wei Yang New
[v2] docs/nvdimm: add example on persistent backend setup [v2] docs/nvdimm: add example on persistent backend setup - - 2 - --- 2019-08-01 Wei Yang New
[2/2] migration/qemu-file: fix potential buf waste for extra buf_index adjustment migration/qemu-file: cleanup and refine qemu-file - - 1 - --- 2019-07-31 Wei Yang New
[1/2] migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data migration/qemu-file: cleanup and refine qemu-file - - 1 - --- 2019-07-31 Wei Yang New
[v2,2/2] memory-device: break the loop if tmp exceed the hinted range refine memory_device_get_free_addr - - 2 - --- 2019-07-30 Wei Yang New
[v2,1/2] memory-device: not necessary to use goto for the last check refine memory_device_get_free_addr - - 2 - --- 2019-07-30 Wei Yang New
[3/3] memory-device: break the loop if tmp exceed the hinted range memory-device: refine memory_device_get_free_addr - - - - --- 2019-07-28 Wei Yang New
[2/3] memory-device: break the loop if no hint is provided memory-device: refine memory_device_get_free_addr - - 1 - --- 2019-07-28 Wei Yang New
[1/3] memory-device: not necessary to use goto for the last check memory-device: refine memory_device_get_free_addr - - 2 - --- 2019-07-28 Wei Yang New
[RFC] migration/postcopy: skip compression when postcopy is active [RFC] migration/postcopy: skip compression when postcopy is active - - - - --- 2019-07-25 Wei Yang New
[v2] migration/postcopy: use mis->bh instead of allocating a QEMUBH [v2] migration/postcopy: use mis->bh instead of allocating a QEMUBH - - 1 - --- 2019-07-25 Wei Yang New
[v2,2/2] migration: extract ram_load_precopy migration: cleanup ram_load - - 1 - --- 2019-07-25 Wei Yang New
[v2,1/2] migration: return -EINVAL directly when version_id mismatch migration: cleanup ram_load - - 1 - --- 2019-07-25 Wei Yang New
docs/nvdimm: add example on persistent backend setup docs/nvdimm: add example on persistent backend setup - - 1 - --- 2019-07-24 Wei Yang New
migration/postcopy: cleanup multifd after postcopy finish migration/postcopy: cleanup multifd after postcopy finish - - - - --- 2019-07-24 Wei Yang New
[v2] migration/postcopy: make PostcopyDiscardState a static variable [v2] migration/postcopy: make PostcopyDiscardState a static variable - - 1 - --- 2019-07-24 Wei Yang New
[2/2] migration: extract ram_load_precopy migration: cleanup ram_load - - 1 - --- 2019-07-22 Wei Yang New
[1/2] migration: return -EINVAL directly when version_id mismatch migration: cleanup ram_load - - 1 - --- 2019-07-22 Wei Yang New
migration/multifd: multifd_load_cleanup() always return 0 migration/multifd: multifd_load_cleanup() always return 0 - - - - --- 2019-07-22 Wei Yang New
migration/postcopy: use mis->bh instead of allocating a QEMUBH migration/postcopy: use mis->bh instead of allocating a QEMUBH - - 1 - --- 2019-07-20 Wei Yang New
migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE migration: use migration_in_postcopy() to check POSTCOPY_ACTIVE - - 1 - --- 2019-07-19 Wei Yang New
migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap migration: rename migration_bitmap_sync_range to ramblock_sync_dirty_bitmap - - - - --- 2019-07-18 Wei Yang New
migration/postcopy: start_postcopy could be true only when migrate_postcopy() return true migration/postcopy: start_postcopy could be true only when migrate_postcopy() return true - - 1 - --- 2019-07-18 Wei Yang New
migration: equation is more proper than and to check LOADVM_QUIT migration: equation is more proper than and to check LOADVM_QUIT - - 1 - --- 2019-07-18 Wei Yang New
migration: just pass RAMBlock is enough migration: just pass RAMBlock is enough - - 2 - --- 2019-07-18 Wei Yang New
[v3,2/2] test-bitmap: add test for bitmap_set bitmap: refine bitmap_set - - - - --- 2019-07-18 Wei Yang New
[v3,1/2] bitmap: get last word mask from nr directly bitmap: refine bitmap_set - - - - --- 2019-07-18 Wei Yang New
[v2,2/2] test-bitmap: add test for bitmap_set bitmap: refine bitmap_set - - - - --- 2019-07-17 Wei Yang New
[v2,1/2] bitmap: get last word mask from nr directly bitmap: refine bitmap_set - - - - --- 2019-07-17 Wei Yang New
[RESEND] bitmap: get last word mask from nr directly [RESEND] bitmap: get last word mask from nr directly - - - - --- 2019-07-17 Wei Yang New
migration: use migration_is_active to represent active state migration: use migration_is_active to represent active state - - 1 - --- 2019-07-17 Wei Yang New
vl: make sure char-pty message displayed by moving setbuf to the beginning vl: make sure char-pty message displayed by moving setbuf to the beginning - - - - --- 2019-07-16 Wei Yang New
migration: consolidate time info into populate_time_info migration: consolidate time info into populate_time_info - - 1 - --- 2019-07-16 Wei Yang New
migration/postcopy: remove redundant cpu_synchronize_all_post_init migration/postcopy: remove redundant cpu_synchronize_all_post_init - - - - --- 2019-07-15 Wei Yang New
[v2] migration/postcopy: fix document of postcopy_send_discard_bm_ram() [v2] migration/postcopy: fix document of postcopy_send_discard_bm_ram() - - 2 - --- 2019-07-15 Wei Yang New
migration: check length directly to make sure the range is aligned migration: check length directly to make sure the range is aligned - - 1 - --- 2019-07-12 Wei Yang New
migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_advise() migration/postcopy: PostcopyState is already set in loadvm_postcopy_handle_advise() - - 1 - --- 2019-07-11 Wei Yang New
migration/postcopy: use static PostcopyDiscardState instead of allocating it for each block migration/postcopy: use static PostcopyDiscardState instead of allocating it for each block - - - - --- 2019-07-10 Wei Yang New
[2/2] migration/postcopy: do_fixup is true when host_offset is non-zero migration/postcopy: cleanup function postcopy_chunk_hostpages_pass - - 1 - --- 2019-07-10 Wei Yang New
« 1 2 3 »