qemu-devel
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/05/06
[PULL 065/110] target/sparc: Replace target_monitor_defs -> SysemuCPUOps::monitor_defs
Philippe Mathieu-Daudé
2026/05/06
[PULL 069/110] target/mips: Inline cpu_ld{uw, l}_code() calls in set_badinstr_registers
Philippe Mathieu-Daudé
2026/05/06
[PULL 058/110] monitor: Have MonitorDef::get_value() always return int64_t type
Philippe Mathieu-Daudé
2026/05/06
[PULL 043/110] monitor: Restrict monitor_set_cpu() method scope
Philippe Mathieu-Daudé
2026/05/06
[PULL 054/110] monitor: Do not check multiple TARGET_* to build 'info tlb' command
Philippe Mathieu-Daudé
2026/05/06
[PULL 057/110] monitor: Remove target_get_monitor_def()
Philippe Mathieu-Daudé
2026/05/06
[PULL 051/110] monitor: Do not check TARGET_I386 to build 'info sgx' command
Philippe Mathieu-Daudé
2026/05/06
[PULL 056/110] target/riscv: Register target_get_monitor_def in SysemuCPUOps
Philippe Mathieu-Daudé
2026/05/06
[PULL 053/110] monitor: Do not check TARGET_I386/RISCV to build 'info mem' command
Philippe Mathieu-Daudé
2026/05/06
[PULL 052/110] monitor: Do not check TARGET_I386 to build 'info sev' command
Philippe Mathieu-Daudé
2026/05/06
[PULL 059/110] monitor: Reduce target-specific methods further
Philippe Mathieu-Daudé
2026/05/06
[PULL 049/110] monitor: Do not check TARGET_S390X to build s390x commands
Philippe Mathieu-Daudé
2026/05/06
[PULL 060/110] monitor: Remove 'monitor/hmp-target.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 047/110] monitor: Introduce HMPCommand::arch_bitmask field
Philippe Mathieu-Daudé
2026/05/06
[PULL 040/110] target/mips: Check alignment for microMIPS pre-R6 LD/ST multiple
Philippe Mathieu-Daudé
2026/05/06
[PULL 046/110] system: Expose 'arch_init.h' as 'qemu/base-arch-defs.h'
Philippe Mathieu-Daudé
2026/05/06
[PULL 050/110] monitor: Do not check TARGET_I386 to build target/i386/ commands
Philippe Mathieu-Daudé
2026/05/06
[PULL 042/110] monitor/meson: Use SPICE with migration HMP commands
Philippe Mathieu-Daudé
2026/05/06
[PULL 034/110] target/sparc: Replace VMSTATE_VARRAY_MULTIPLY -> VMSTATE_UINTTL_ARRAY
Philippe Mathieu-Daudé
2026/05/06
[PULL 044/110] monitor: Make 'info via' a generic command
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v5 09/15] target/arm: load on canonical tag loads ext bits
Richard Henderson
2026/05/06
[PULL 041/110] stubs: Rename monitor* -> qmp* files
Philippe Mathieu-Daudé
2026/05/06
[PULL 033/110] target/i386: Expand VMSTATE_UINTTL_SUB_ARRAY for APX registers
Philippe Mathieu-Daudé
2026/05/06
[PULL 037/110] target/mips: Pass MemOpIdx argument to Load/Store Multiple helpers
Philippe Mathieu-Daudé
2026/05/06
[PULL 038/110] target/mips: Remove unnecessary target_ulong uses in LD/ST Multiple
Philippe Mathieu-Daudé
2026/05/06
[PULL 039/110] target/mips: Inline cpu_ld/st_mmuidx_ra() calls in LD/ST Multiple
Philippe Mathieu-Daudé
2026/05/06
[PULL 036/110] target/i386: Replace target_ulong -> uint64_t for TARGET_X86_64
Philippe Mathieu-Daudé
2026/05/06
[PULL 035/110] cpus: Remove CPUClass::init_accel_cpu() left-over hook
Philippe Mathieu-Daudé
2026/05/06
[PULL 030/110] migration: Remove unused target-specific macros
Philippe Mathieu-Daudé
2026/05/06
[PULL 032/110] target/mips: Inline qemu_get/put_betls()
Philippe Mathieu-Daudé
2026/05/06
[PULL 028/110] target/avr: Avoid target-specific migration headers in machine.c
Philippe Mathieu-Daudé
2026/05/06
[PULL 029/110] migration: Revert "Add VMSTATE_UINTTL_2DARRAY()"
Philippe Mathieu-Daudé
2026/05/06
[PULL 031/110] target/sparc: Inline qemu_get/put_betl()
Philippe Mathieu-Daudé
2026/05/06
[PULL 027/110] target/loongarch: Avoid target-specific migration headers in machine.c
Philippe Mathieu-Daudé
2026/05/06
[PULL 026/110] configs/targets: Restrict the legacy ldst_phys() API on LoongArch64
Philippe Mathieu-Daudé
2026/05/06
[PULL 025/110] target/loongarch: Replace legacy ldq_le_phys() -> address_space_ldq_le()
Philippe Mathieu-Daudé
2026/05/06
Re: [PULL 0/4] Monitor patches for 2026-05-05
Philippe Mathieu-Daudé
2026/05/06
[PULL 023/110] monitor: Extract completion declarations to 'monitor/hmp-completion.h'
Philippe Mathieu-Daudé
2026/05/06
[PULL 024/110] hw/misc/allwinner-cpucfg.c: make compilation unit common
Philippe Mathieu-Daudé
2026/05/06
[PULL 021/110] target/sparc/monitor: Dump all registers as 32-bit
Philippe Mathieu-Daudé
2026/05/06
[PULL 022/110] monitor: Remove MonitorDef::type field and MD_TLONG / MD_I32
Philippe Mathieu-Daudé
2026/05/06
[PULL 020/110] target/ppc/mmu: Restrict hash32_load_hpte() helpers scope
Philippe Mathieu-Daudé
2026/05/06
[PULL 019/110] target/ppc/mmu: Remove unused hash32_store_hpte() helpers
Philippe Mathieu-Daudé
2026/05/06
[PULL 017/110] target/mips: Free mvp in unrealize
Philippe Mathieu-Daudé
2026/05/06
[PULL 018/110] target/mips: Move count_clock to MIPSCPU struct
Philippe Mathieu-Daudé
2026/05/06
[PULL 013/110] target/s390x/tcg: Include missing '*cpu.h' headers
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH] meson: Allow building with empty target_arch[] source set
Pierrick Bouvier
2026/05/06
[PULL 015/110] target/cpu: Do not include 'exec/cpu-defs.h' anymore
Philippe Mathieu-Daudé
2026/05/06
[PULL 016/110] target/mips: Move 'mvp' field from CPUMIPSState to MIPSCPU
Philippe Mathieu-Daudé
2026/05/06
[PULL 011/110] target/sparc: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 014/110] exec/helper-head: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 009/110] target/ppc: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 010/110] target/riscv: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 002/110] target-info: Include 'exec/cpu-defs.h' explicitly
Philippe Mathieu-Daudé
2026/05/06
[PULL 012/110] system/kvm_xen: Include missing 'exec/target_page.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 008/110] target/mips: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 007/110] target/m68k: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 006/110] target/i386: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 003/110] target/xtensa: Restrict inclusion of 'exec/cpu-defs.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 004/110] target/hexagon: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 005/110] target/hppa: Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 001/110] monitor/hmp: : Include missing 'exec/target_long.h' header
Philippe Mathieu-Daudé
2026/05/06
[PULL 000/110] Single binary patches
Philippe Mathieu-Daudé
2026/05/06
Re: MAINTAINERS entries that aren't S: Orphan but maybe should be
Caleb Schlossin
2026/05/06
Re: [PATCH] MAINTAINERS: update HEST maintainership entries
Markus Armbruster
2026/05/06
Re: [PATCH v5 08/15] target/arm: add canonical MTE check logic
Richard Henderson
2026/05/06
[PATCH] MAINTAINERS: update HEST maintainership entries
Mauro Carvalho Chehab
2026/05/06
Re: [PATCH v5 07/15] target/arm: add canonical tag check, mtx helpers
Richard Henderson
2026/05/06
Re: [PATCH v5 06/15] target/arm: add MTX to MTEDESC and DisasContext
Richard Henderson
2026/05/06
[PATCH] target/riscv: Fix tail handling for vmv.s.x and vfmv.s.f
chen.zhongyao
2026/05/06
Re: [PATCH] meson: Allow building with empty target_arch[] source set
Manos Pitsidianakis
2026/05/06
Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Marc-André Lureau
2026/05/06
Re: MAINTAINERS entries that aren't S: Orphan but maybe should be
Peter Xu
2026/05/06
Re: [PATCH v5 05/15] target/arm: emit tag check when MTX without TBI
Richard Henderson
2026/05/06
Re: MAINTAINERS entries that aren't S: Orphan but maybe should be
Mauro Carvalho Chehab
2026/05/06
Re: [PATCH v5 01/15] target/arm: implement MTE_PERM
Richard Henderson
2026/05/06
[PATCH] meson: Allow building with empty target_arch[] source set
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH] target/arm: Report IL=0 for Thumb 16-bit BKPT insn
Richard Henderson
2026/05/06
Re: [PATCH v4 21/31] memory: Allow RAM device regions to skip IOMMU mapping
Eric Auger
2026/05/06
Re: MAINTAINERS entries that aren't S: Orphan but maybe should be
Thomas Huth
2026/05/06
RE: [PATCH v4 20/31] hw/arm/tegra241-cmdqv: Use mmap'd VINTF page0 as VCMDQ backing
Shameer Kolothum Thodi
2026/05/06
Re: [PATCH v4 22/31] hw/arm/tegra241-cmdqv: Map VINTF page0 into guest MMIO space
Eric Auger
2026/05/06
Re: MAINTAINERS entries that aren't S: Orphan but maybe should be
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v2] bsd-user: remove cached host page size and rely on qemu_real_host_page_size()
Richard Henderson
2026/05/06
Re: [PATCH v4 23/31] hw/arm/smmuv3-accel: Introduce common helper for veventq read
Eric Auger
2026/05/06
Re: [PATCH v2] bsd-user: remove cached host page size and rely on qemu_real_host_page_size()
Richard Henderson
2026/05/06
Re: [PATCH 0/2] aspeed/hace: security fixes
Cédric Le Goater
2026/05/06
Re: [PATCH v4 20/31] hw/arm/tegra241-cmdqv: Use mmap'd VINTF page0 as VCMDQ backing
Eric Auger
2026/05/06
Re: MAINTAINERS entries that aren't S: Orphan but maybe should be
Cédric Le Goater
2026/05/06
MAINTAINERS entries that aren't S: Orphan but maybe should be
Markus Armbruster
2026/05/06
Re: [PATCH v6 9/9] accel/mshv: disable la57 (5lvl paging)
Doru Blânzeanu
2026/05/06
Re: [PATCH] MAINTAINERS: add self as reviewer for PowerNV and PPC TCG
Chinmay Rath
2026/05/06
Re: [PATCH v4 15/31] hw/arm/tegra241-cmdqv: Emulate VCMDQ register reads
Eric Auger
2026/05/06
Re: [PATCH v6 8/9] target/i386/mshv: use hv-provided [0xD,1+2].EBX
Doru Blânzeanu
2026/05/06
Re: [PATCH v6 7/9] target/i386/mshv: populate xsave area offsets
Doru Blânzeanu
2026/05/06
Re: [PATCH v2 12/16] scripts/qapi: generate high-level Rust bindings
Markus Armbruster
2026/05/06
[PATCH 3/4] qapi/net: Wean SLIRP off QAPI type String to improve documentation
Markus Armbruster
2026/05/06
[PATCH 1/4] qapi/net: Rename NetDevPasstOptions to NetdevPasstOptions
Markus Armbruster
2026/05/06
[PATCH 0/4] qapi/net: Some doc improvement and cleanup
Markus Armbruster
2026/05/06
[PATCH 4/4] qapi/net: Drop unused type String
Markus Armbruster
2026/05/06
[PATCH 2/4] qapi/net: Wean passt off QAPI type String to improve documentation
Markus Armbruster
2026/05/06
Re: [PATCH 0/3] target/mips: Move non-shallow-copy fields out of env to fix leaks
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH 2/3] target/mips: Free mvp in unrealize
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH 1/3] target/mips: Move 'mvp' field from CPUMIPSState to MIPSCPU
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v6 6/9] target/i386: query mshv accel for supported cpuids
Doru Blânzeanu
2026/05/06
Re: [PATCH] scripts/checkpatch: Reject another license boilerplate pattern
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v2 3/7] include/hw/hyperv: add hv_vp_register_page struct definition
Magnus Kulke
2026/05/06
Re: [PATCH] hw/usb/hcd-ohci: Fix memory leak in ohci_service_iso_td()
Peter Maydell
2026/05/06
Re: [PATCH v2 1/7] target/i386/mshv: remove duplicate function for reading vcpu registers
Magnus Kulke
2026/05/06
Re: [PATCH v2 1/7] target/i386/mshv: remove duplicate function for reading vcpu registers
Magnus Kulke
2026/05/06
Re: [PATCH v4 00/32] monitor: Remove need of per-target handlers
Philippe Mathieu-Daudé
2026/05/06
[PATCH] MAINTAINERS: Add Doru Blânzeanu as MSHV reviewer
Magnus Kulke
2026/05/06
Re: [PATCH 0/8] cocci: Do not initialize variable used by *FOREACH*() macro
Philippe Mathieu-Daudé
2026/05/06
RE: [PATCH 0/2] aspeed/hace: security fixes
Kane Chen
2026/05/06
Re: [PATCH] docs/devel/codebase: add link to rev.ng video series
Anton Johansson via qemu development
2026/05/06
Re: [PATCH v1 1/2] hw/usb/hcd-ehci: Rename migration compatibility fetch address fields
Philippe Mathieu-Daudé
2026/05/06
Re: [kvm-unit-tests PATCH] arm: add wfx test case
Alexandru Elisei
2026/05/06
Re: [PATCH v4 01/13] hw/i2c: Add designware i2c controller
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v4 01/13] hw/i2c: Add designware i2c controller
Philippe Mathieu-Daudé
2026/05/06
Re: [RFC PATCH 01/10] AGENTS.md: add basic AGENTS.md for QEMU
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v6 5/5] docs/system/riscv: add documentation for k230 machine
Chao Liu
2026/05/06
Re: [PATCH] net: mark struct ip6_header as QEMU_PACKED
Philippe Mathieu-Daudé
2026/05/06
Re: [RFC PATCH 03/10] .agents/skills: add qemu-code-reviewer skill
Philippe Mathieu-Daudé
2026/05/06
Re: [PATCH v6 2/5] hw/riscv: add k230 board initial support
Chao Liu
2026/05/06
RE: [PATCH v4 19/31] hw/arm/tegra241-cmdqv: Allocate HW VCMDQs on base register programming
Shameer Kolothum Thodi
2026/05/06
[PATCH qemu 2/3] Add the Nuked OPL3 emulator
~bboe
2026/05/06
[PATCH qemu 1/3] Add OPL3 support to SB16
~bboe
2026/05/06
[PATCH qemu 3/3] Add OPL3 support to SB16
~bboe
2026/05/06
[PATCH] Changed hcd-ohci to allow up to one active packet per endpoint rather than up to one active packet per host controller
specialfred453
2026/05/06
[PATCH v7 6/6] hw/tpm: Add support for VM migration with TPM CRB chunking
Arun Menon
2026/05/06
[PATCH v7 5/6] test/qtest: Add test for tpm crb chunking
Arun Menon
2026/05/06
[PATCH v7 2/6] hw/tpm: Refactor CRB_CTRL_START register access
Arun Menon
2026/05/06
[PATCH v7 3/6] hw/tpm: Add internal buffer state for chunking
Arun Menon
2026/05/06
[PATCH v7 0/6] hw/tpm: CRB chunking capability to handle PQC
Arun Menon
2026/05/06
[PATCH v7 4/6] hw/tpm: Implement TPM CRB chunking logic
Arun Menon
2026/05/06
[PATCH v7 1/6] hw/tpm: Add TPM CRB chunking fields
Arun Menon
2026/05/06
[PATCH 3/4] hw/ufs: Reject zero-depth MCQ queues
Jeuk Kim
2026/05/06
[PATCH 4/4] hw/ufs: Keep MCQ SQs alive while requests are outstanding
Jeuk Kim
2026/05/06
[PATCH 0/4] hw/ufs: Fix guest-triggerable MCQ crashes
Jeuk Kim
2026/05/06
[PATCH 1/4] hw/ufs: Validate MCQ SQ references before use
Jeuk Kim
2026/05/06
[PATCH 2/4] hw/ufs: Guard MCQ CQ accesses against missing queues
Jeuk Kim
2026/05/06
Re: [PATCH v6 2/5] hw/riscv: add k230 board initial support
Chao Liu
2026/05/06
Re: [PATCH v6 1/5] target/riscv: add thead-c908 cpu support
Chao Liu
2026/05/05
Re: [PATCH v2 0/7] qobject: switch JSON parser to push
Markus Armbruster
2026/05/05
Re: [PULL 0/4] Monitor patches for 2026-05-05
Markus Armbruster
2026/05/05
Re: [PATCH] block: add blockdev-attach QMP command
Markus Armbruster
2026/05/05
Re: [PATCH v4 01/13] hw/i2c: Add designware i2c controller
Nicholas Piggin
2026/05/05
Re: [PATCH v4 01/13] hw/i2c: Add designware i2c controller
Nicholas Piggin
2026/05/05
Re: [PATCH] hw/usb/hcd-ohci: Fix memory leak in ohci_service_iso_td()
Мөнхбаатар Энхбаатар
2026/05/05
RE: [PATCH v6 02/11] hw/usb/hcd-ehci: Change descriptor addresses to 64-bit with migration compatibility
Jamin Lin
2026/05/05
[PATCH v3 1/5] accel/tcg: Pass access_type as an argument of tlb_set_page*()
Jim Shu
2026/05/05
[PATCH v3 3/5] accel/tcg: Provide early AS translate function
Jim Shu
2026/05/05
[PATCH v3 2/5] accel/tcg: address_space_translate*() will pass the correct iommu_flags
Jim Shu
2026/05/05
[PATCH v3 5/5] accel/tcg: Support IOMMU lazy translation in CPU TLB
Jim Shu
2026/05/05
[PATCH v3 4/5] accel/tcg: Add IOMMU lazy translation function
Jim Shu
2026/05/05
[PATCH v3 0/5] Defer the IOMMU translation in the CPU path and support access_type
Jim Shu
2026/05/05
RE: [PATCH v6 08/11] hw/usb/hcd-ehci: Add ctrldssegment-default property
Jamin Lin
2026/05/05
[PATCH v1 2/2] hw/usb/hcd-ehci: Rename CTRLDSSEGMENT default property
Jamin Lin
2026/05/05
[PATCH v1 1/2] hw/usb/hcd-ehci: Rename migration compatibility fetch address fields
Jamin Lin
2026/05/05
[PATCH v1 0/2] hw/usb/ehci: Improve migration helper and property naming
Jamin Lin
2026/05/05
[PATCH v3 1/2] intel_iommu: fix guest-triggerable abort on oversized MMIO access
Junjie Cao
2026/05/05
[PATCH v3 0/2] intel_iommu: fix guest-triggerable assert in MMIO handlers
Junjie Cao
2026/05/05
[PATCH v3 2/2] tests/qtest: add 8-byte MMIO access sweep for intel-iommu
Junjie Cao
2026/05/05
Re: [PATCH v4 09/13] hw/riscv: Add Tenstorrent Atlantis machine
Alistair Francis
2026/05/05
RE: [PATCH v6 02/11] hw/usb/hcd-ehci: Change descriptor addresses to 64-bit with migration compatibility
Jamin Lin
2026/05/05
RE: [PATCH v6 08/11] hw/usb/hcd-ehci: Add ctrldssegment-default property
Jamin Lin
2026/05/05
[PULL 1/2] meson.build: define stubs library per target base architecture
Pierrick Bouvier
2026/05/05
[PULL 0/1] Docs: add link to rev.ng video series
Pierrick Bouvier
2026/05/05
[PULL 1/1] docs/devel/codebase: add link to rev.ng video series
Pierrick Bouvier
2026/05/05
[PULL 0/2] Build system: add stubs per target
Pierrick Bouvier
2026/05/05
[PULL 2/2] target/arm: define stub library
Pierrick Bouvier
2026/05/05
Re: [PATCH] docs/devel/codebase: add link to rev.ng video series
Pierrick Bouvier
2026/05/05
Re: [PATCH v2] bsd-user: remove cached host page size and rely on qemu_real_host_page_size()
Warner Losh
2026/05/05
Re: [PATCH v4 0/6] single-binary: deduplicate target_info()
Pierrick Bouvier
2026/05/05
Re: [PATCH v3 0/8] single-binary: deduplicate target_info()
Pierrick Bouvier
2026/05/05
[PATCH v4 3/6] target-info: extract target_info() definition in target-info-init.h
Pierrick Bouvier
2026/05/05
[PATCH v4 4/6] target-info: introduce TargetInfo in QOM
Pierrick Bouvier
2026/05/05
[PATCH v4 6/6] target-info: replace target_info() in system-mode
Pierrick Bouvier
2026/05/05
[PATCH v4 5/6] target-info-qom: detect target from QOM
Pierrick Bouvier
2026/05/05
[PATCH v4 2/6] qom/object: register OBJECT and INTERFACE QOM types before main
Pierrick Bouvier
2026/05/05
[PATCH v4 1/6] target/xtensa/core: register types using type_init
Pierrick Bouvier
2026/05/05
[PATCH v4 0/6] single-binary: deduplicate target_info()
Pierrick Bouvier
2026/05/05
Re: [PATCH v2] bsd-user: remove cached host page size and rely on qemu_real_host_page_size()
Richard Henderson
2026/05/05
Re: [PATCH 3/5] hw/arm/imx8mp-evk: Fix reference count of SoC object
Bernhard Beschow
2026/05/05
Re: [PATCH v4 20/31] hw/arm/tegra241-cmdqv: Use mmap'd VINTF page0 as VCMDQ backing
Nicolin Chen
2026/05/05
[PULL 22/23] system/memory: assert on invalid MemoryRegionOps .unaligned combo
Peter Xu
2026/05/05
[PULL 15/23] migration: Remember total dirty bytes in mig_stats
Peter Xu
2026/05/05
[PULL 18/23] vfio/migration: Add tracepoints for precopy/stopcopy query ioctls
Peter Xu
2026/05/05
[PULL 14/23] migration: Fix calculation of expected_downtime to take VFIO info
Peter Xu
2026/05/05
[PULL 20/23] hw/npcm7xx_fiu: Specify .impl for npcm7xx_fiu_flash_ops
Peter Xu
2026/05/05
[PULL 00/23] Next patches
Peter Xu
2026/05/05
[PULL 11/23] migration: Move iteration counter out of RAM
Peter Xu
2026/05/05
[PULL 10/23] vfio/migration: Fix incorrect reporting for VFIO pending data
Peter Xu
2026/05/05
[PULL 02/23] migration: Use QAPI_CLONE_MEMBERS in migrate_params_test_apply
Peter Xu
2026/05/05
[PULL 12/23] migration: Introduce a helper to return switchover bw estimate
Peter Xu
2026/05/05
[PULL 17/23] migration/qapi: Update unit for avail-switchover-bandwidth
Peter Xu
2026/05/05
[PULL 05/23] migration/qapi: Rename MigrationStats to MigrationRAMStats
Peter Xu
2026/05/05
[PULL 23/23] tests/qtest/migration: Fix A-B file build
Peter Xu
2026/05/05
[PULL 21/23] hw/xtensa/mx_pic: Specify xtensa_mx_pic_ops .impl settings
Peter Xu
2026/05/05
[PULL 16/23] migration/qapi: Introduce system-wide "remaining" reports
Peter Xu
Earlier messages
Later messages