qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-06 17:06:15 to 2025-02-06 23:17:16 UTC [more...]

[PATCH v5 0/5] Allow to enable multifd and postcopy migration together
 2025-02-06 23:16 UTC  (9+ messages)
` [PATCH v5 1/5] migration/multifd: move macros to multifd header
` [PATCH v5 2/5] migration: refactor ram_save_target_page functions
` [PATCH v5 3/5] migration: enable multifd and postcopy together
` [PATCH v5 5/5] tests/qtest/migration: consolidate set capabilities

[PATCH] ui/gtk-gl-area: Remove extra draw call in refresh
 2025-02-06 22:53 UTC 

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-02-06 22:46 UTC  (26+ messages)

[PATCH 0/2] rust: small cleanups to Cargo.toml files
 2025-02-06 22:31 UTC  (4+ messages)
` [PATCH 2/2] rust: include rust_version in Cargo.toml

[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-06 22:16 UTC  (34+ messages)
` [PATCH v4 07/33] io: tls: Allow terminating the TLS session gracefully with EOF
` [PATCH v4 08/33] migration/multifd: Allow premature EOF on TLS incoming channels
` [PATCH v4 19/33] migration: Add save_live_complete_precopy_thread handler

[PATCH v4 00/17] hw/arm: Add NPCM8XX Support
 2025-02-06 22:12 UTC  (18+ messages)
` [PATCH v4 01/17] roms: Update vbootrom to 1287b6e
` [PATCH v4 02/17] pc-bios: Add NPCM8XX vBootrom
` [PATCH v4 03/17] hw/ssi: Make flash size a property in NPCM7XX FIU
` [PATCH v4 04/17] hw/misc: Rename npcm7xx_gcr to npcm_gcr
` [PATCH v4 05/17] hw/misc: Move NPCM7XX GCR to NPCM GCR
` [PATCH v4 06/17] hw/misc: Add nr_regs and cold_reset_values "
` [PATCH v4 07/17] hw/misc: Add support for NPCM8XX GCR
` [PATCH v4 08/17] hw/misc: Store DRAM size in NPCM8XX GCR Module
` [PATCH v4 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module
` [PATCH v4 10/17] hw/misc: Rename npcm7xx_clk to npcm_clk
` [PATCH v4 11/17] hw/misc: Move NPCM7XX CLK to NPCM CLK
` [PATCH v4 12/17] hw/misc: Add nr_regs and cold_reset_values "
` [PATCH v4 13/17] hw/misc: Support NPCM8XX CLK Module Registers
` [PATCH v4 14/17] hw/net: Add NPCM8XX PCS Module
` [PATCH v4 15/17] hw/arm: Add NPCM8XX SoC
` [PATCH v4 16/17] hw/arm: Add NPCM845 Evaluation board
` [PATCH v4 17/17] docs/system/arm: Add Description for NPCM8XX SoC

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-02-06 21:58 UTC  (22+ messages)
` [PATCH v2 07/18] hw/arm/fsl-imx8mp: Add USDHC storage controllers
` [PATCH v2 09/18] hw/arm/fsl-imx8mp: Add GPIO controllers
` [PATCH v2 10/18] hw/arm/fsl-imx8mp: Add I2C controllers
` [PATCH v2 11/18] hw/arm/fsl-imx8mp: Add SPI controllers
` [PATCH v2 12/18] hw/arm/fsl-imx8mp: Add watchdog support
` [PATCH v2 13/18] hw/arm/fsl-imx8mp: Implement gneral purpose timers
` [PATCH v2 14/18] hw/arm/fsl-imx8mp: Add Ethernet controller
` [PATCH v2 15/18] hw/arm/fsl-imx8mp: Add USB support
` [PATCH v2 17/18] hw/arm/fsl-imx8mp: Add on-chip RAM
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

[PATCH v5 00/16] hw/microblaze: Allow running cross-endian vCPUs
 2025-02-06 21:40 UTC  (22+ messages)
` [PATCH v5 02/16] hw/net/xilinx_ethlite: Make device endianness configurable
` [PATCH v5 11/16] hw/microblaze: Support various endianness for s3adsp1800 machines
` [PATCH v5 14/16] tests/functional: Remove sleep() kludges from microblaze tests

[PATCH 0/4] vfio/igd: sync PCI IDs with i915
 2025-02-06 21:26 UTC  (3+ messages)
` [PATCH 3/4] vfio/igd: use PCI ID defines to detect IGD gen

[PATCH 00/22] target/riscv: declarative CPU definitions
 2025-02-06 21:16 UTC  (24+ messages)
