public inbox for qemu-devel@nongnu.org
 help / color / mirror / Atom feed
 messages from 2026-03-09 04:45:50 to 2026-03-09 14:16:10 UTC [more...]

[PATCH v2 0/2] Error-handling fixes for passt
 2026-03-09 14:15 UTC  (2+ messages)

[PATCH v3 00/18] migration: more bool+errp APIs
 2026-03-09 14:41 UTC  (4+ messages)
` [PATCH v3 03/18] migration: make .post_save() a void function

[PATCH v4 0/4] Fix use-after-free and make format overflow more difficult
 2026-03-09 14:14 UTC  (2+ messages)

[PATCH] hw/net/npcm_gmac: Catch accesses off the end of the register array
 2026-03-09 14:12 UTC  (2+ messages)

[PATCH 0/3] sparc: fix minor memory leaks
 2026-03-09 14:09 UTC  (2+ messages)

[PATCH v2] hw/timer/hpet: Remove HPETState::hpet_offset_saved field
 2026-03-09 14:06 UTC  (3+ messages)

[PATCH v5 00/15] s390x: Add support for virtio-blk-pci IPL device
 2026-03-09 14:00 UTC  (10+ messages)
` [PATCH v5 08/15] pc-bios/s390-ccw: Introduce CLP Architecture
` [PATCH v5 10/15] pc-bios/s390-ccw: Introduce PCI device
` [PATCH v5 11/15] pc-bios/s390-ccw: Introduce virtio-pci functions

[PATCH v12 0/9] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
 2026-03-09 13:57 UTC  (4+ messages)

[PULL 00/12] For next patches
 2026-03-09 13:53 UTC  (4+ messages)

[PATCH] target/i386: fix NULL pointer dereference in legacy-cache=off handling
 2026-03-09 14:19 UTC  (2+ messages)

[PATCH] intel_iommu: Remove 'x-' prefix from 'x-scalable-mode' and 'x-flts' properties
 2026-03-09 13:49 UTC  (5+ messages)

[PULL 00/10] Linux user for v11 patches
 2026-03-09 13:47 UTC  (11+ messages)
` [PULL 01/10] linux-user/strace: fix printing of file offsets
` [PULL 02/10] linux-user: properly check flags in openat2
` [PULL 03/10] linux-user: Check if RESOLVE_CACHED flag is defined before using it
` [PULL 04/10] linux-user: fix matching ioctl numbers in print_ioctl
` [PULL 05/10] linux-user: fix TIOCGSID ioctl
` [PULL 06/10] linux-user: Deal with mmap where start > reserved_va
` [PULL 07/10] bsd-user: "
` [PULL 08/10] tests/tcg/multiarch/test-mmap: Print more details
` [PULL 09/10] tests/tcg/multiarch/test-mmap: Check mmaps beyond reserved_va
` [PULL 10/10] linux-user: Improve formatting for mremap()

[PATCH 0/4] hw/i386/pc: Remove deprecated 3.0 machines
 2026-03-09 14:04 UTC  (9+ messages)
` [PATCH 1/4] hw/i386/pc: Remove deprecated pc-q35-3.0 and pc-i440fx-3.0 machines
` [PATCH 2/4] hw/i386/pc: Remove pc_compat_3_0[] array
` [PATCH 3/4] target/i386/kvm: Remove X86CPU::hyperv_synic_kvm_only field
` [PATCH 4/4] hw/core/machine: Remove the hw_compat_3_0[] array

[PATCH] tests/functional: fix log placement when run directly
 2026-03-09 13:36 UTC 

[PATCH v19 00/13] HVF: Add support for platform vGIC and nested virtualisation
 2026-03-09 13:32 UTC  (3+ messages)

[BUG] [powerpc] KVM guest boot failure - hangs on startup after commit 98884e0c
 2026-03-09 13:30 UTC  (6+ messages)

[PATCH v2 00/21] qom: introduce property flags to track external user input
 2026-03-09 13:52 UTC  (10+ messages)
