Show patches with: Submitter = Wei Yang       |   268 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Makefile: simplify qapi-py definition with wildcard Makefile: simplify qapi-py definition with wildcard - - - - --- 2019-05-21 Wei Yang New
[1/2] CODING_STYLE: specify the indent rule for multiline code CODING_STYLE: trivial update - - - - --- 2019-02-19 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
[1/2] cutils: remove one unnecessary pointer operation migration/xbzrle: make xbzrle_encode_buffer little easier - - 2 - --- 2019-06-10 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
[1/2] migration/multifd: clean pages after filling packet not use multifd during postcopy - - 1 - --- 2019-10-25 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
[1/2] migration/postcopy: reduce one operation to calculate fixup_start_addr migration/postcopy: cleanup function postcopy_chunk_hostpages_pass - - 1 - --- 2019-07-10 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
[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
[1/2] migration/xbzrle: update cache and current_data in one place xbzrle: improve readability a little - - - - --- 2019-06-06 Wei Yang New
[1/2] migration: return -EINVAL directly when version_id mismatch migration: cleanup ram_load - - 1 - --- 2019-07-22 Wei Yang New
[1/2] pc-dimm: remove check on pc-dimm hotpluggable [1/2] pc-dimm: remove check on pc-dimm hotpluggable - - 1 1 --- 2019-02-19 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
[1/2] vl.c: make find_default_machine() local cleanup select_machine - - - - --- 2019-03-11 Wei Yang New
[1/3] hw/i386/pc.c: remove unused function pc_acpi_init() [1/3] hw/i386/pc.c: remove unused function pc_acpi_init() - - - - --- 2019-01-25 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
[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
[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
[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
[1/3] migration/postcopy: the valid condition is one less then end migration/postcopy: cleanup function postcopy_send_discard_bm_ram - - 1 - --- 2019-06-27 Wei Yang New
[1/3] migration/ram.c: start of migration_bitmap_sync_range is always 0 Cleanup migration/ram.c - - 1 - --- 2019-04-30 Wei Yang New
[1/3] migration/savevm: flush file for iterable_only case migration/savevm: move non SaveStateEntry condition check out of iteration - - 1 - --- 2019-07-09 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
[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
[1/4] migration/savevm: remove duplicate check of migration_is_blocked cleanup savevm - - 2 - --- 2019-04-24 Wei Yang New
[1/4] migration: multifd_save_setup always return 0 Multifd Cleanup - - - - --- 2019-05-28 Wei Yang New
[1/4] nvdimm: fix typo in nvdimm_build_nvdimm_devices argument nvdimm: clean up - - 1 - --- 2019-02-27 Wei Yang New
[1/6] exec.c: replace hwaddr with uint64_t for better understanding Refine exec - - - - --- 2019-03-21 Wei Yang New
[1/6] migration/multifd: move MultiFDSendParams handling into multifd_send_fill_packet() multifd: a new mechanism for send thread sync - - - - --- 2019-06-06 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
[2/2] CODING_STYLE: indent example code as all others CODING_STYLE: trivial update - - 2 - --- 2019-02-19 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
[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
[2/2] migration/compress: disable compress if failed to setup migration/compress: refine the compress case - - - - --- 2019-10-12 Wei Yang New
[2/2] migration/multifd: not use multifd during postcopy not use multifd during postcopy - - 1 - --- 2019-10-25 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
[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
[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
[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
[2/2] migration/xbzrle: cleanup the handling cache miss condition xbzrle: improve readability a little - - - - --- 2019-06-06 Wei Yang New
[2/2] migration/xbzrle: make xbzrle_encode_buffer little easier to read migration/xbzrle: make xbzrle_encode_buffer little easier - - - - --- 2019-06-10 Wei Yang New
[2/2] migration: extract ram_load_precopy migration: cleanup ram_load - - 1 - --- 2019-07-22 Wei Yang New
[2/2] pc-dimm: remove realize callback [1/2] pc-dimm: remove check on pc-dimm hotpluggable - - - - --- 2019-02-19 Wei Yang New
[2/2] vl.c: allocate TYPE_MACHINE list once during bootup cleanup select_machine - - 1 - --- 2019-03-11 Wei Yang New
[2/3] hw/acpi: remove unused function acpi_table_add_builtin() [1/3] hw/i386/pc.c: remove unused function pc_acpi_init() - - - - --- 2019-01-25 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
[2/3] migration/postcopy: break the loop when there is no more page to discard migration/postcopy: cleanup function postcopy_send_discard_bm_ram - - 1 - --- 2019-06-27 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
[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
[2/3] migration/postcopy: unsentmap is not necessary for postcopy migration/postcopy: unsentmap is not necessary - - 1 - --- 2019-08-19 Wei Yang New
[2/3] migration/ram.c: start of cpu_physical_memory_sync_dirty_bitmap is always 0 Cleanup migration/ram.c - - - - --- 2019-04-30 Wei Yang New
[2/3] migration/savevm: split qemu_savevm_state_complete_precopy() into two parts migration/savevm: move non SaveStateEntry condition check out of iteration - - 1 - --- 2019-07-09 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
[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
[2/4] migration/ram.c: use same type in MultiFDPages_t to define offsest Multifd Cleanup - - - - --- 2019-05-28 Wei Yang New
[2/4] migration/savevm: use migration_is_blocked to validate cleanup savevm - - - - --- 2019-04-24 Wei Yang New
[2/4] nvdimm: use *function* directly instead of allocating it again nvdimm: clean up - - 1 - --- 2019-02-27 Wei Yang New
[2/6] exec.c: remove an unnecessary assert on PHYS_MAP_NODE_NIL in phys_map_node_alloc() Refine exec - - - - --- 2019-03-21 Wei Yang New
[2/6] migration/multifd: notify channels_ready when send thread starts multifd: a new mechanism for send thread sync - - - - --- 2019-06-06 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
[3/3] hw/acpi: remove unnecessary variable acpi_table_builtin Untitled series #88137 - - - - --- 2019-01-25 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
[3/3] migration/postcopy: discard_length must not be 0 migration/postcopy: cleanup function postcopy_send_discard_bm_ram - - 1 - --- 2019-06-27 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
[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
[3/3] migration/savevm: move non SaveStateEntry condition check out of iteration migration/savevm: move non SaveStateEntry condition check out of iteration - - 1 - --- 2019-07-09 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
[3/3] ram: RAMBlock->offset is always aligned to a word Cleanup migration/ram.c - - - - --- 2019-04-30 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
[3/4] migration/ram.c: MultiFDSendParams.sem_sync is not really used Multifd Cleanup - - 1 - --- 2019-05-28 Wei Yang New
[3/4] migration/savevm: load_header before load_setup cleanup savevm - - 1 - --- 2019-04-24 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
[3/4] nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO size nvdimm: clean up - - 1 - --- 2019-02-27 Wei Yang New
[3/6] exec.c: get nodes_nb_alloc with one MAX calculation Refine exec - - - - --- 2019-03-21 Wei Yang New
[3/6] migration/multifd: use sync field to synchronize send threads multifd: a new mechanism for send thread sync - - - - --- 2019-06-06 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
[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
[4/4] migration/ram.c: multifd_send_state->count is not really used Multifd Cleanup - - 1 - --- 2019-05-28 Wei Yang New
[4/4] migration/savevm: wrap into qemu_loadvm_state_header() cleanup savevm - - 1 - --- 2019-04-24 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
[4/4] nvdimm: build FIT in nvdimm_build_acpi nvdimm: clean up - - - - --- 2019-02-27 Wei Yang New
[4/6] exec.c: subpage->sub_section is already initialized to 0 Refine exec - - - - --- 2019-03-21 Wei Yang New
[4/6] migration/multifd: used must not be 0 for a pending job multifd: a new mechanism for send thread sync - - - - --- 2019-06-06 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
[5/6] exec.c: correct the maximum skip value during compact Refine exec - - - - --- 2019-03-21 Wei Yang New
[5/6] migration/multifd: use boolean for pending_job is enough multifd: a new mechanism for send thread sync - - - - --- 2019-06-06 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
[6/6] exec.c: add a check between constants to see whether we could skip Refine exec - - - - --- 2019-03-21 Wei Yang New
[6/6] migration/multifd: there is no spurious wakeup now multifd: a new mechanism for send thread sync - - - - --- 2019-06-06 Wei Yang New
[6/6] migration/postcopy: enable compress during postcopy migration/postcopy: enable compress during postcopy - - 1 - --- 2019-10-18 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
[RFC,1/3] hw/arm/virt-acpi-build: use acpi_get_mcfg() to calculate bus number Extract build_mcfg - - - - --- 2019-03-13 Wei Yang New
[RFC,1/9] hw/acpi: expand pc_madt_cpu_entry inplace hw/acpi: make build_madt arch agnostic - - - - --- 2019-05-13 Wei Yang New
[RFC,2/3] hw/arm/virt-acpi-build: remove unnecessary variable mcfg_start Extract build_mcfg - - 1 - --- 2019-03-13 Wei Yang New
[RFC,2/9] hw/acpi: implementmadt_sub[ACPI_APIC_PROCESSOR] hw/acpi: make build_madt arch agnostic - - - - --- 2019-05-13 Wei Yang New
[RFC,3/3] hw/acpi: Extract build_mcfg Extract build_mcfg - - - - --- 2019-03-13 Wei Yang New
[RFC,3/9] hw/acpi: implementmadt_sub[ACPI_APIC_LOCAL_X2APIC] hw/acpi: make build_madt arch agnostic - - - - --- 2019-05-13 Wei Yang New
[RFC,4/9] hw/acpi: implementmadt_sub[ACPI_APIC_IO] hw/acpi: make build_madt arch agnostic - - - - --- 2019-05-13 Wei Yang New
[RFC,5/9] hw/acpi: implementmadt_sub[ACPI_APIC_XRUPT_OVERRIDE] hw/acpi: make build_madt arch agnostic - - - - --- 2019-05-13 Wei Yang New
« 1 2 3 »