` [PATCH 01/22] target/riscv: remove unused macro DEFINE_CPU
` [PATCH 02/22] target/riscv: introduce RISCVCPUDef
` [PATCH 03/22] target/riscv: store RISCVCPUDef struct directly in the class
` [PATCH 04/22] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PATCH 05/22] target/riscv: move RISCVCPUConfig fields to a header file
` [PATCH 06/22] target/riscv: add more RISCVCPUDef fields
` [PATCH 07/22] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PATCH 08/22] target/riscv: convert profile CPU models "
` [PATCH 09/22] target/riscv: convert bare "
` [PATCH 10/22] target/riscv: move 128-bit check to TCG realize
` [PATCH 11/22] target/riscv: convert dynamic CPU models to RISCVCPUDef
` [PATCH 12/22] target/riscv: convert SiFive E "
` [PATCH 13/22] target/riscv: convert ibex "
` [PATCH 14/22] target/riscv: convert SiFive U "
` [PATCH 15/22] target/riscv: th: make CSR insertion test a bit more intuitive
` [PATCH 16/22] target/riscv: generalize custom CSR functionality
` [PATCH 17/22] target/riscv: convert TT C906 to RISCVCPUDef
` [PATCH 18/22] target/riscv: convert TT Ascalon "
` [PATCH 19/22] target/riscv: convert Ventana V1 "
` [PATCH 20/22] target/riscv: convert Xiangshan Nanhu "
` [PATCH 21/22] target/riscv: remove .instance_post_init
` [PATCH 22/22] target/riscv: move SATP modes out of CPUConfig

[RFC PATCH 0/4] crypto,io,migration: Add support to gnutls_bye()
 2025-02-06 21:08 UTC  (7+ messages)
` [RFC PATCH 1/4] crypto: Allow gracefully ending the TLS session
` [RFC PATCH 2/4] io: tls: Add qio_channel_tls_bye
` [RFC PATCH 3/4] migration/multifd: Terminate the TLS connection
` [RFC PATCH 4/4] migration: Check migration error after loadvm

[PATCH 0/7] hw/riscv: Move few units to common_ss[]
 2025-02-06 20:54 UTC  (11+ messages)
