[PATCHv1 0/7] hw/arm: Adding Cortex-M7 Asymmetric Multiprocessing boot support for i.MX8MP
2026-05-19 21:54 UTC (13+ messages)
` [PATCHv1 1/7] hw/misc: Add i.MX8MP GPC (General Power Controller) IP
` [PATCHv1 2/7] hw/misc: Add GPR (General Purpose Register) IP to iMX8MP
` [PATCHv1 3/7] hw/misc: Add SRC (System Reset Controller) to i.MX8MP
` [PATCHv1 4/7] hw/misc: Add MU (Messaging Unit) IP to i.MX8MP device model
` [PATCHv1 5/7] hw/misc: Extend i.MX8MP CCM with Cortex-M7 clock outputs
` [PATCHv1 6/7] hw/arm: Enable Cortex-M7 AMP boot on i.MX8MP
` [PATCHv1 7/7] tests/functional: Enable Cortex-M7 boot in i.MX8MP EVK functional test
[PATCH v5 00/63] target/arm: Implement FEAT_FP8
2026-05-19 21:52 UTC (14+ messages)
` [PATCH v5 03/63] target/arm: Implement FEAT_FAMINMAX for AdvSIMD
` [PATCH v5 27/63] target/arm: Implement F1CVTL, F1CVTL2, F2CVTL, F2CVTL2 "
` [PATCH v5 30/63] target/arm: Implement BFCVTN for SVE
` [PATCH v5 45/63] target/arm: Implement FMLALB, FMLALT for AdvSIMD
[PULL 00/18] Block layer patches
2026-05-19 21:51 UTC (21+ messages)
` [PULL 01/18] blkdebug: Add 'delay-ns' option
` [PULL 02/18] block: Add blk_co_start/end_request() and BDRV_REQ_NO_QUEUE
` [PULL 03/18] block: Add flags parameter to blk_*_pdiscard()
` [PULL 04/18] ide: Minimal fix for deadlock between TRIM and drain
` [PULL 05/18] ide: Clean up ide_trim_co_entry() to be idiomatic coroutine code
` [PULL 06/18] ide-test: Factor out wait_dma_completion()
` [PULL 07/18] ide-test: Test reset during TRIM
` [PULL 08/18] Remove the deprecated glusterfs block driver
` [PULL 09/18] MAINTAINERS: Add myself as maintainer for replication
` [PULL 10/18] MAINTAINERS: Rename Replication -> COLO block replication
` [PULL 11/18] block: Create DEFAULT_BLOCK_CONF macro
` [PULL 12/18] block: Add more defaults to DEFAULT_BLOCK_CONF
` [PULL 13/18] commit: Drain nodes across all of bdrv_commit()
` [PULL 14/18] qemu-io: Add 'aio_discard' command
` [PULL 15/18] qcow2: Fix corruption on discard during write with COW
` [PULL 16/18] iotests/046: Test that discard/write_zeroes wait for dependencies
` [PULL 17/18] block/graph-lock: fix missed wakeup in bdrv_graph_co_rdunlock()
` [PULL 18/18] block: Improve readability in HMP 'info blockstats' output
[PATCH v10 0/4] Add full zoned storage emulation to qcow2 driver
2026-05-19 21:20 UTC (7+ messages)
` [PATCH v10 2/4] qcow2: add configurations for zoned format extension
[PATCH v9 00/40] target/mips: add missing Octeon user-mode support
2026-05-19 21:15 UTC (49+ messages)
` [PATCH v9 01/40] linux-user/mips: implement sysmips(MIPS_FLUSH_CACHE)
` [PATCH v9 02/40] linux-user/mips: implement sysmips(MIPS_ATOMIC_SET)
` [PATCH v9 03/40] linux-user/mips, target/mips: honor MIPS_FIXADE for unaligned accesses
` [PATCH v9 04/40] target/mips: fix Octeon arithmetic destination handling
` [PATCH v9 05/40] target/mips: drop Octeon zero-register fast paths
` [PATCH v9 06/40] target/mips: split Octeon SEQ/SNE decode
` [PATCH v9 07/40] target/mips: add Octeon LBX instruction
` [PATCH v9 08/40] target/mips: add Octeon LHUX instruction
` [PATCH v9 09/40] target/mips: add Octeon LWUX instruction
` [PATCH v9 10/40] target/mips: add Octeon SAA instruction
` [PATCH v9 11/40] target/mips: add Octeon SAAD instruction
` [PATCH v9 12/40] target/mips: add Octeon ZCB and ZCBT instructions
` [PATCH v9 13/40] tcg: Introduce tcg_gen_addN_i64
` [PATCH v9 14/40] tcg: Optimize INDEX_op_mul[us]2 for 0 and 1
` [PATCH v9 15/40] target/mips: add Octeon multiplier state
` [PATCH v9 16/40] target/mips: add Octeon MTM instructions
` [PATCH v9 17/40] target/mips: add Octeon MTP instructions
` [PATCH v9 18/40] target/mips: add Octeon VMULU instruction
` [PATCH v9 19/40] target/mips: add Octeon VMM0 instruction
` [PATCH v9 20/40] target/mips: add Octeon V3MULU instruction
` [PATCH v9 21/40] target/mips: add Octeon QMAC instructions
` [PATCH v9 22/40] tests/tcg/mips: add Octeon instruction smoke test
` [PATCH v9 23/40] target/mips: add Octeon LA* atomic instructions
` [PATCH v9 24/40] target/mips: add Octeon COP2 crypto state
` [PATCH v9 25/40] target/mips: add Octeon COP2 crypto helper plumbing
` [PATCH v9 26/40] target/mips: add Octeon CRC COP2 helpers
` [PATCH v9 27/40] target/mips: add Octeon GFM "
` [PATCH v9 28/40] target/mips: add Octeon SHA3 "
` [PATCH v9 29/40] target/mips: add Octeon ZUC "
` [PATCH v9 30/40] target/mips: add Octeon SNOW3G "
` [PATCH v9 31/40] target/mips: add Octeon AES "
` [PATCH v9 32/40] target/mips: add Octeon SMS4 "
` [PATCH v9 33/40] target/mips: add Octeon 3DES and KASUMI "
` [PATCH v9 34/40] target/mips: add Octeon Camellia "
` [PATCH v9 35/40] target/mips: add Octeon HSH "
` [PATCH v9 36/40] target/mips: add Octeon CHORD and LLM "
` [PATCH v9 37/40] target/mips: decode Octeon COP2 selectors explicitly
` [PATCH v9 38/40] target/mips: add Octeon CvmCount RDHWR support
` [PATCH v9 39/40] tests/tcg/mips: cover Octeon COP2, QMAC and CvmCount
` [PATCH v9 40/40] target/mips: expose Octeon68XX floating-point support
[PATCH] linux-user: Fix AT_EXECFN in AUXV for symlinked programs
2026-05-19 21:13 UTC (3+ messages)
[PATCH v3 0/7] hw/arm/smmuv3-accel: Resolve AUTO properties
2026-05-19 21:04 UTC (17+ messages)
` [PATCH v3 2/7] hw/arm/smmuv3-accel: Implement "auto" value for "ats"
` [PATCH v3 4/7] hw/arm/smmuv3-accel: Implement "auto" value for "ssidsize"
` [PATCH v3 6/7] hw/arm/smmuv3: Set default ats, ril, ssidsize, oas to auto
` [PATCH v3 7/7] qemu-options.hx: Support "auto" for accel SMMUv3 properties
[PATCH] docs/devel/tcg-ops: Fix reStructuredText format
2026-05-19 21:00 UTC
[PULL 0/2] Hppa post v11 patches patches
2026-05-19 20:51 UTC (4+ messages)
` [PULL 1/2] hw/pci-host/astro: Encode Astro version numbers
` [PULL 2/2] hw/hppa: Move static variable lasi_dev into MachineState
[PULL 0/4] Linux user next patches
2026-05-19 20:51 UTC (2+ messages)
[PATCH] disas/riscv.c: add 'cbo' insns to disassembler
2026-05-19 20:47 UTC
[PATCH v1 00/15] tests/qtest/migration: Always defer
2026-05-19 20:47 UTC (12+ messages)
` [PATCH v1 01/15] tests/qtest/migration: Move cpr transfer logic into cpr-tests.c
` [PATCH v1 02/15] tests/qtest/migration: Make file-tests defer by default
` [PATCH v1 03/15] tests/qtest/migration: Set file URI "
` [PATCH v1 04/15] tests/qtest/migration: Group unix migration tests
[PATCH] system/rtc: Fix a possible year-2038 integer overflow problem
2026-05-19 20:20 UTC (5+ messages)
[PATCH 1/1] block/linux-aio: bound ioq_submit() recursion depth
2026-05-19 20:19 UTC (3+ messages)
[PATCH 00/14] Make switchover-ack re-usable and add VFIO precopy REINIT feature
2026-05-19 20:11 UTC (8+ messages)
` [PATCH 07/14] migration: Make switchover-ack re-usable
` [PATCH 09/14] vfio/migration: Re-query precopy size before sending VFIO_MIG_FLAG_DEV_INIT_DATA_SENT
` [PATCH 14/14] migration: Enable new switchover-ack
[PULL 0/2] Firmware 20260519 patches
2026-05-19 19:17 UTC (2+ messages)
[PULL 0/1] Qtest patches for 2026-05-18
2026-05-19 19:17 UTC (2+ messages)
[PATCH v2 0/3] vhost-user.rst: clarify when rings are started
2026-05-19 19:15 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] libvhost-user: look for available vq buffers upon SET_VRING_KICK
` [PATCH v2 3/3] vhost-user: inject kick after SET_VRING_KICK
[RFC] vhost-user.rst: clarify when rings are started
2026-05-19 18:29 UTC (3+ messages)
[PULL 00/28] Misc patchesfor python, iotests, qom, crypto & io
2026-05-19 18:09 UTC (3+ messages)
[PATCH v3 0/3] hw/arm/aspeed: add anacapa-bmc machine
2026-05-19 17:48 UTC (4+ messages)
` [PATCH v3 1/3] tests/functional/aspeed: introduce FacebookAspeedTest
` [PATCH v3 2/3] hw/arm/aspeed: add anacapa-bmc machine
` [PATCH v3 3/3] hw/arm/aspeed: anacapa: add FRU EEPROM data
[PATCH v2 0/3] hw/arm/aspeed: add anacapa-bmc machine
2026-05-19 17:47 UTC (6+ messages)
` [PATCH v2 1/3] tests/functional/aspeed: introduce FacebookAspeedTest
` [PATCH v2 2/3] hw/arm/aspeed: add anacapa-bmc machine
[PATCH v2 00/37] bsd-user: Upstream most of the remaining system calls
2026-05-19 17:32 UTC (7+ messages)
` [PATCH v2 01/37] bsd-user: catchup to locking / mapping routines in bsd-misc
` [PATCH v2 02/37] bsd-user: Rename cpu_env to env throughout bsd-user
[PATCH v5 3/4] virtio-gpu: decouple Venus from CONFIG_OPENGL
2026-05-19 17:32 UTC (3+ messages)
[PATCH v3 0/2] MAINTAINERS: Update PhilMD entries
2026-05-19 17:30 UTC (3+ messages)
` [PATCH v3 1/2] MAINTAINERS: Transfer FW schema specs section to Daniel
` [PATCH v3 2/2] MAINTAINERS: Remove PhilMD from firmware sections
[PATCH v5 0/4] virtio-gpu: enable Venus/Vulkan without OpenGL display
2026-05-19 17:28 UTC (3+ messages)
[PATCH] MAINTAINERS: Fix RISCV related paths
2026-05-19 17:26 UTC
[PATCH v7 0/8] hw/nvme: add basic live migration support
2026-05-19 17:21 UTC (3+ messages)
` [PATCH v7 1/8] tests/functional/migration: add VM launch/configure hooks
[PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
2026-05-19 17:20 UTC (2+ messages)
[PATCH v5 00/15] intel_iommu: Enable PASID support for passthrough device
2026-05-19 17:20 UTC (3+ messages)
[PATCH v2 0/4] buildsys: Stop checking for ESA/390 host
2026-05-19 17:12 UTC (5+ messages)
` [PATCH v2 1/4] MAINTAINERS: Fix s390x storage key/attribute device paths
` [PATCH v2 2/4] MAINTAINERS: Fix tcg/s390x/ path
` [PATCH v2 3/4] buildsys: Stop checking for ESA/390 host
` [PATCH v2 4/4] tests/tcg: Explicitly check for 64-bit z/Architecture
[PATCH 0/7] docker: Remove LegacyKeyValueFormat warnings
2026-05-19 16:43 UTC (14+ messages)
` [PATCH 2/7] MAINTAINERS: Cover debian-loongarch-cross.docker with LoongArch section
` [PATCH 3/7] MAINTAINERS: Cover debian-xtensa-cross.docker with Xtensa section
` [PATCH 4/7] MAINTAINERS: Cover debian-tricore-cross.docker with TriCore section
` [PATCH 5/7] MAINTAINERS: Cover python.docker with Python library section
` [PATCH 6/7] docker: Remove LegacyKeyValueFormat warnings in non-generated files
` [PATCH 7/7] docker: Remove LegacyKeyValueFormat warnings in generated files
[PATCH v6 00/27] single-binary: Make riscv cpu.h target independent
2026-05-19 16:45 UTC (3+ messages)
RFC: GitLab issues for security disclosures
2026-05-19 16:19 UTC (4+ messages)
[PATCH v4 00/12] fpu: Export some internals for targets
2026-05-19 15:39 UTC (4+ messages)
` [PATCH v4 11/12] fpu: Saturate the exponent in uncanon_normal
[PATCH 0/2] target/arm: implement FEAT_RNG_TRAP
2026-05-19 15:33 UTC (3+ messages)
` [PATCH 1/2] target/arm: implement FEAT_RNG_TRAP for RNDR/RNDRRS
` [PATCH 2/2] target/arm: advertise FEAT_RNG_TRAP on cortex-max
[RFC PATCH] buildsys: Stop checking for ESA/390 host
2026-05-19 15:32 UTC (3+ messages)
[RFC QEMU PATCH 00/10] Initial Support for VCS Switching
2026-05-19 15:19 UTC (9+ messages)
` [RFC QEMU PATCH 01/10] docs: Add documentation for cxl-vcs-switch
` [RFC QEMU PATCH 03/10] cxl-type3: Properly unmap the memory-backend on device exit
` [RFC QEMU PATCH 04/10] cxl_downstream: enable power controller present capability
` [RFC QEMU PATCH 05/10] cxl-vcs-switch: Initial support for CXL VCS
[PATCH v3 0/2] Fix GCC 16 const-correctness violations
2026-05-19 14:56 UTC (2+ messages)
[PATCH v8 00/18] single-binary: Make hw/arm/ common
2026-05-19 14:45 UTC (19+ messages)
` [PATCH v8 01/18] tests/qtest: fix discarded const qualifier warning
` [PATCH v8 02/18] hw/arm/raspi: Initialize 64-bit CPU types during DeviceRealize()
` [PATCH v8 03/18] hw/arm/raspi: Build objects once
` [PATCH v8 04/18] hw/arm/aspeed: Do not realize 64-bit CPU types under QTest
` [PATCH v8 05/18] hw/arm/aspeed: Build objects once
` [PATCH v8 06/18] hw/arm/meson: Remove now unused arm_ss[] source set
` [PATCH v8 07/18] target/arm: Introduce common system/user meson "
` [PATCH v8 08/18] target/arm: Build gdbstub64.o as common object
` [PATCH v8 09/18] target/arm: Build cpu64.o "
` [PATCH v8 10/18] target/arm: Extract common code related to 'max' CPU
` [PATCH v8 11/18] target/arm: Use make_ccsidr(LEGACY) in 32 bit 'max' CPU type
` [PATCH v8 12/18] target/arm: Implement DBGDEVID* registers in max AArch32 CPU
` [PATCH v8 13/18] target/arm: Only set %kvm_target when KVM is enabled
` [PATCH v8 14/18] target/arm: Factor aarch64_aa32_a57_init() out
` [PATCH v8 15/18] target/arm: Re-use common aarch64_aa32_a57_init() helper
` [PATCH v8 16/18] target/arm: Define 'max' CPU type in cpu-max.c
` [PATCH v8 17/18] target/arm: Build cpu32-system.o as common object
` [PATCH v8 18/18] target/arm: Build cpu-max.c once
[PATCH v2 0/6] ppc/spapr: Add RTAS error injection support for VFIO EEH
2026-05-19 14:47 UTC (3+ messages)
` [PATCH v2 5/6] ppc/spapr: Split VFIO code and refactor EEH interface
[PATCH 0/2] Two hppa cleanup patches
2026-05-19 14:33 UTC (2+ messages)
page: next (older)
- 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 read-only IMAP folder(s) and NNTP newsgroup(s).