messages from 2025-09-04 13:21:28 to 2025-09-06 02:19:45 UTC [more...]
[PATCH 00/22] Fix memory region leaks and use-after-finalization
2025-09-06 2:11 UTC (10+ messages)
` [PATCH 03/22] hw/pci-bridge: Do not assume immediate MemoryRegion finalization
` [PATCH 04/22] target/mips: Fix AddressSpace exposure timing
` [PATCH 06/22] auxbus: "
` [PATCH 07/22] hw/pci-host/raven: "
` [PATCH 08/22] sun4m: "
` [PATCH 09/22] sun4u: "
` [PATCH 11/22] vfio-user: Do not delete the subregion
` [PATCH 13/22] hw/char/serial-pci-multi: "
` [PATCH 17/22] hw/ide/via: Do not delete the subregions
[PATCH v6 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
2025-09-06 1:42 UTC (17+ messages)
` [PATCH v6 02/11] hw/loongarch: add virt feature avecintc support
` [PATCH v6 03/11] hw/loongarch: add misc register supoort avecintc
` [PATCH v6 04/11] loongarch: add a advance interrupt controller device
` [PATCH v6 05/11] target/loongarch: add msg interrupt CSR registers
` [PATCH v6 06/11] hw/loongarch: AVEC controller add a MemoryRegion
` [PATCH v6 07/11] hw/loongarch: Implement avec controller imput and output pins
` [PATCH v6 08/11] hw/loongarch: Implement avec set irq
[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
2025-09-05 23:28 UTC (32+ messages)
` [PATCH v6 01/25] plugins: add types for callbacks related to certain discontinuities
` [PATCH v6 02/25] plugins: add API for registering discontinuity callbacks
` [PATCH v6 03/25] plugins: add hooks for new discontinuity related callbacks
` [PATCH v6 04/25] contrib/plugins: add plugin showcasing new dicontinuity related API
` [PATCH v6 05/25] target/alpha: call plugin trap callbacks
` [PATCH v6 06/25] target/arm: "
` [PATCH v6 07/25] target/avr: "
` [PATCH v6 08/25] target/hppa: "
` [PATCH v6 09/25] target/i386: "
` [PATCH v6 10/25] target/loongarch: "
` [PATCH v6 11/25] target/m68k: "
` [PATCH v6 12/25] target/microblaze: "
` [PATCH v6 13/25] target/mips: "
` [PATCH v6 14/25] target/openrisc: "
` [PATCH v6 15/25] target/ppc: "
` [PATCH v6 16/25] target/riscv: "
` [PATCH v6 17/25] target/rx: "
` [PATCH v6 18/25] target/s390x: "
` [PATCH v6 19/25] target/sh4: "
` [PATCH v6 20/25] target/sparc: "
` [PATCH v6 21/25] target/tricore: "
` [PATCH v6 22/25] target/xtensa: "
` [PATCH v6 23/25] tests: add plugin asserting correctness of discon event's to_pc
` [PATCH v6 24/25] tests: add test for double-traps on rv64
` [PATCH v6 25/25] tests: add test with interrupted memory accesses "
[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
2025-09-05 18:36 UTC (51+ messages)
` [RFC PATCH v3 05/15] hw/arm/smmuv3-accel: Introduce smmuv3 accel device
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [RFC PATCH v3 07/15] hw/arm/smmuv3: Implement get_viommu_cap() callback
` [RFC PATCH v3 08/15] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [RFC PATCH v3 09/15] hw/arm/smmuv3-accel: Support nested STE install/uninstall support
` [RFC PATCH v3 10/15] hw/arm/smmuv3-accel: Allocate a vDEVICE object for device
` [RFC PATCH v3 11/15] hw/pci/pci: Introduce optional get_msi_address_space() callback
` [RFC PATCH v3 12/15] hw/arm/smmuv3-accel: Introduce helpers to batch and issue cache invalidations
` [RFC PATCH v3 13/15] hw/arm/smmuv3: Forward invalidation commands to hw
` [RFC PATCH v3 14/15] Read and validate host SMMUv3 feature bits
` [RFC PATCH v3 15/15] hw/arm/smmu-common: Add accel property for SMMU dev
[PATCH V3 0/9] Live update: cpr-exec
2025-09-05 17:48 UTC (4+ messages)
[PATCH] linux-user: Add missing includes
2025-09-05 16:28 UTC (7+ messages)
[RFC V2 0/8] Live update: tap and vhost
2025-09-05 16:16 UTC (8+ messages)
[PATCH v3 0/2] FM-API Physical Switch Command Set Support
2025-09-05 16:12 UTC (6+ messages)
` [PATCH v3 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
` [PATCH v3 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
[PATCH v2] 9pfs: Stop including gstrfuncs.h
2025-09-05 15:17 UTC
[PATCH v11 00/17] Change ghes to use HEST-based offsets and add support for error inject
2025-09-05 15:09 UTC (18+ messages)
` [PATCH v11 01/17] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v11 02/17] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v11 03/17] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v11 04/17] acpi/ghes: add a firmware file with HEST address
` [PATCH v11 05/17] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v11 06/17] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v11 07/17] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v11 08/17] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v11 09/17] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v11 10/17] acpi/generic_event_device: add an APEI error device
` [PATCH v11 11/17] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v11 12/17] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v11 13/17] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v11 14/17] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v11 15/17] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v11 16/17] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v11 17/17] scripts/ghes_inject: add a script to generate GHES error inject
[PATCH] Use meson's detected python installation
2025-09-05 15:01 UTC (3+ messages)
[RFC PATCH v2 0/9] support unaligned access to xHCI Capability
2025-09-05 14:32 UTC (10+ messages)
` [RFC PATCH v2 8/9] hw/misc: add test device for memory access
` [PATCH RFC v2 9/9] tests/qtest: add test for memory region access
` [Withdrawn] [RFC PATCH v2 0/9] support unaligned access to xHCI Capability
[PATCH] util/hexdump: fix QEMU_HEXDUMP_LINE_WIDTH logic
2025-09-05 14:20 UTC
[PATCH v3 0/9] virtio-net: live-TAP local migration
2025-09-05 13:50 UTC (10+ messages)
` [PATCH v3 1/9] net/tap: add some trace points
` [PATCH v3 2/9] net/tap: keep exit notifier only when downscript set
` [PATCH v3 3/9] net/tap: refactor net_tap_setup_vhost()
` [PATCH v3 4/9] qapi: add interface for local TAP migration
` [PATCH v3 5/9] net/tap: implement interfaces for local migration
` [PATCH v3 6/9] virtio-net: support local tap migration
` [PATCH v3 7/9] tests/functional: exec_command_and_wait_for_pattern: add vm arg
` [PATCH v3 8/9] tests/functional: add skipUnlessPasswordlessSudo() decorator
` [PATCH v3 9/9] tests/functional: add test_x86_64_tap_fd_migration
[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
2025-09-05 13:04 UTC (3+ messages)
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width
[PATCH v2 000/281] arm_load_dtb cleanups
2025-09-05 12:36 UTC (4+ messages)
` [PATCH v2 001/281] target/i386: Add support for save/load of exception error code
[PULL 0/6] tcg patch queue
2025-09-05 12:36 UTC (6+ messages)
` [PATCH 1/2] target/sparc: Loosen decode of STBAR for v8
` [PULL 1/6] tcg/arm: Fix tgen_deposit
` [PULL 2/6] cpuinfo/i386: Detect GFNI as an AVX extension
` [PATCH 2/2] target/sparc: Loosen decode of RDY for v7
[PATCH v2 0/8] virtio-net: live-TAP local migration
2025-09-05 12:33 UTC (13+ messages)
` [PATCH v2 1/8] net/tap: add some trace points
` [PATCH v2 5/8] net/tap: implement interfaces for local migration
Failure of func-x86_64-memlock
2025-09-05 12:11 UTC (2+ messages)
[PULL 00/30] Rust, wasm changes for 2025-05-06
2025-09-05 12:06 UTC (8+ messages)
` [PULL 01/30] lcitool: use newer Rust for Debian and Ubuntu
[PATCH v2 0/7] target/sparc: Relax some decode for v7/v8
2025-09-05 11:51 UTC (8+ messages)
` [PATCH v2 1/7] target/sparc: Allow TRANS macro with no extra arguments
` [PATCH v2 2/7] target/sparc: Loosen decode of STBAR for v8
` [PATCH v2 3/7] target/sparc: Loosen decode of RDY for v7
` [PATCH v2 4/7] target/sparc: Loosen decode of RDPSR "
` [PATCH v2 5/7] target/sparc: Loosen decode of RDWIM "
` [PATCH v2 6/7] target/sparc: Loosen decode of RDTBR "
` [PATCH v2 7/7] target/sparc: Relax decode of rs2_or_imm "
[PATCH v2] 9pfs: Add FreeBSD support
2025-09-05 11:19 UTC (2+ messages)
NVMe/TCP block driver multi-queuing
2025-09-05 11:01 UTC
[PATCH] vfio/container: Remap only populated parts in a section
2025-09-05 10:17 UTC (6+ messages)
[RFC PATCH v3 0/3] Add Zvqdotq support
2025-09-05 9:02 UTC (4+ messages)
` [RFC PATCH v3 1/3] target/riscv: Add Zvqdotq cfg property
[PATCH 0/2] target/sparc: Loosen decode of STBAR/RDY for v7/v8
2025-09-05 8:01 UTC (4+ messages)
` [PATCH 1/2] target/sparc: Loosen decode of STBAR for v8
` [PATCH 2/2] target/sparc: Loosen decode of RDY for v7
[PULL 0/3] nvme fixes
2025-09-05 7:59 UTC (4+ messages)
[PATCH v2 0/3] target/riscv: corner case fixes
2025-09-05 7:49 UTC (4+ messages)
` [PATCH v2 1/3] target/riscv: Fix IALIGN check in misa write
` [PATCH v2 2/3] target/risvc: Fix vector whole ldst vstart check
` [PATCH v2 3/3] tests/tcg: Add riscv test for interrupted vector ops
[PATCH] 9pfs: Include glib.h
2025-09-05 7:27 UTC (2+ messages)
[PATCH v2 0/5] tests/functional: Adapt reverse_debugging to run w/o Avocado
2025-09-05 7:22 UTC (10+ messages)
` [PATCH v2 1/5] tests/guest-debug: Make QEMU optional in run-test.py
` [PATCH v2 2/5] tests/guest-debug: Format comments
` [PATCH v2 3/5] tests/guest-debug: Add quiet option to run-tests.py
` [PATCH v2 4/5] tests/functional: Support tests that require a runner
` [PATCH v2 5/5] tests/functional: Adapt reverse_debugging to run w/o Avocado
[PATCH 0/3] target/riscv: corner case fixes
2025-09-05 7:18 UTC (6+ messages)
` [PATCH 2/3] target/risvc: Fix vector whole ldst vstart check
[PATCH v3 0/3] Register reset interface with hot-add CPUs
2025-09-05 0:57 UTC (6+ messages)
` [PATCH v3 3/3] hw/loongarch/virt: Register reset interface with CPU object
[PATCH] bql: Fix bql_locked status with condvar APIs
2025-09-04 22:31 UTC
[PATCH] memory: Fix leaks due to owner-shared MRs circular references
2025-09-04 22:23 UTC (3+ messages)
[PATCH v2] target/sparc: allow partial decode of v8 STBAR instructions
2025-09-04 21:20 UTC
[PATCH] target/sparc: allow partial decode of v8 STBAR instructions
2025-09-04 21:18 UTC (3+ messages)
[PATCH v5 0/5] Add support for PMBus in QEMU
2025-09-04 20:47 UTC (4+ messages)
` [PATCH v5 1/5] hw/i2c: add support for PMBus
[PATCH-for-10.1? 0/3] linux-user: Select default CPUs for MicroMIPS and MIPS16e ASEs
2025-09-04 20:15 UTC (2+ messages)
[PATCH] hw/riscv/riscv-iommu: Fix MSI table size limit
2025-09-04 18:25 UTC (2+ messages)
[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
2025-09-04 16:11 UTC (10+ messages)
[PATCH v2] e1000e: Prevent crash from legacy interrupt firing after MSI-X enable
2025-09-04 16:02 UTC (2+ messages)
[PATCH v2] linux-user: add y2038 safe socket timeout options
2025-09-04 15:29 UTC
[PATCH v2 0/4] Add IBM PPE42 CPU support
2025-09-04 14:56 UTC (4+ messages)
` [PATCH v2 2/4] target/ppc: Add IBM PPE42 special instructions
[PATCH v3 00/19] TAP initialization refactoring
2025-09-04 14:37 UTC (2+ messages)
[PATCH 00/10] io: deal with blocking/non-blocking fds
2025-09-04 14:35 UTC (2+ messages)
Issues with pdcm in qemu 10.1-rc on migration and save/restore
2025-09-04 14:35 UTC (8+ messages)
[PATCH v7 0/2] Generate strided vector loads/stores with tcg nodes
2025-09-04 13:53 UTC (3+ messages)
` [PATCH v7 1/2] target/riscv: Use tcg nodes for strided vector ld/st generation
[PATCH v3 0/4] Introduce a battery, AC adapter, and lid button
2025-09-04 13:21 UTC (3+ messages)
` [PATCH v3 1/4] hw/acpi: Support extended GPE handling for additional ACPI devices
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).