[PATCH 00/11] hw/arm/smmuv3-accel: Resolve AUTO properties
2026-04-11 1:52 UTC (26+ messages)
` [PATCH 01/11] hw/arm/smmuv3-accel: Add helper for resolving auto parameters
` [PATCH 02/11] hw/arm/smmuv3-accel: Implement "auto" value for "ats"
` [PATCH 03/11] hw/arm/smmuv3: Change the default ats support to match the host
` [PATCH 04/11] vfio/pci: Add ats property and mask ATS cap when not exposed
` [PATCH 05/11] hw/arm/smmuv3-accel: Implement "auto" value for "ril"
` [PATCH 06/11] hw/arm/smmuv3: Change the default ril support to match the host
` [PATCH 07/11] hw/arm/smmuv3-accel: Implement "auto" value for "ssidsize"
` [PATCH 09/11] hw/arm/smmuv3-accel: Implement "auto" value for "oas"
[PATCH 0/9] target/arm: Remove MO_TE to compile MVE/M helpers once
2026-04-10 20:06 UTC (10+ messages)
` [PATCH 1/9] target/arm: Replace MO_TE -> MO_LE for Aarch64
` [PATCH 2/9] target/arm: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH 3/9] target/arm: Conceal MO_TE within mve_advance_vpt()
` [PATCH 4/9] target/arm: Conceal MO_TE within MVE DO_VSTR() macro
` [RFC PATCH 5/9] target/arm: Introduce mo_endian() helper
` [PATCH 6/9] target/arm: Replace MO_TE -> mo_endian() for MVE helpers
` [PATCH 7/9] target/arm: Compile mve_helper.c once
` [PATCH 8/9] target/arm: Replace MO_TE -> mo_endian() for Cortex-M helpers
` [PATCH 9/9] target/arm: Compile m_helper.c once
[PATCH v2 0/2] hw/arm/smmuv3: Avoid including CONFIG_DEVICES in hw/ header
2026-04-10 20:00 UTC (3+ messages)
` [PATCH v2 1/2] hw/arm/smmuv3: Have smmuv3_accel_init() take an Error* parameter
` [PATCH v2 2/2] hw/arm/smmuv3: Avoid including CONFIG_DEVICES in hw/ header
[PATCH-for-11.1 v5] target/arm: Remove target_ulong use in hvf_handle_psci_call()
2026-04-10 19:42 UTC
[PATCH-for-11.1 v4] target/arm: Use vaddr type in handle_psci_call()
2026-04-10 18:19 UTC (3+ messages)
[RFC PATCH 00/35] target/arm: fully model WFxT instructions for A-profile
2026-04-10 16:19 UTC (7+ messages)
` [RFC PATCH 24/35] target/arm: remove event_register check from arm_cpu_has_work
` [RFC PATCH 30/35] target/arm: implement global monitor events
[PATCH v2 00/65] arm: Implement an emulation of GICv5 interrupt controller
2026-04-10 15:04 UTC (3+ messages)
` [PATCH v2 10/65] hw/intc/arm_gicv5: Implement IRS ID regs
[PATCH v4 0/3] hvf: map granule abstraction, configurable IPA, and MAP_FIXED alignment fix
2026-04-10 14:13 UTC (4+ messages)
[PATCH] hw/arm/virt: add serial-debug-level property for EDK2 firmware
2026-04-10 12:30 UTC (4+ messages)
[PATCH v9 0/6] Mitigation of "failed to load cpu:cpreg_vmstate_array_len" migration failures
2026-04-10 12:22 UTC (13+ messages)
` [PATCH v9 1/6] target/arm/cpu: Introduce the infrastructure for cpreg migration tolerances
` [PATCH v9 2/6] target/arm/machine: Take account cpreg mig tolerances in case of mismatch
` [PATCH v9 3/6] target/arm/cpu64: Mitigate migration failures due to spurious TCR_EL1, PIRE0_EL1 and PIR_EL1
` [PATCH v9 4/6] target/arm/cpu64: Define cpreg migration tolerance for KVM_REG_ARM_VENDOR_HYP_BMAP_2
` [PATCH v9 5/6] target/arm/helper: Define cpreg migration tolerance for DGBDTR_EL0
` [PATCH v9 6/6] Revert "target/arm: Reinstate bogus AArch32 DBGDTRTX register for migration compat"
[PATCH] target/arm/hvf: Fix WFI halting to stop idle vCPU spinning
2026-04-10 6:18 UTC (5+ messages)
` [PATCH v2] "
[PATCH v6 0/6] target/arm: ISV=0 data abort emulation library
2026-04-10 5:20 UTC (14+ messages)
` [PATCH v6 1/6] target/arm/emulate: add ISV=0 emulation library with load/store immediate
` [PATCH v6 2/6] target/arm/emulate: add load/store register offset
` [PATCH v6 3/6] target/arm/emulate: add load/store pair
` [PATCH v6 4/6] target/arm/emulate: add load/store exclusive
` [PATCH v6 5/6] target/arm/emulate: add atomic, compare-and-swap, and PAC load
` [PATCH v6 6/6] target/arm/hvf, whpx: wire ISV=0 emulation for data aborts
[PATCH 0/5] hw: Fix unit addresses of FDT CPU nodes
2026-04-09 23:10 UTC (20+ messages)
` [PATCH 1/5] hw/arm: "
` [PATCH 2/5] hw/loongarch: Use hex unit addresses in "
` [PATCH 3/5] hw/mips: "
` [PATCH 4/5] hw/or1k: "
` [PATCH 5/5] hw/riscv: "
[PATCH v5 0/4] virtio-gpu: enable Venus/Vulkan without OpenGL display
2026-04-09 17:52 UTC (2+ messages)
[PATCH-for-11.1] target/arm: Replace target_ulong -> vaddr in guarded_page_br()
2026-04-09 15:55 UTC (2+ messages)
[PATCH v11 00/21] target/arm: single-binary
2026-04-09 15:52 UTC (31+ messages)
` [PATCH v11 01/21] include/tcg/tcg-op: extract memory operations to tcg-op-mem.h
` [PATCH v11 02/21] target/arm/translate.h: remove tcg-op.h include
` [PATCH v11 03/21] target/arm/tcg/translate.h: remove tcg-op-gvec.h include
` [PATCH v11 04/21] target/arm/tcg/translate.h: remove TARGET_AARCH64
` [PATCH v11 05/21] target/arm/tcg/translate-vfp.c: make compilation unit common
` [PATCH v11 06/21] target/arm/tcg/translate-neon.c: "
` [PATCH v11 07/21] target/arm/tcg/translate-mve.c: "
` [PATCH v11 08/21] target/arm/tcg/translate-m-nocp.c: "
` [PATCH v11 09/21] target/arm/tcg/op_helper.c: "
` [PATCH v11 10/21] target/arm/tcg/gengvec.c: "
` [PATCH v11 11/21] target/arm/tcg/translate.c: remove MO_TE usage
` [PATCH v11 12/21] target/arm/tcg/translate.c: replace target_ulong with uint32_t
` [PATCH v11 13/21] target/arm/tcg/translate.c: extract aarch64_translate_code()
` [PATCH v11 14/21] tcg/translator: add parameter to translator_loop for current addr type
` [PATCH v11 15/21] target/arm/tcg/translate.c: replace TCGv with TCGv_va
` [PATCH v11 16/21] target/arm/tcg/translate-a64.c: use translator_ldl_end instead of arm_ldl_code
` [PATCH v11 17/21] target/arm/tcg/arm_ldst.h: merge in translate.c
` [PATCH v11 18/21] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end
` [PATCH v11 19/21] target/arm/cpu.c: simplify endianness handling in arm_disas_set_info
` [PATCH v11 20/21] target/arm/tcg/translate.c: remove target_ulong
` [PATCH v11 21/21] target/arm/tcg/translate.c: make compilation unit common
[PATCH v2 1/3] hw/display: Add i.MX6UL LCDIF device model
2026-04-09 14:49 UTC (6+ messages)
` [PATCH v2 2/3] hw/display: Build i.MX6UL LCDIF via its own config symbol
` [PATCH v2 3/3] hw/arm/fsl-imx6ul: Wire in the LCDIF device model
[PATCH v19 0/8] Specifying cache topology on ARM
2026-04-09 12:40 UTC (3+ messages)
[PATCH 0/3] hw/iommu: Avoid including CONFIG_DEVICES in hw/ header
2026-04-09 12:32 UTC (4+ messages)
` [PATCH 1/3] hw/arm/smmuv3: "
[PATCH v2 0/7] target/arm: Remove bswap_code
2026-04-09 4:48 UTC (11+ messages)
` [PATCH v2 1/7] linux-user/arm: Restrict regpairs_aligned
` [PATCH v2 2/7] target/arm: Only define aarch64_untagged_addr for aarch64
` [PATCH v2 3/7] target/arm: Segregate target-specific user-only fields
` [PATCH v2 4/7] target/arm: Store SVC immediate for user-only
` [PATCH v2 5/7] target/arm: Recognize linux faux BPKT
` [PATCH v2 6/7] target/arm: Introduce EXCP_NWFPE
` [PATCH v2 7/7] target/arm: Remove bswap_code
[PATCH 0/2] target/arm: Remove bswap_code
2026-04-08 21:21 UTC (7+ messages)
` [PATCH 1/2] linux-user/arm: Improve get_user_code_u32 and usage
` [PATCH 2/2] target/arm: Remove bswap_code
[PATCH v1 0/2] hw: introduce a lightweight MCTP-over-I2C responder
2026-04-08 8:59 UTC (3+ messages)
` [PATCH v1 1/2] hw/misc: introduce mctp I2C responder and NCSI support
` [PATCH v1 2/2] hw/arm/aspeed: add mctp responder device for test
[PATCH v10 00/21] target/arm: single-binary
2026-04-07 22:34 UTC (39+ messages)
` [PATCH v10 01/21] include/tcg/tcg-op: extract memory operations to tcg-op-mem.h
` [PATCH v10 02/21] target/arm/translate.h: remove tcg-op.h include
` [PATCH v10 03/21] target/arm/tcg/translate.h: remove tcg-op-gvec.h include
` [PATCH v10 04/21] target/arm/tcg/translate.h: remove TARGET_AARCH64
` [PATCH v10 05/21] target/arm/tcg/translate-vfp.c: make compilation unit common
` [PATCH v10 06/21] target/arm/tcg/translate-neon.c: "
` [PATCH v10 07/21] target/arm/tcg/translate-mve.c: "
` [PATCH v10 08/21] target/arm/tcg/translate-m-nocp.c: "
` [PATCH v10 09/21] target/arm/tcg/op_helper.c: "
` [PATCH v10 10/21] target/arm/tcg/gengvec.c: "
` [PATCH v10 11/21] target/arm/tcg/translate.c: remove MO_TE usage
` [PATCH v10 12/21] target/arm/tcg/translate.c: replace target_ulong with uint32_t
` [PATCH v10 13/21] target/arm/tcg/translate.c: extract aarch64_translate_code()
` [PATCH v10 14/21] tcg/translator: add parameter to translator_loop for current addr type
` [PATCH v10 15/21] target/arm/tcg/translate.c: replace TCGv with TCGv_va
` [PATCH v10 16/21] target/arm/tcg/translate-a64.c: use translator_ldl_end instead of arm_ldl_code
` [PATCH v10 17/21] target/arm/tcg/arm_ldst.h: merge in translate.c
` [PATCH v10 18/21] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end
` [PATCH v10 19/21] target/arm/cpu.c: simplify endianness handling in arm_disas_set_info
` [PATCH v10 20/21] target/arm/tcg/translate.c: remove target_ulong
` [PATCH v10 21/21] target/arm/tcg/translate.c: make compilation unit common
` [PATCH v10 19.5/21] linux-user/arm: Inline bswap_code()
[PATCH 0/8] tree-wide: use g_clear_handle_id() for GSource cleanup
2026-04-08 10:12 UTC (3+ messages)
[PATCH v9 00/20] target/arm: single-binary
2026-04-08 8:52 UTC (21+ messages)
` [PATCH v9 06/20] target/arm/tcg/translate-neon.c: make compilation unit common
` [PATCH v9 08/20] target/arm/tcg/translate-m-nocp.c: "
` [PATCH v9 10/20] target/arm/tcg/gengvec.c: "
` [PATCH v9 13/20] target/arm/tcg/translate.c: extract aarch64_translate_code()
` [PATCH v9 16/20] target/arm/tcg/translate-a64.c: use translator_ldl_end instead of arm_ldl_code
` [PATCH v9 18/20] target/arm/tcg/translate.c: replace translator_ldl_swap with translator_ldl_end
` [PATCH v9 19/20] target/arm/tcg/translate.c: remove target_ulong
[PATCH 1/8] hw/char: use g_clear_handle_id() for GSource cleanup
2026-04-08 1:01 UTC
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