` [PATCH v2 14/21] hw/core/qdev-properties: allow qdev properties accept flags

[PATCH v9 0/6] Mitigation of "failed to load cpu:cpreg_vmstate_array_len" migration failures
 2026-03-09 13:22 UTC  (2+ messages)

[PATCH v1 0/2] Add Axiado SoC AX3000 and EVK board
 2026-03-09 13:18 UTC  (2+ messages)

[PATCH v2 0/3] i.MX6UL LCDIF: add model, build symbol, and SoC wiring
 2026-03-09 13:18 UTC  (2+ messages)

[PULL 00/22] Migration patches for 2026-03-09
 2026-03-09 13:07 UTC  (23+ messages)
` [PULL 01/22] migration: introduce MIGRATION_STATUS_FAILING
` [PULL 02/22] MAINTAINERS: Add myself as maintainer for COLO migration framework
` [PULL 03/22] MAINTAINERS: Remove Hailiang Zhang from "
` [PULL 04/22] colo: Setup ram cache in normal migration path
` [PULL 05/22] colo: Replace migration_incoming_colo_enabled() with migrate_colo()
` [PULL 06/22] colo: Remove ENABLE_COLO savevm command and mark it as deprecated
` [PULL 07/22] ram: Remove colo special-casing
` [PULL 08/22] multifd: Move ram state receive into multifd_ram_state_recv()
` [PULL 09/22] multifd: Add COLO support
` [PULL 10/22] Call colo_release_ram_cache() after multifd threads terminate
` [PULL 11/22] colo: Fix crash during device vmstate load
` [PULL 12/22] colo: Hold the BQL while sending ram state
` [PULL 13/22] colo: Do not hold the BQL while receiving "
` [PULL 14/22] migration-test: Add COLO migration unit test
` [PULL 15/22] Convert colo main documentation to restructuredText
` [PULL 16/22] qemu-colo.rst: Miscellaneous changes
` [PULL 17/22] qemu-colo.rst: Add my copyright
` [PULL 18/22] qemu-colo.rst: Simplify the block replication setup
` [PULL 19/22] multifd: Fix hang if send thread errors during sync
` [PULL 20/22] colo: Use file lock in primary_vm_do_failover()
` [PULL 21/22] migration: Keep s->rp_state.from_dst_file open until migration ends
` [PULL 22/22] colo: Reuse the return path from migration on primary and secondary side

[PATCH v13 3/9] ati-vga: Introduce ATI2DCtx struct for 2D blit context
 2026-03-09 13:09 UTC 

running a single functional test: where do the logs go?
 2026-03-09 13:08 UTC  (6+ messages)

[PATCH v3 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-03-09 12:59 UTC  (21+ messages)
` [PATCH v3 06/32] hw/arm/tegra241-cmdqv: Add Tegra241 CMDQV ops backend stub
` [PATCH v3 07/32] hw/arm/smmuv3-accel: Wire CMDQV ops into accel lifecycle
` [PATCH v3 09/32] hw/arm/virt-acpi-build: Use stored SMMUv3 devices for IORT build
` [PATCH v3 10/32] hw/arm/tegra241-cmdqv: Probe host Tegra241 CMDQV support
` [PATCH v3 11/32] hw/arm/tegra241-cmdqv: Implement CMDQV init
` [PATCH v3 12/32] hw/arm/virt: Link SMMUv3 CMDQV resources to platform bus
` [PATCH v3 13/32] hw/arm/tegra241-cmdqv: Implement CMDQV vIOMMU alloc/free

[PATCH] hw/i3c/dw-i3c: Fix memory leaks in error logging paths
 2026-03-09 12:42 UTC  (2+ messages)

[PATCH] hw/misc/sifive_e_aon: Don't leak timer
 2026-03-09 12:41 UTC  (2+ messages)

[PATCH v2] ui/cocoa: Do not automatically zoom for HiDPI
 2026-03-09 12:37 UTC  (2+ messages)

[PATCH] hw/misc/riscv_cpc: Free CPU array in instance_finalize
 2026-03-09 12:27 UTC  (3+ messages)

[PATCH 0/5] isa-serial: acpi: declare shared IRQs for COM1/3 and COM2/4
 2026-03-09 12:24 UTC  (6+ messages)
