Show patches with: Archived = No       |   431455 patches
« 1 2 ... 1127 1128 11294314 4315 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,06/10] KVM: Simplify dirty log sync in kvm_set_phys_mem KVM: Dirty ring support (QEMU part) - - - - --- 2021-03-24 Peter Xu New
[v6,07/10] KVM: Cache kvm slot dirty bitmap size KVM: Dirty ring support (QEMU part) - - 1 - --- 2021-03-24 Peter Xu New
[v6,08/10] KVM: Add dirty-gfn-count property KVM: Dirty ring support (QEMU part) - - - - --- 2021-03-24 Peter Xu New
[v6,09/10] KVM: Disable manual dirty log when dirty ring enabled KVM: Dirty ring support (QEMU part) - - - - --- 2021-03-24 Peter Xu New
[v6,10/10] KVM: Dirty ring support KVM: Dirty ring support (QEMU part) - - - - --- 2021-03-24 Peter Xu New
[v7,01/10] memory: Introduce log_sync_global() to memory listener KVM: Dirty ring support (QEMU part) - - 1 - --- 2021-05-06 Peter Xu New
[v7,02/10] KVM: Use a big lock to replace per-kml slots_lock KVM: Dirty ring support (QEMU part) - - - - --- 2021-05-06 Peter Xu New
[v7,03/10] KVM: Create the KVMSlot dirty bitmap on flag changes KVM: Dirty ring support (QEMU part) - - 1 - --- 2021-05-06 Peter Xu New
[v7,04/10] KVM: Provide helper to get kvm dirty log KVM: Dirty ring support (QEMU part) - - - - --- 2021-05-06 Peter Xu New
[v7,05/10] KVM: Provide helper to sync dirty bitmap from slot to ramblock KVM: Dirty ring support (QEMU part) - - 1 - --- 2021-05-06 Peter Xu New
[v7,06/10] KVM: Simplify dirty log sync in kvm_set_phys_mem KVM: Dirty ring support (QEMU part) - - - - --- 2021-05-06 Peter Xu New
[v7,07/10] KVM: Cache kvm slot dirty bitmap size KVM: Dirty ring support (QEMU part) - - 1 - --- 2021-05-06 Peter Xu New
[v7,08/10] KVM: Add dirty-gfn-count property KVM: Dirty ring support (QEMU part) - - - - --- 2021-05-06 Peter Xu New
[v7,09/10] KVM: Disable manual dirty log when dirty ring enabled KVM: Dirty ring support (QEMU part) - - - - --- 2021-05-06 Peter Xu New
[v7,10/10] KVM: Dirty ring support KVM: Dirty ring support (QEMU part) - - - - --- 2021-05-06 Peter Xu New
hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds - - 1 - --- 2021-06-01 Peter Xu New
[v2] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds [v2] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds - - 1 - --- 2021-06-01 Peter Xu New
KVM: Fix dirty ring mmap incorrect size due to renaming accident KVM: Fix dirty ring mmap incorrect size due to renaming accident - - - - --- 2021-06-09 Peter Xu New
[1/2] tests: migration-test: Still run the rest even if uffd missing tests: migration-test: Fix agressive test skip, add dirty ring test - - 1 - --- 2021-06-10 Peter Xu New
[2/2] tests: migration-test: Add dirty ring test tests: migration-test: Fix agressive test skip, add dirty ring test - - 1 - --- 2021-06-10 Peter Xu New
docs: Add '-device intel-iommu' entry docs: Add '-device intel-iommu' entry - - 3 - --- 2021-06-11 Peter Xu New
[v2,1/2] tests: migration-test: Still run the rest even if uffd missing tests: migration-test: Fix agressive test skip, add dirty ring test - - 2 - --- 2021-06-15 Peter Xu New
[v2,2/2] tests: migration-test: Add dirty ring test tests: migration-test: Fix agressive test skip, add dirty ring test - - 2 - --- 2021-06-15 Peter Xu New
[1/2] migration: Move yank outside qemu_start_incoming_migration() migration: Two fixes around yank and postcopy recovery - - 1 - --- 2021-06-29 Peter Xu New
[2/2] migration: Allow reset of postcopy_recover_triggered when failed migration: Two fixes around yank and postcopy recovery - - 1 - --- 2021-06-29 Peter Xu New
migration: Move bitmap_mutex out of migration_bitmap_clear_dirty() migration: Move bitmap_mutex out of migration_bitmap_clear_dirty() - - 1 - --- 2021-06-30 Peter Xu New
[v2] docs: Add '-device intel-iommu' entry [v2] docs: Add '-device intel-iommu' entry - - 4 - --- 2021-07-07 Peter Xu New
[1/3] migration: Release return path early for paused postcopy migration: Three more fixes for postcopy recovery - - 1 - --- 2021-07-08 Peter Xu New
[2/3] migration: Don't do migrate cleanup if during postcopy resume migration: Three more fixes for postcopy recovery - - 1 - --- 2021-07-08 Peter Xu New
[3/3] migration: Clear error at entry of migrate_fd_connect() migration: Three more fixes for postcopy recovery - - 1 - --- 2021-07-08 Peter Xu New
[1/5] migration: Fix missing join() of rp_thread migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[2/5] migration: Shutdown src in await_return_path_close_on_source() migrations: Fix potential rare race of migration-test after yank - - - - --- 2021-07-21 Peter Xu New
[3/5] migration: Introduce migration_ioc_[un]register_yank() migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[4/5] migration: Teach QEMUFile to be QIOChannel-aware migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[5/5] migration: Move the yank unregister of channel_close out migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[v2,1/5] migration: Fix missing join() of rp_thread migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[v2,2/5] migration: Make from_dst_file accesses thread-safe migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[v2,3/5] migration: Introduce migration_ioc_[un]register_yank() migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[v2,4/5] migration: Teach QEMUFile to be QIOChannel-aware migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-21 Peter Xu New
[v2,5/5] migration: Move the yank unregister of channel_close out migrations: Fix potential rare race of migration-test after yank - - - - --- 2021-07-21 Peter Xu New
[v3,1/5] migration: Fix missing join() of rp_thread migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-22 Peter Xu New
[v3,2/5] migration: Make from_dst_file accesses thread-safe migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-22 Peter Xu New
[v3,3/5] migration: Introduce migration_ioc_[un]register_yank() migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-22 Peter Xu New
[v3,4/5] migration: Teach QEMUFile to be QIOChannel-aware migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-22 Peter Xu New
[v3,5/5] migration: Move the yank unregister of channel_close out migrations: Fix potential rare race of migration-test after yank - - 1 - --- 2021-07-22 Peter Xu New
[v2,1/9] cpus: Export queue work related fields to cpu.h memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-23 Peter Xu New
[v2,2/9] cpus: Move do_run_on_cpu into softmmu/cpus.c memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-23 Peter Xu New
[v2,3/9] memory: Introduce memory_region_transaction_{push|pop}() memory: Sanity checks memory transaction when releasing BQL - - - - --- 2021-07-23 Peter Xu New
[v2,4/9] memory: Don't do topology update in memory finalize() memory: Sanity checks memory transaction when releasing BQL 1 - - - --- 2021-07-23 Peter Xu New
[v2,5/9] cpus: Use qemu_cond_wait_iothread() where proper memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-23 Peter Xu New
[v2,6/9] cpus: Remove the mutex parameter from do_run_on_cpu() memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-23 Peter Xu New
[v2,7/9] cpus: Introduce qemu_mutex_unlock_iothread_prepare() memory: Sanity checks memory transaction when releasing BQL - - - - --- 2021-07-23 Peter Xu New
[v2,8/9] memory: Assert on no ongoing memory transaction before release BQL memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-23 Peter Xu New
[v2,9/9] memory: Delay the transaction pop() until commit completed memory: Sanity checks memory transaction when releasing BQL - - - - --- 2021-07-23 Peter Xu New
[v3,1/8] cpus: Export queue work related fields to cpu.h memory: Sanity checks memory transaction when releasing BQL - - 2 - --- 2021-07-28 Peter Xu New
[v3,2/8] cpus: Move do_run_on_cpu into softmmu/cpus.c memory: Sanity checks memory transaction when releasing BQL - - 2 - --- 2021-07-28 Peter Xu New
[v3,3/8] memory: Introduce memory_region_transaction_depth_{inc|dec}() memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-28 Peter Xu New
[v3,4/8] memory: Don't do topology update in memory finalize() memory: Sanity checks memory transaction when releasing BQL 1 - - - --- 2021-07-28 Peter Xu New
[v3,5/8] cpus: Use qemu_cond_wait_iothread() where proper memory: Sanity checks memory transaction when releasing BQL - - 2 - --- 2021-07-28 Peter Xu New
[v3,6/8] cpus: Remove the mutex parameter from do_run_on_cpu() memory: Sanity checks memory transaction when releasing BQL - - 2 - --- 2021-07-28 Peter Xu New
[v3,7/8] memory: Assert on no ongoing memory transaction before release BQL memory: Sanity checks memory transaction when releasing BQL - - 1 - --- 2021-07-28 Peter Xu New
[v3,8/8] memory: Delay the transaction pop() until commit completed memory: Sanity checks memory transaction when releasing BQL - - - - --- 2021-07-28 Peter Xu New
tests: Fix migration-test build failure for sparc tests: Fix migration-test build failure for sparc 1 2 2 - --- 2021-07-28 Peter Xu New
Makefile: Fix cscope issues on MacOS and soft links Makefile: Fix cscope issues on MacOS and soft links - - - - --- 2021-08-01 Peter Xu New
[v2,1/2] Makefile: Fix gtags generation Makefile: A few fixes to tag generation - - - - --- 2021-08-04 Peter Xu New
[v2,2/2] Makefile: Fix cscope issues on MacOS and soft links Makefile: A few fixes to tag generation - - - - --- 2021-08-04 Peter Xu New
[1/2] memory: Name all the memory listeners memory: Add tracepoints for log_sync - - - - --- 2021-08-17 Peter Xu New
[2/2] memory: Add tracepoint for dirty sync memory: Add tracepoints for log_sync - - - - --- 2021-08-17 Peter Xu New
[RESEND,1/2] memory: Name all the memory listeners memory: Add tracepoints for log_sync - - 1 - --- 2021-08-17 Peter Xu New
[RESEND,2/2] memory: Add tracepoint for dirty sync memory: Add tracepoints for log_sync - - - - --- 2021-08-17 Peter Xu New
migration: Don't sync dirty bitmap when init migration: Don't sync dirty bitmap when init - - - - --- 2021-08-17 Peter Xu New
[1/4] qdev-monitor: Trace qdev creation vl: Prioritize device realizations - - - - --- 2021-08-18 Peter Xu New
[2/4] qemu-config: Allow in-place sorting of QemuOptsList vl: Prioritize device realizations - - - - --- 2021-08-18 Peter Xu New
[3/4] qdev: Export qdev_get_device_class() vl: Prioritize device realizations - - - - --- 2021-08-18 Peter Xu New
[4/4] vl: Prioritize realizations of devices vl: Prioritize device realizations - - - - --- 2021-08-18 Peter Xu New
[1/2] migration: Add migrate_add_blocker_internal() dump-guest-memory: Add blocker for migration - - 2 - --- 2021-08-24 Peter Xu New
[2/2] dump-guest-memory: Block live migration dump-guest-memory: Add blocker for migration - - - - --- 2021-08-24 Peter Xu New
[v2,1/3] migration: Make migration blocker work for snapshots too dump-guest-memory: Add blocker for migration - - 1 - --- 2021-08-26 Peter Xu New
[v2,2/3] migration: Add migrate_add_blocker_internal() dump-guest-memory: Add blocker for migration - - 2 - --- 2021-08-26 Peter Xu New
[v2,3/3] dump-guest-memory: Block live migration dump-guest-memory: Add blocker for migration - - - - --- 2021-08-26 Peter Xu New
[v3,1/3] migration: Make migration blocker work for snapshots too dump-guest-memory: Add blocker for migration - - 2 - --- 2021-09-22 Peter Xu New
[v3,2/3] migration: Add migrate_add_blocker_internal() dump-guest-memory: Add blocker for migration - - 2 - --- 2021-09-22 Peter Xu New
[v3,3/3] dump-guest-memory: Block live migration dump-guest-memory: Add blocker for migration - - 1 - --- 2021-09-22 Peter Xu New
[1/8] pci: Define pci_bus_dev_fn type pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 3 - --- 2021-10-21 Peter Xu New
[2/8] pci: Export pci_for_each_device_under_bus*() pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 3 - --- 2021-10-21 Peter Xu New
[3/8] pci: Use pci_for_each_device_under_bus*() pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 2 - --- 2021-10-21 Peter Xu New
[4/8] pci: Define pci_bus_fn/pci_bus_ret_fn type pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 3 - --- 2021-10-21 Peter Xu New
[5/8] pci: Add pci_for_each_root_bus() pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 1 - --- 2021-10-21 Peter Xu New
[6/8] pci: Use pci_for_each_root_bus() in current code pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 2 - --- 2021-10-21 Peter Xu New
[7/8] pci: Add pci_for_each_device_all() pci/iommu: Fail early if vfio-pci detected before vIOMMU - - - - --- 2021-10-21 Peter Xu New
[8/8] x86-iommu: Fail early if vIOMMU specified after vfio-pci pci/iommu: Fail early if vfio-pci detected before vIOMMU - - - - --- 2021-10-21 Peter Xu New
[v2,1/5] pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fn pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 2 - --- 2021-10-28 Peter Xu New
[v2,2/5] pci: Export pci_for_each_device_under_bus*() pci/iommu: Fail early if vfio-pci detected before vIOMMU 1 - 2 - --- 2021-10-28 Peter Xu New
[v2,3/5] qom: object_child_foreach_recursive_type() pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 1 - --- 2021-10-28 Peter Xu New
[v2,4/5] pci: Add pci_for_each_root_bus() pci/iommu: Fail early if vfio-pci detected before vIOMMU - - 1 - --- 2021-10-28 Peter Xu New
[v2,5/5] pc/q35: Add pre-plug hook for x86-iommu pci/iommu: Fail early if vfio-pci detected before vIOMMU 1 - - - --- 2021-10-28 Peter Xu New
dump-guest-memory: Use BQL to protect dump finalize process dump-guest-memory: Use BQL to protect dump finalize process - - 2 - --- 2021-11-16 Peter Xu New
[v2] dump-guest-memory: Use BQL to protect dump finalize process [v2] dump-guest-memory: Use BQL to protect dump finalize process - - 2 - --- 2021-11-16 Peter Xu New
memory: Fix incorrect calls of log_global_start/stop memory: Fix incorrect calls of log_global_start/stop - 1 1 - --- 2021-11-30 Peter Xu New
[1/7] migration: Drop dead code of ram_debug_dump_bitmap() migration: Postcopy cleanup on ram disgard - - 2 - --- 2021-12-07 Peter Xu New
« 1 2 ... 1127 1128 11294314 4315 »