messages from 2025-07-02 11:39:57 to 2025-07-02 15:20:16 UTC [more...]
[PATCH v3 00/68] accel: Preparatory cleanups for split-accel
2025-07-02 15:19 UTC (44+ messages)
` [PATCH v3 02/68] system/cpus: Defer memory layout changes until vCPUs are realized
` [PATCH v3 15/68] accel: Remove unused MachineState argument of AccelClass::setup_post()
` [PATCH v3 20/68] accel/system: Introduce AccelClass::pre_resume_vm() handler
` [PATCH v3 21/68] accel/whpx: Convert ops::synchronize_pre_resume() -> pre_resume_vm()
` [PATCH v3 23/68] hw/core/machine: Display CPU model name in 'info cpus' command
` [PATCH v3 24/68] accel/system: Add 'info accel' on human monitor
` [PATCH v3 28/68] accel/hvf: Report missing com.apple.security.hypervisor entitlement
` [PATCH v3 29/68] accel/hvf: Restrict internal declarations
` [PATCH v3 30/68] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
` [PATCH v3 31/68] accel/hvf: Move generic method declarations to hvf-all.c
` [PATCH v3 33/68] accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PATCH v3 34/68] accel/nvmm: "
` [PATCH v3 35/68] accel/whpx: "
` [PATCH v3 42/68] target/arm: Use generic hwaccel_enabled() to check 'host' cpu type
` [PATCH v3 43/68] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
` [PATCH v3 54/68] accel: Factor accel_cpu_realize() out
` [PATCH v3 55/68] accel/tcg: Factor tcg_vcpu_init() out for re-use
` [PATCH v3 56/68] accel/tcg: Unregister the RCU before exiting RR thread
` [PATCH v3 57/68] accel/tcg: Expose vcpu_[un]register() for MTTCG
[PATCH v3 00/97] target/arm: Implement FEAT_SME2p1
2025-07-02 13:34 UTC (98+ messages)
` [PATCH v3 01/97] target/arm: Introduce FPST_ZA, FPST_ZA_F16
` [PATCH v3 02/97] target/arm: Use FPST_ZA for sme_fmopa_[hsd]
` [PATCH v3 03/97] target/arm: Rename zarray to za_state.za
` [PATCH v3 04/97] target/arm: Add isar feature tests for SME2p1, SVE2p1
` [PATCH v3 05/97] target/arm: Add ZT0
` [PATCH v3 06/97] target/arm: Add zt0_excp_el to DisasContext
` [PATCH v3 07/97] target/arm: Implement SME2 ZERO ZT0
` [PATCH v3 08/97] target/arm: Add alignment argument to gen_sve_{ldr, str}
` [PATCH v3 09/97] target/arm: Implement SME2 LDR/STR ZT0
` [PATCH v3 10/97] target/arm: Implement SME2 MOVT
` [PATCH v3 11/97] target/arm: Split get_tile_rowcol argument tile_index
` [PATCH v3 12/97] target/arm: Rename MOVA for translate
` [PATCH v3 13/97] target/arm: Split out get_zarray
` [PATCH v3 14/97] target/arm: Introduce ARMCPU.sme_max_vq
` [PATCH v3 15/97] target/arm: Implement SME2 MOVA to/from tile, multiple registers
` [PATCH v3 16/97] target/arm: Implement SME2 MOVA to/from array, "
` [PATCH v3 17/97] target/arm: Implement SME2 BMOPA
` [PATCH v3 18/97] target/arm: Implement SME2 SMOPS, UMOPS (2-way)
` [PATCH v3 19/97] target/arm: Introduce gen_gvec_sve2_sqdmulh
` [PATCH v3 20/97] target/arm: Implement SME2 Multiple and Single SVE Destructive
` [PATCH v3 21/97] target/arm: Implement SME2 Multiple Vectors "
` [PATCH v3 22/97] target/arm: Implement SME2 ADD/SUB (array results, multiple and single vector)
` [PATCH v3 23/97] target/arm: Implement SME2 ADD/SUB (array results, multiple vectors)
` [PATCH v3 24/97] target/arm: Pass ZA to helper_sve2_fmlal_zz[zx]w_s
` [PATCH v3 25/97] target/arm: Add helper_gvec{_ah}_bfmlsl{_nx}
` [PATCH v3 26/97] target/arm: Implement SME2 FMLAL, BFMLAL
` [PATCH v3 27/97] target/arm: Implement SME2 FDOT
` [PATCH v3 28/97] target/arm: Implement SME2 BFDOT
` [PATCH v3 29/97] target/arm: Implement SME2 FVDOT, BFVDOT
` [PATCH v3 30/97] target/arm: Rename helper_gvec_*dot_[bh] to *_4[bh]
` [PATCH v3 31/97] target/arm: Implemement SME2 SDOT, UDOT, USDOT, SUDOT
` [PATCH v3 32/97] target/arm: Rename SVE SDOT and UDOT patterns
` [PATCH v3 33/97] target/arm: Tighten USDOT (vectors) decode
` [PATCH v3 34/97] target/arm: Implement SDOT, UDOT (2-way) for SME2/SVE2p1
` [PATCH v3 35/97] target/arm: Implement SME2 SVDOT, UVDOT, SUVDOT, USVDOT
` [PATCH v3 36/97] target/arm: Implement SME2 SMLAL, SMLSL, UMLAL, UMLSL
` [PATCH v3 37/97] target/arm: Rename gvec_fml[as]_[hs] with _nf_ infix
` [PATCH v3 38/97] target/arm: Implement SME2 FMLA, FMLS
` [PATCH v3 39/97] target/arm: Implement SME2 BFMLA, BFMLS
` [PATCH v3 40/97] target/arm: Implement SME2 FADD, FSUB, BFADD, BFSUB
` [PATCH v3 41/97] target/arm: Implement SME2 ADD/SUB (array accumulator)
` [PATCH v3 42/97] target/arm: Implement SME2 BFCVT, BFCVTN, FCVT, FCVTN
` [PATCH v3 43/97] target/arm: Implement SME2 FCVT (widening), FCVTL
` [PATCH v3 44/97] target/arm: Implement SME2 FCVTZS, FCVTZU
` [PATCH v3 45/97] target/arm: Implement SME2 SCVTF, UCVTF
` [PATCH v3 46/97] target/arm: Implement SME2 FRINTN, FRINTP, FRINTM, FRINTA
` [PATCH v3 47/97] target/arm: Introduce do_[us]sat_[bhs] macros
` [PATCH v3 48/97] target/arm: Use do_[us]sat_[bhs] in sve_helper.c
` [PATCH v3 49/97] target/arm: Implement SME2 SQCVT, UQCVT, SQCVTU
` [PATCH v3 50/97] target/arm: Implement SQCVTN, UQCVTN, SQCVTUN for SME2/SVE2p1
` [PATCH v3 51/97] target/arm: Implement SME2 SUNPK, UUNPK
` [PATCH v3 52/97] target/arm: Implement SME2 ZIP, UZP (four registers)
` [PATCH v3 53/97] target/arm: Move do_urshr, do_srshr to vec_internal.h
` [PATCH v3 54/97] target/arm: Implement SME2 SQRSHR, UQRSHR, SQRSHRN
` [PATCH v3 55/97] target/arm: Implement SME2 ZIP, UZP (two registers)
` [PATCH v3 56/97] target/arm: Implement SME2 FCLAMP, SCLAMP, UCLAMP
` [PATCH v3 57/97] target/arm: Enable SCLAMP, UCLAMP for SVE2p1
` [PATCH v3 58/97] target/arm: Implement FCLAMP for SME2, SVE2p1
` [PATCH v3 59/97] target/arm: Implement SME2p1 Multiple Zero
` [PATCH v3 60/97] target/arm: Introduce pred_count_test
` [PATCH v3 61/97] target/arm: Fold predtest_ones into helper_sve_brkns
` [PATCH v3 62/97] target/arm: Split out do_whilel from helper_sve_whilel
` [PATCH v3 63/97] target/arm: Split out do_whileg from helper_sve_whileg
` [PATCH v3 64/97] target/arm: Move scale by esz into helper_sve_while*
` [PATCH v3 65/97] target/arm: Split trans_WHILE to lt and gt
` [PATCH v3 66/97] target/arm: Enable PSEL for SVE2p1
` [PATCH v3 67/97] target/arm: Implement SVE2p1 WHILE (predicate pair)
` [PATCH v3 68/97] target/arm: Implement SVE2p1 WHILE (predicate as counter)
` [PATCH v3 69/97] target/arm: Implement SVE2p1 PTRUE "
` [PATCH v3 70/97] target/arm: Implement {ADD, SMIN, SMAX, UMIN, UMAX}QV for SVE2p1
` [PATCH v3 71/97] target/arm: Implement SVE2p1 PEXT
` [PATCH v3 72/97] target/arm: Implement SME2 SEL
` [PATCH v3 73/97] target/arm: Implement ANDQV, ORQV, EORQV for SVE2p1
` [PATCH v3 74/97] target/arm: Implement FADDQV, F{MIN, MAX}{NM}QV "
` [PATCH v3 75/97] target/arm: Implement BFMLSLB{L,T} for SME2/SVE2p1
` [PATCH v3 76/97] target/arm: Implement CNTP (predicate as counter) "
` [PATCH v3 77/97] target/arm: Implement DUPQ for SME2p1/SVE2p1
` [PATCH v3 78/97] target/arm: Implement EXTQ "
` [PATCH v3 79/97] target/arm: Implement PMOV "
` [PATCH v3 80/97] target/arm: Implement ZIPQ, UZPQ "
` [PATCH v3 81/97] target/arm: Implement TBLQ, TBXQ "
` [PATCH v3 82/97] target/arm: Implement SME2 counted predicate register load/store
` [PATCH v3 83/97] target/arm: Split the ST_zpri and ST_zprr patterns
` [PATCH v3 84/97] target/arm: Implement {LD1, ST1}{W, D} (128-bit element) for SVE2p1
` [PATCH v3 85/97] target/arm: Move ld1qq and st1qq primitives to sve_ldst_internal.h
` [PATCH v3 86/97] target/arm: Implement {LD, ST}[234]Q for SME2p1/SVE2p1
` [PATCH v3 87/97] target/arm: Implement LD1Q, ST1Q for SVE2p1
` [PATCH v3 88/97] target/arm: Implement MOVAZ for SME2p1
` [PATCH v3 89/97] target/arm: Implement LUTI2, LUTI4 for SME2/SME2p1
` [PATCH v3 90/97] target/arm: Rename FMOPA_h to FMOPA_w_h
` [PATCH v3 91/97] target/arm: Rename BFMOPA to BFMOPA_w
` [PATCH v3 92/97] target/arm: Support FPCR.AH in SME FMOPS, BFMOPS
` [PATCH v3 93/97] target/arm: Implement FMOPA (non-widening) for fp16
` [PATCH v3 94/97] target/arm: Implement SME2 BFMOPA (non-widening)
` [PATCH v3 95/97] target/arm: Enable FEAT_SME2p1 on -cpu max
` [PATCH v3 97/97] tests/tcg/aarch64: Add sme2-matmul test case
[PATCH v2] tests/functional: test device passthrough on aarch64
2025-07-02 13:48 UTC (4+ messages)
[PATCH] x86/cpu: Handle SMM mode in x86_cpu_dump_state for softmmu
2025-07-02 15:10 UTC (3+ messages)
[PATCH v5 00/11] hw/arm/virt: Add support for user creatable SMMUv3 device
2025-07-02 15:08 UTC (3+ messages)
[PATCH V5 00/38] Live update: vfio and iommufd
2025-07-02 15:07 UTC (36+ messages)
` [PATCH V5 04/38] vfio/container: preserve descriptors
` [PATCH V5 18/38] vfio-pci: preserve MSI
` [PATCH V5 29/38] vfio/iommufd: register container for cpr
` [PATCH V5 30/38] migration: vfio cpr state hook
` [PATCH V5 31/38] vfio/iommufd: cpr state
` [PATCH V5 32/38] vfio/iommufd: preserve descriptors
` [PATCH V5 33/38] vfio/iommufd: reconstruct device
` [PATCH V5 35/38] vfio/iommufd: change process
` [PATCH V5 38/38] vfio: doc changes for cpr
[PATCH] vfio-user: do not register vfio-user container with cpr
2025-07-02 13:44 UTC (9+ messages)
FreeBSD 14.1 aarch64 iso URL is down
2025-07-02 14:57 UTC (11+ messages)
[PATCH v3 0/3] migration: propagate vTPM errors using Error objects
2025-07-02 14:53 UTC (10+ messages)
` [PATCH v3 1/3] migration: Pass Error object errp into vm state loading functions
` [PATCH v3 2/3] migration: Introduce a post_load_with_error hook
` [PATCH v3 3/3] backends/tpm: Propagate vTPM error on migration failure
[PATCH v3 00/12] target/arm: Fix M-profile helper loads/stores alignment checks
2025-07-02 14:53 UTC (26+ messages)
` [PATCH v3 01/12] target/arm: Bring VLSTM/VLLDM helper store/load closer to the ARM pseudocode
` [PATCH v3 02/12] target/arm: Fix BLXNS helper store alignment checks
` [PATCH v3 03/12] target/arm: Fix function_return helper load "
` [PATCH v3 04/12] target/arm: Fix VLDR "
` [PATCH v3 05/12] target/arm: Fix VSTR helper store "
` [PATCH v3 06/12] target/arm: Fix VLDR_SG helper load "
` [PATCH v3 07/12] target/arm: Fix VSTR_SG helper store "
` [PATCH v3 08/12] target/arm: Fix VLD4 helper load "
` [PATCH v3 09/12] target/arm: Fix VLD2 "
` [PATCH v3 10/12] target/arm: Fix VST4 helper store "
` [PATCH v3 11/12] target/arm: Fix VST2 "
` [PATCH v3 12/12] target/arm: Fix helper macros indentation in mve_helper.c
[PATCH] target/riscv: rvv: Minimum VLEN needs to respect V/Zve extensions
2025-07-02 14:48 UTC (2+ messages)
[PULL 00/43] target-arm queue
2025-07-02 14:33 UTC (2+ messages)
[PULL 0/3] Misc QGA fixes for 2025-07-01
2025-07-02 14:33 UTC (2+ messages)
[PATCH] tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO image
2025-07-02 14:32 UTC (2+ messages)
[PATCH v3 00/10] target/arm: SME1/SVE2 fixes
2025-07-02 14:11 UTC (13+ messages)
` [PATCH v3 01/10] target/arm: Fix SME vs AdvSIMD exception priority
` [PATCH v3 02/10] target/arm: Fix sve_access_check for SME
` [PATCH v3 03/10] target/arm: Fix 128-bit element ZIP, UZP, TRN
` [PATCH v3 04/10] target/arm: Replace @rda_rn_rm_e0 in sve.decode
` [PATCH v3 05/10] target/arm: Fix FMMLA (64-bit element) for 128-bit VL
` [PATCH v3 06/10] target/arm: Disable FEAT_F64MM if maximum SVE vector size too small
` [PATCH v3 07/10] target/arm: Fix PSEL size operands to tcg_gen_gvec_ands
` [PATCH v3 08/10] target/arm: Fix f16_dotadd vs nan selection
` [PATCH v3 09/10] target/arm: Fix bfdotadd_ebf "
` [PATCH v3 10/10] target/arm: Remove CPUARMState.vfp.scratch
[PATCH v2 00/27] Implementing a MSHV (Microsoft Hypervisor) accelerator
2025-07-02 13:48 UTC (6+ messages)
` [PATCH v2 05/27] include/hw/hyperv: Add MSHV ABI header definitions
[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
2025-07-02 13:24 UTC (12+ messages)
` [PULL 35/35] qom: reverse order of instance_post_init calls
` [Regression] "
[PULL 00/15] Maintainer updates for June (gitlab, semihosting, plugins, virtio-gpu)
2025-07-02 12:59 UTC (2+ messages)
[PATCH v2] i386/tdx: Build TDX only for 64-bit target
2025-07-02 12:57 UTC (2+ messages)
[PATCH v3 0/2] block/qapi: include child references in block device info
2025-07-02 12:31 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] block/qapi: make @node-name in @BlockDeviceInfo non-optional
[PATCH v2 00/12] aio: add the aio_add_sqe() io_uring API
2025-07-02 12:10 UTC (3+ messages)
` [PATCH v2 01/12] aio-posix: fix race between io_uring CQE and AioHandler deletion
[PATCH 0/3] migration: propagate vTPM errors using Error objects
2025-07-02 11:39 UTC (4+ messages)
` [PATCH 3/3] backends/tpm: Propagate vTPM error on migration failure
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).