` [PATCH 4/5] hw/char/serial-isa.c: declare IRQ as shared in ACPI IRQ descriptor

[PATCH 0/2] accel/tcg: Pass the access_type to IOMMUMemoryRegion
 2026-03-09 12:14 UTC  (7+ messages)
` [PATCH 1/2] accel/tcg: Pass access_type as an argument of tlb_set_page*()
` [PATCH 2/2] accel/tcg: address_space_translate*() will pass the correct iommu_flags

[PULL 00/49] Misc HW patches for 2026-03-08
 2026-03-09 12:14 UTC  (2+ messages)

leaks in migration-test
 2026-03-09 12:12 UTC  (5+ messages)

[PATCH v2] hvf: arm: fix Windows boot with kernel-irqchip=on
 2026-03-09 11:46 UTC 

[PATCH] tests/functional/x86_64: Disable memlock test for asan builds
 2026-03-09 11:39 UTC  (2+ messages)

[PATCH v6 0/9] hvf, whpx: i386: x86-centric fixes before softfreeze
 2026-03-09 11:16 UTC  (5+ messages)
` [PATCH v6 2/9] meson.build: older macOS targeting compatibility with macOS 15.4 SDK

skipping the x86_64/test_memlock.py functional test when QEMU built with asan
 2026-03-09 10:44 UTC  (3+ messages)

[PULL 0/3] Xen queue 2026-03-09
 2026-03-09 10:15 UTC  (4+ messages)
` [PULL 2/3] xen-hvm: Handle framebuffer relocation
` [PULL 1/3] hw/xen: Fix trace_xs_node_read() params
` [PULL 3/3] xen-hvm: Emit RTC_CHANGE upon TIMEOFFSET ioreq

[PATCH v3] bsd-user: Switch to SPDX-License-Expression
 2026-03-09  9:59 UTC  (2+ messages)

[PATCH v3 00/14] TYPE_SERIAL cleanup
 2026-03-09  9:46 UTC  (4+ messages)
` [PATCH v3 13/14] hw/char/serial: Inherit from SysBusDevice

[PATCH 0/7] Add VIRTIO_F_IN_ORDER support to vhost shadow virtqueue
 2026-03-09  9:43 UTC  (17+ messages)
` [PATCH 1/7] virtio: Allow to fill a whole virtqueue in order
` [PATCH 2/7] vhost: move svq next desc array to descs state struct
` [PATCH 3/7] vhost: factor out the descriptor next fetching
` [PATCH 5/7] vhost: factor out the detach buf logic in SVQ
` [PATCH 6/7] vhost: add in_order feature to shadow virtqueue
` [PATCH 7/7] vhost: accept in order feature flag

[PULL 00/38] aspeed queue
 2026-03-09  9:43 UTC  (3+ messages)
` [PULL 14/38] hw/i3c/dw-i3c: Add data TX and RX

[PATCH] hw/loongarch: add rtc acpi table
 2026-03-09  9:00 UTC 

[PATCH 0/6] hw/i386/pc: Remove deprecated 4.0 machines
 2026-03-09  9:25 UTC  (13+ messages)
` [PATCH 1/6] hw/i386/pc: Remove deprecated pc-q35-4.0[.1] and pc-i440fx-4.0 machines
` [PATCH 2/6] system/hostmem: Remove HostMemoryBackend::use_canonical_path field
` [PATCH 3/6] hw/i386/pc: Remove pc_compat_4_0[] array
` [PATCH 4/6] hw/core/machine: Remove the hw_compat_4_0[] array
` [PATCH 5/6] hw/virtio: Remove VirtIOBalloon::qemu_4_0_config_size field
` [PATCH 6/6] hw/rtc/pl031: : Remove PL031State::migrate_tick_offset field

[PATCH 0/5] Trivial cleanup
 2026-03-09  9:19 UTC  (3+ messages)
` [PATCH 5/5] Revert "sysbus: add irq_routing_notifier"

[PATCH v2 1/1] io: make zerocopy fallback accounting more accurate
 2026-03-09  9:09 UTC 

[PATCH 00/10] hw/i386/pc: Remove deprecated 3.1 machines
 2026-03-09  8:57 UTC  (21+ messages)
` [PATCH 01/10] hw/i386/pc: Remove deprecated pc-q35-3.1 and pc-i440fx-3.1 machines
` [PATCH 02/10] hw/i386/pc: Remove PCMachineClass::pvh_enabled field
` [PATCH 03/10] hw/i386/x86: Remove @pvh_enabled argument in x86_load_linux()
` [PATCH 04/10] hw/core/boards: Remove MachineClass::smbus_no_migration_support field
` [PATCH 05/10] hw/i386/pc: Remove pc_compat_3_1[] array
` [PATCH 06/10] hw/i386/iommu: Remove IntelIOMMUState::dma_drain field
` [PATCH 07/10] target/i386/cpu: Remove X86CPU::intel_pt_auto_level field
` [PATCH 08/10] hw/core/machine: Remove the hw_compat_3_1[] array
` [PATCH 09/10] hw/pci-bridge/pcie_rp: Remove PCIESlot::disable_acs field
` [PATCH 10/10] hw/tpm: Remove CRBState::ppi_enabled field

