messages from 2025-10-20 08:54:09 to 2025-10-20 18:01:16 UTC [more...]
[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-10-20 18:00 UTC (13+ messages)
` [PATCH v4 06/27] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [PATCH v4 11/27] hw/pci/pci: Introduce optional get_msi_address_space() callback
` [PATCH v4 12/27] hw/arm/smmuv3-accel: Make use of "
` [PATCH v4 19/27] hw/arm/smmuv3-accel: Install S1 bypass hwpt on reset
[PATCH v2 0/2] migration: vmsd errp handlers: return bool
2025-10-20 17:57 UTC (4+ messages)
` [PATCH v2 1/2] migration: vmstate_save_state_v(): fix error path
` [PATCH v2 2/2] migration: vmsd errp handlers: return bool
[PATCH v2] gitlab-ci: Decrease the size of the compiler cache
2025-10-20 17:56 UTC (3+ messages)
[PATCH v3 00/10] Cleanup patches, mostly PC-related
2025-10-20 17:22 UTC (4+ messages)
` [PATCH v3 08/10] hw/i386/apic: Ensure own APIC use in apic_msr_{read, write}
[PATCH 0/7] s390x: Add support for virtio-blk-pci IPL device
2025-10-20 16:50 UTC (9+ messages)
` [PATCH 1/7] pc-bios/s390-ccw: Fix Misattributed Function Prototypes
` [PATCH 2/7] pc-bios/s390-ccw: Split virtio-ccw and generic virtio
` [PATCH 3/7] pc-bios/s390-ccw: Introduce CLP Architecture
` [PATCH 4/7] pc-bios/s390-ccw: Introduce PCI device IPL format
` [PATCH 5/7] pc-bios/s390-ccw: Add support for virtio-blk-pci IPL
` [PATCH 6/7] s390x: Build IPLB for virtio-pci devices
` [PATCH 7/7] tests/qtest: Add s390x PCI boot test to cdrom-test.c
QEMU Summit Minutes 2025
2025-10-20 16:42 UTC (3+ messages)
[PATCH] migration: vmsd errp handlers: return bool
2025-10-20 16:40 UTC (10+ messages)
[PATCH v3 1/2] qapi/machine-s390x: add QAPI event SCLP_CPI_INFO_AVAILABLE
2025-10-20 16:36 UTC (4+ messages)
` [PATCH v3 2/2] tests/functional: add tests for SCLP event CPI
[PATCH 0/3] semihosting: Fix a few semihosting bugs
2025-10-20 16:33 UTC (13+ messages)
` [PATCH 1/3] gdbstub: Fix %s formatting
` [PATCH 2/3] semihosting: Fix GDB File-I/O FLEN
` [PATCH 3/3] semihosting: Check for overflow in FLEN on 32-bit systems
[PATCH 0/4] linux-user: fix several mremap bugs
2025-10-20 16:00 UTC (9+ messages)
` [PATCH 1/4] linux-user: fix mremap unmapping adjacent region
` [PATCH 2/4] linux-user: fix mremap errors for invalid ranges
` [PATCH 3/4] linux-user: fix reserved_va page leak in do_munmap
` [PATCH 4/4] tests: add tcg coverage for fixed mremap bugs
[PATCH v3 00/13] Pegasos2 clean up and pegasos1 emulation
2025-10-20 15:40 UTC (16+ messages)
` [PATCH v3 03/13] hw/ppc/pegasos2: Change device tree generation
` [PATCH v3 10/13] hw/ppc/pegasos2: Add bus frequency to machine state
` [PATCH v3 11/13] hw/boards: Extend DEFINE_MACHINE macro to cover more use cases
From HUST OpenAtom Club: Inquiry & Contribution Plan for Rust In QEMU
2025-10-20 15:22 UTC (2+ messages)
[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
2025-10-20 14:53 UTC (52+ messages)
` [PATCH v2 07/37] target/arm: Add read_raw_cp_reg128, write_raw_cp_reg128
` [PATCH v2 12/37] target/arm: Put 128-bit sysregs into a separate list
` [PATCH v2 13/37] target/arm/kvm: Assert no 128-bit sysregs in kvm_arm_init_cpreg_list
` [PATCH v2 14/37] target/arm/hvf: Assert no 128-bit sysregs in hvf_arch_init_vcpu
` [PATCH v2 15/37] migration: Add vmstate_info_int128
` [PATCH v2 16/37] target/arm: Migrate cpreg128 registers
` [PATCH v2 17/37] target/arm: Add syn_aa64_sysreg128trap
` [PATCH v2 18/37] target/arm: Introduce helper_{get,set}_cp_reg128
` [PATCH v2 18/37] target/arm: Introduce helper_{get, set}_cp_reg128
` [PATCH v2 19/37] target/arm: Implement MRRS, MSRR, SYSP
` [PATCH v2 20/37] target/arm: Consolidate definitions of PAR
` [PATCH v2 22/37] target/arm: Consolidate definitions of TTBR[01]
` [PATCH v2 23/37] target/arm: Split out flush_if_asid_change
` [PATCH v2 24/37] target/arm: Use flush_if_asid_change in vmsa_ttbr_write
` [PATCH v2 25/37] target/arm: Extend TTBR system registers to 128-bit
` [PATCH v2 26/37] target/arm: Implement TLBIP IPAS2E1, IPAS2LE1
` [PATCH v2 27/37] target/arm: Implement TLBIP IPAS2E1IS, IPAS2LE1IS
` [PATCH v2 28/37] target/arm: Implement TLBIP RVAE1, RVAAE1, RVALE1, RVAALE1
` [PATCH v2 29/37] target/arm: Implement TLBIP RIPAS1E1, RIPAS1LE1, RIPAS2E1IS, RIPAS2LE1IS
` [PATCH v2 30/37] target/arm: Implement TLBIP RVA{L}E2{IS,OS}
` [PATCH v2 31/37] target/arm: Implement TLBIP RVA{L}E3{IS,OS}
` [PATCH v2 32/37] target/arm: Implement TLBIP VA{L}E1{IS,OS}
` [PATCH v2 33/37] target/arm: Implement TLBIP VAE2, VALE2
` [PATCH v2 34/37] target/arm: Implement TLBIP VAE3, VALE3
` [PATCH v2 35/37] target/arm: Implement TLBIP VA{L}E2{IS,OS}
` [PATCH v2 36/37] target/arm: Implement TLBIP VA{L}E3{IS,OS}
[PATCH v16 0/8] Specifying cache topology on ARM
2025-10-20 14:33 UTC (10+ messages)
` [PATCH v16 1/8] target/arm/tcg: increase cache level for cpu=max
` [PATCH v16 2/8] hw/core/machine: topology functions capabilities added
` [PATCH v16 3/8] hw/arm/virt: add cache hierarchy to device tree
` [PATCH v16 6/8] hw/acpi: add cache hierarchy to pptt table
[PATCH v3 0/7] crypto: misc fixes and improvements to cert handling
2025-10-20 14:12 UTC (8+ messages)
` [PATCH v3 1/7] crypto: only verify CA certs in chain of trust
` [PATCH v3 2/7] crypto: remove extraneous pointer usage in gnutls certs
` [PATCH v3 3/7] crypto: validate an error is reported in test expected fails
` [PATCH v3 4/7] crypto: fix error reporting in cert chain checks
` [PATCH v3 5/7] crypto: allow client/server cert chains
` [PATCH v3 6/7] crypto: stop requiring "key encipherment" usage in x509 certs
` [PATCH v3 7/7] crypto: switch to newer gnutls API for distinguished name
[PATCH] MAINTAINERS: Add missing machine name in the Alpha section
2025-10-20 14:13 UTC (2+ messages)
[PATCH v10 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
2025-10-20 14:06 UTC (9+ messages)
` [PATCH v10 1/7] vhost-user: Add VirtIO Shared Memory map request
` [PATCH v10 3/7] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec
[PATCH] i2c/smbus_eeprom: Add minimum write recovery time for DDR2
2025-10-20 14:03 UTC (3+ messages)
[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
2025-10-20 13:49 UTC (3+ messages)
` [PATCH v6 15/22] intel_iommu: Bind/unbind guest page table to host
[PATCH] gitlab-ci: Decrease the size of the compiler cache
2025-10-20 13:20 UTC (5+ messages)
[PATCH v2 0/8] vfio: relax the vIOMMU check
2025-10-20 13:04 UTC (26+ messages)
` [PATCH v2 1/8] vfio/iommufd: Add framework code to support getting dirty bitmap before unmap
` [PATCH v2 2/8] vfio/iommufd: Query dirty bitmap before DMA unmap
` [PATCH v2 3/8] vfio/container-legacy: rename vfio_dma_unmap_bitmap() to vfio_legacy_dma_unmap_get_dirty_bitmap()
` [PATCH v2 4/8] vfio: Add a backend_flag parameter to vfio_contianer_query_dirty_bitmap()
` [PATCH v2 5/8] vfio/iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag support
` [PATCH v2 6/8] intel_iommu: Fix unmap_bitmap failure with legacy VFIO backend
` [PATCH v2 7/8] vfio/migration: Add migration blocker if VM memory is too large to cause unmap_bitmap failure
` [PATCH v2 8/8] vfio/migration: Allow live migration with vIOMMU without VFs using device dirty tracking
[PULL v2 00/10] maintainer updates (gitlab, check-tcg, virtio-gpu, plugins, docs)
2025-10-20 12:48 UTC
[PULL 00/11] maintainer updates (gitlab, check-tcg, virtio-gpu, plugins, docs)
2025-10-20 12:46 UTC (14+ messages)
` [PULL 01/11] gitlab: use template for ubuntu-24.04-aarch64 jobs
` [PULL 02/11] gitlab: drop aarch32 runner and associated bits
` [PULL 03/11] tests/tcg/multiarch/linux/linux-test: Don't try to test atime update
` [PULL 04/11] Support per-head resolutions with virtio-gpu
` [PULL 05/11] ui/gtk-gl-area: Remove extra draw call in refresh
` [PULL 06/11] hw/display: add blob map/unmap trace events
` [PULL 07/11] contrib/plugins/uftrace_symbols.py: generate debug files to map symbols to source
` [PULL 08/11] docs/system: split VirtIO devices from the rest
` [PULL 09/11] docs/system: unify the naming style for VirtIO devices
` [PULL 10/11] docs/system: drop vhost-user-rng docs
` [PULL 11/11] docs/system: merge vhost-user-input into vhost-user-contrib
[PATCH v3 0/3] Fix DMA failure when there is domain switch in guest
2025-10-20 12:46 UTC (5+ messages)
` [PATCH v3 2/3] intel_iommu: Reset pasid cache when system level reset
` [PATCH v3 3/3] intel_iommu: Fix DMA failure when guest switches IOMMU domain
[PATCH] ui/pixman: Fix crash in qemu_pixman_shareable_free()
2025-10-20 12:32 UTC (3+ messages)
[PATCH v3 0/5] igvm: add support for igvm memory map parameter in native mode
2025-10-20 12:30 UTC (5+ messages)
` [PATCH v3 4/5] igvm: track memory regions created
[PATCH v7 00/24] WHPX support for Arm
2025-10-20 10:27 UTC (4+ messages)
` [PATCH v7 24/24] whpx: apic: use non-deprecated APIs to control interrupt controller state
[PATCH] ram-block-attributes: Avoid the overkill of shared memory with hugetlbfs backend
2025-10-20 11:48 UTC (6+ messages)
[PATCH v2 0/6] crypto: misc fixes and improvements to cert handling
2025-10-20 11:47 UTC (10+ messages)
` [PATCH v2 3/6] crypto: allow client/server cert chains
` [PATCH v2 4/6] crypto: stop requiring "key encipherment" usage in x509 certs
` [PATCH v2 6/6] crypto: fix error reporting in cert chain checks
[PATCH 0/2] vhost-user-blk: support inflight migration
2025-10-20 11:47 UTC (7+ messages)
` [PATCH 2/2] "
[PATCH v3 0/4] Add support for PowerPC e500 little-endian pages
2025-10-20 11:46 UTC (6+ messages)
` [PATCH v3 1/4] accel/tcg: Unify big- and little- endian atomic ops
` [PATCH v3 2/4] target/ppc: refactor MMU helpers
[PATCH 00/18] hw/ppc/spapr: Remove deprecated pseries-3.0 -> pseries-4.2 machines
2025-10-20 11:35 UTC (19+ messages)
` [PATCH 01/18] hw/ppc/spapr: Remove deprecated pseries-3.0 machine
` [PATCH 02/18] hw/ppc/spapr: Remove SpaprMachineClass::spapr_irq_xics_legacy field
` [PATCH 03/18] hw/ppc/spapr: Remove SpaprMachineClass::legacy_irq_allocation field
` [PATCH 04/18] hw/ppc/spapr: Remove SpaprMachineClass::nr_xirqs field
` [PATCH 05/18] hw/ppc/spapr: Remove deprecated pseries-3.1 machine
` [PATCH 06/18] hw/ppc/spapr: Remove SpaprMachineClass::broken_host_serial_model field
` [PATCH 07/18] target/ppc/kvm: Remove kvmppc_get_host_serial() as unused
` [PATCH 08/18] target/ppc/kvm: Remove kvmppc_get_host_model() "
` [PATCH 09/18] hw/ppc/spapr: Remove SpaprMachineClass::dr_phb_enabled field
` [PATCH 10/18] hw/ppc/spapr: Remove SpaprMachineClass::update_dt_enabled field
` [PATCH 11/18] hw/ppc/spapr: Remove deprecated pseries-4.0 machine
` [PATCH 12/18] hw/ppc/spapr: Remove SpaprMachineClass::pre_4_1_migration field
` [PATCH 13/18] hw/ppc/spapr: Remove SpaprMachineClass::phb_placement callback
` [PATCH 14/18] hw/ppc/spapr: Remove deprecated pseries-4.1 machine
` [PATCH 15/18] hw/ppc/spapr: Remove SpaprMachineClass::smp_threads_vsmt field
` [PATCH 16/18] hw/ppc/spapr: Remove SpaprMachineClass::linux_pci_probe field
` [PATCH 17/18] hw/ppc/spapr: Remove deprecated pseries-4.2 machine
` [PATCH 18/18] hw/ppc/spapr: Remove SpaprMachineClass::rma_limit field
[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
2025-10-20 11:22 UTC (7+ messages)
` [PATCH RFC V6 22/24] monitor, qdev: Introduce 'device_set' to change admin state of existing devices
` [PATCH RFC V6 22/24] monitor,qdev: "
[PATCH v2 0/3] hw/s390x: Remove s390-ccw-virtio-4.2 machine
2025-10-20 10:24 UTC (7+ messages)
` [PATCH v2 1/3] hw/s390x/ccw: Remove deprecated "
` [PATCH v2 2/3] hw/s390x/ccw: Remove SCLPDevice::increment_size field
` [PATCH v2 3/3] hw/core/machine: Remove MachineClass::fixup_ram_size callback
[PATCH v2] numa: add 'spm' option for Specific Purpose Memory
2025-10-20 10:15 UTC (3+ messages)
[PATCH v2 0/4] hw/arm/virt: Remove virt-4.1 and virt-4.2 machines
2025-10-20 9:40 UTC (5+ messages)
` [PATCH v2 1/4] hw/arm/virt: Remove deprecated virt-4.1 machine
` [PATCH v2 2/4] hw/arm/virt: Remove VirtMachineClass::no_ged field
` [PATCH v2 3/4] hw/arm/virt: Remove deprecated virt-4.2 machine
` [PATCH v2 4/4] hw/arm/virt: Remove VirtMachineClass::kvm_no_adjvtime field
[PATCH] target/riscv: Fix a uninitialized variable warning
2025-10-20 9:27 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).