` [PATCH 1/7] MAINTAINERS: Unify Alistair's professional email address
` [PATCH 2/7] target/riscv: Move target-agnostic definitions to 'cpu-qom.h'
` [PATCH 3/7] hw/riscv/opentitan: Include missing 'exec/address-spaces.h' header
` [PATCH 4/7] hw/riscv/boot: Use 'hwaddr' type for firmware addresses
` [PATCH 5/7] hw/riscv/iommu: Reduce needs for target-specific code
` [PATCH 6/7] hw/riscv/hart: Make 'riscv_hart.h' header target-agnostic
` [PATCH 7/7] hw/riscv: Move few objects to common_ss[] to build them once

[PATCH 0/6] hw: Centralize handling, improve error messages for -machine dumpdtb
 2025-02-06 20:52 UTC  (9+ messages)
` [PATCH 1/6] monitor/hmp-cmds.c: Clean up hmp_dumpdtb printf
` [PATCH 2/6] hw/openrisc: Support monitor dumpdtb command
` [PATCH 5/6] hw: Centralize handling of -machine dumpdtb option
` [PATCH 6/6] hw/core/machine.c: Make -machine dumpdtb=file.dtb with no DTB an error

[PATCH] block: Remove unused blk_op_is_blocked()
 2025-02-06 20:44 UTC  (4+ messages)

[PATCH 00/61] target/arm: Implement FEAT_SME2
 2025-02-06 19:57 UTC  (62+ messages)
` [PATCH 01/61] tcg: Add dbase argument to do_dup_store
` [PATCH 02/61] tcg: Add dbase argument to do_dup
` [PATCH 03/61] tcg: Add dbase argument to expand_clr
` [PATCH 04/61] tcg: Add base arguments to check_overlap_[234]
` [PATCH 05/61] tcg: Split out tcg_gen_gvec_2_var
` [PATCH 06/61] tcg: Split out tcg_gen_gvec_3_var
` [PATCH 07/61] tcg: Split out tcg_gen_gvec_mov_var
` [PATCH 08/61] tcg: Split out tcg_gen_gvec_{add,sub}_var
` [PATCH 09/61] target/arm: Introduce FPST_ZA, FPST_ZA_F16
` [PATCH 10/61] target/arm: Use FPST_ZA for sme_fmopa_[hsd]
` [PATCH 11/61] target/arm: Rename zarray to za_state.za
` [PATCH 12/61] target/arm: Add isar_feature_aa64_sme2*
` [PATCH 13/61] target/arm: Add ZT0
` [PATCH 14/61] target/arm: Add zt0_excp_el to DisasContext
` [PATCH 15/61] target/arm: Implement SME2 ZERO ZT0
` [PATCH 16/61] target/arm: Implement SME2 LDR/STR ZT0
` [PATCH 17/61] target/arm: Implement SME2 MOVT
` [PATCH 18/61] target/arm: Split get_tile_rowcol argument tile_index
` [PATCH 19/61] target/arm: Rename MOVA for translate
` [PATCH 20/61] target/arm: Implement SME2 MOVA to/from tile, multiple registers
` [PATCH 21/61] target/arm: Split out get_zarray
` [PATCH 22/61] target/arm: Implement SME2 MOVA to/from array, multiple registers
` [PATCH 23/61] target/arm: Implement SME2 BMOPA
` [PATCH 24/61] target/arm: Implement SME2 SMOPS, UMOPS (2-way)
` [PATCH 25/61] target/arm: Introduce gen_gvec_sve2_sqdmulh
` [PATCH 26/61] target/arm: Implement SME2 Multiple and Single SVE Destructive
` [PATCH 27/61] target/arm: Implement SME2 Multiple Vectors "
` [PATCH 28/61] target/arm: Implement SME2 ADD/SUB (array results, multiple and single vector)
` [PATCH 29/61] target/arm: Implement SME2 ADD/SUB (array results, multiple vectors)
` [PATCH 30/61] target/arm: Pass ZA to helper_sve2_fmlal_zz[zx]w_s
` [PATCH 31/61] target/arm: Implement SME2 FMLAL, BFMLAL
` [PATCH 32/61] target/arm: Implement SME2 FDOT
` [PATCH 33/61] target/arm: Implement SME2 BFDOT
` [PATCH 34/61] target/arm: Implement SME2 FVDOT, BFVDOT
` [PATCH 35/61] target/arm: Rename helper_gvec_*dot_[bh] to *_4[bh]
` [PATCH 36/61] target/arm: Remove helper_gvec_sudot_idx_4b
` [PATCH 37/61] target/arm: Implemement SME2 SDOT, UDOT, USDOT, SUDOT
` [PATCH 38/61] target/arm: Implement SME2 SVDOT, UVDOT, SUVDOT, USVDOT
` [PATCH 39/61] target/arm: Implement SME2 SMLAL, SMLSL, UMLAL, UMLSL
` [PATCH 40/61] target/arm: Implement SME2 SMLALL, SMLSLL, UMLALL, UMLSLL
` [PATCH 41/61] target/arm: Rename gvec_fml[as]_[hs] with _nf_ infix
` [PATCH 42/61] target/arm: Implement SME2 FMLA, FMLS
` [PATCH 43/61] target/arm: Implement SME2 BFMLA, BFMLS
` [PATCH 44/61] target/arm: Implement SME2 FADD, FSUB, BFADD, BFSUB
` [PATCH 45/61] target/arm: Remove CPUARMState.vfp.scratch
` [PATCH 46/61] target/arm: Implement SME2 BFCVT, BFCVTN, FCVT, FCVTN
` [PATCH 47/61] target/arm: Implement SME2 FCVT (widening), FCVTL
` [PATCH 48/61] target/arm: Implement SME2 FCVTZS, FCVTZU
` [PATCH 49/61] target/arm: Implement SME2 SCVTF, UCVTF
` [PATCH 50/61] target/arm: Implement SME2 FRINTN, FRINTP, FRINTM, FRINTA
` [PATCH 51/61] target/arm: Introduce do_[us]sat_[bhs] macros
` [PATCH 52/61] target/arm: Use do_[us]sat_[bhs] in sve_helper.c
` [PATCH 53/61] target/arm: Implement SME2 SQCVT, UQCVT, SQCVTU
` [PATCH 54/61] target/arm: Implement SME2 SUNPK, UUNPK
` [PATCH 55/61] target/arm: Implement SME2 ZIP, UZP (four registers)
` [PATCH 56/61] target/arm: Move do_urshr, do_srshr to vec_internal.h
` [PATCH 57/61] target/arm: Implement SME2 SQRSHR, UQRSHR, SQRSHRN
` [PATCH 58/61] target/arm: Implement SME2 ZIP, UZP (two registers)
` [PATCH 59/61] target/arm: Implement SME2 FCLAMP, SCLAMP, UCLAMP
` [PATCH 60/61] target/arm: Implement SME2 SEL
` [PATCH 61/61] target/arm: Enable FEAT_SME2, FEAT_SME_F16F16, FEAT_SVE_B16B16 on -cpu max

[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
 2025-02-06 20:03 UTC  (11+ messages)

[PATCH v1 0/1] xen: Remove invalidation of mapcache_grants on IOREQ_TYPE_INVALIDATE
 2025-02-06 19:49 UTC  (2+ messages)
` [PATCH v1 1/1] xen: No need to flush the mapcache for grants

[PATCH v5 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-06 19:28 UTC  (7+ messages)
` [PATCH v5 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v5 2/6] target/i386: Update EPYC-Rome "
` [PATCH v5 3/6] target/i386: Update EPYC-Milan "
` [PATCH v5 4/6] target/i386: Add feature that indicates WRMSR to BASE reg is non-serializing
` [PATCH v5 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v5 6/6] target/i386: Add support for EPYC-Turin model

[PULL 0/7] 9p queue 2025-02-06
 2025-02-06 19:31 UTC  (3+ messages)

[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
 2025-02-06 18:58 UTC  (11+ messages)

[PATCH] target/tricore: Inline TARGET_LONG_BITS in decode_rr_logical_shift()
 2025-02-06 18:20 UTC  (3+ messages)

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-02-06 17:05 UTC  (8+ messages)
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width


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).