[PATCH] block: Never drop BLOCK_IO_ERROR with action=stop for rate limiting
 2026-03-09  8:57 UTC  (4+ messages)

[PATCH V5 00/13] iothread: Support tracking and querying IOThread holders
 2026-03-09  8:56 UTC  (18+ messages)
` [PATCH V5 02/13] iothread: introduce iothread_ref/unref to track attached devices
` [PATCH V5 03/13] iothread: tracking iothread users with holder name
` [PATCH V5 04/13] blockdev: Update "
` [PATCH V5 05/13] virtio-vq-mapping: track iothread-vq-mapping references using device path
` [PATCH V5 06/13] virtio: use iothread_get/put_aio_context for thread pinning
` [PATCH V5 07/13] net/colo: track IOThread references using path-based holder
` [PATCH V5 08/13] block/export: Update tracking iothread users with holder name
` [PATCH V5 09/13] monitor: "

[PATCH v4 00/10] Implement MPIPL for PowerNV
 2026-03-09  8:56 UTC  (12+ messages)
` [PATCH v4 01/10] ppc/pnv: Move SBE host doorbell function to top of file
` [PATCH v4 02/10] ppc/mpipl: Implement S0 SBE interrupt
` [PATCH v4 03/10] ppc/pnv: Handle stash command in PowerNV SBE
` [PATCH v4 04/10] pnv/mpipl: Preserve memory regions as per MDST/MDDT tables
` [PATCH v4 05/10] pnv/mpipl: Preserve CPU registers after crash
` [PATCH v4 06/10] pnv/mpipl: Set thread entry size to be allocated by firmware
` [PATCH v4 07/10] pnv/mpipl: Write the preserved CPU and MDRT state
` [PATCH v4 08/10] pnv/mpipl: Enable MPIPL support
` [PATCH v4 09/10] tests/functional: Add test for MPIPL in PowerNV
` [PATCH v4 10/10] MAINTAINERS: Add entry for MPIPL (PowerNV)

[PATCH v2] igvm: fix build when igvm is not installed in a well known path
 2026-03-09  8:55 UTC 

[PATCH] net/vhost-vdpa: enable vqs before DRIVER_OK if no cvq
 2026-03-09  8:33 UTC  (3+ messages)

[RFC PATCH v2 0/1] target/i386/kvm: Configure proper KVM SEOIB behavior
 2026-03-09  7:14 UTC  (8+ messages)
` [RFC PATCH v2 1/1] "

[PULL v1 0/5] xen: pvh: Add machine option to disable the mapcache
 2026-03-09  6:44 UTC  (6+ messages)
` [PULL v1 1/5] xen: mapcache: Assert mapcache existance
` [PULL v1 2/5] xen: mapcache: Add function to check if the mapcache is enabled
` [PULL v1 3/5] physmem: xen: Conditionalize use of the mapcache
` [PULL v1 4/5] hw/xen-hvm: Add a mapcache arg to xen_register_ioreq()
` [PULL v1 5/5] hw/xen: xenpvh: Add prop to enable/disable the mapcache

[PATCH v1 1/1] io: avoid false zerocopy missed accounting on empty flushes
 2026-03-09  5:16 UTC  (3+ messages)

[PATCH v5 0/9] Add Zvfbfa extension support
 2026-03-09  5:04 UTC  (16+ messages)
` [PATCH v5 1/9] target/riscv: Add cfg properties for Zvfbfa extensions
` [PATCH v5 2/9] target/riscv: Add the Zvfbfa extension implied rule
` [PATCH v5 3/9] target/riscv: rvv: Add new VTYPE CSR field - altfmt
` [PATCH v5 4/9] target/riscv: rvv: Introduce reset_ill_vtype to reset illegal vtype CSR
` [PATCH v5 5/9] target/riscv: Use the tb->cs_base as the extend tb flags
` [PATCH v5 6/9] target/riscv: Introduce altfmt into DisasContext
` [PATCH v5 7/9] target/riscv: Introduce BF16 canonical NaN for Zvfbfa extension


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox