messages from 2025-02-06 13:12:47 to 2025-02-06 20:03:01 UTC [more...]
[PATCH 00/61] target/arm: Implement FEAT_SME2
2025-02-06 19:56 UTC (21+ messages)
` [PATCH 02/61] tcg: Add dbase argument to do_dup
` [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 15/61] target/arm: Implement SME2 ZERO ZT0
` [PATCH 16/61] target/arm: Implement SME2 LDR/STR ZT0
` [PATCH 18/61] target/arm: Split get_tile_rowcol argument tile_index
` [PATCH 20/61] target/arm: Implement SME2 MOVA to/from tile, multiple registers
` [PATCH 24/61] target/arm: Implement SME2 SMOPS, UMOPS (2-way)
` [PATCH 26/61] target/arm: Implement SME2 Multiple and Single SVE Destructive
` [PATCH 30/61] target/arm: Pass ZA to helper_sve2_fmlal_zz[zx]w_s
` [PATCH 34/61] target/arm: Implement SME2 FVDOT, BFVDOT
` [PATCH 36/61] target/arm: Remove helper_gvec_sudot_idx_4b
` [PATCH 38/61] target/arm: Implement SME2 SVDOT, UVDOT, SUVDOT, USVDOT
` [PATCH 39/61] target/arm: Implement SME2 SMLAL, SMLSL, UMLAL, UMLSL
[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 (10+ messages)
` [PULL 4/7] tests/9p: rename test use_after_unlink -> use_file_after_unlink
` [PULL 7/7] MAINTAINERS: Mark me as reviewer only for 9pfs
` [PULL 6/7] tests/9p: extend use_dir_after_unlink test with Treaddir
` [PULL 1/7] 9pfs: improve v9fs_walk() tracing
` [PULL 5/7] tests/9p: add use_dir_after_unlink test
` [PULL 2/7] 9pfs: make multidevs=remap default
` [PULL 3/7] 9pfs: improve v9fs_open() tracing
[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
2025-02-06 18:58 UTC (11+ messages)
[PATCH v5 00/16] hw/microblaze: Allow running cross-endian vCPUs
2025-02-06 18:43 UTC (31+ messages)
` [PATCH v5 01/16] hw/intc/xilinx_intc: Make device endianness configurable
` [PATCH v5 02/16] hw/net/xilinx_ethlite: "
` [PATCH v5 03/16] hw/timer/xilinx_timer: "
` [PATCH v5 05/16] hw/ssi/xilinx_spi: "
` [PATCH v5 06/16] hw/arm/xlnx-zynqmp: Use &error_abort for programming errors
` [PATCH v5 07/16] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH v5 08/16] target/microblaze: Set MO_TE once in do_load() / do_store()
` [PATCH v5 09/16] target/microblaze: Introduce mo_endian() helper
` [PATCH v5 11/16] hw/microblaze: Support various endianness for s3adsp1800 machines
` [PATCH v5 12/16] tests/functional: Explicit endianness of microblaze assets
` [PATCH v5 13/16] tests/functional: Allow microblaze tests to take a machine name argument
` [PATCH v5 14/16] tests/functional: Remove sleep() kludges from microblaze tests
` [PATCH v5 15/16] tests/functional: Have microblaze tests inherit common parent class
` [PATCH v5 16/16] tests/functional: Run cross-endian microblaze tests
[PATCH 00/22] target/riscv: declarative CPU definitions
2025-02-06 18:27 UTC (23+ 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/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
2025-02-06 18:22 UTC (29+ messages)
[PATCH 0/7] hw/riscv: Move few units to common_ss[]
2025-02-06 18:19 UTC (9+ 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] target/tricore: Inline TARGET_LONG_BITS in decode_rr_logical_shift()
2025-02-06 18:20 UTC (3+ messages)
[RFC PATCH 0/4] crypto,io,migration: Add support to gnutls_bye()
2025-02-06 18:15 UTC (6+ 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] block: Remove unused blk_op_is_blocked()
2025-02-06 18:11 UTC (3+ messages)
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-06 17:55 UTC (21+ messages)
` [PATCH v4 08/33] migration/multifd: Allow premature EOF on TLS incoming channels
[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
2025-02-06 17:32 UTC (21+ 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 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
[PATCH 00/18] maintainer updates for feb25 (qtest, gdbstub, plugins)
2025-02-06 15:53 UTC (7+ messages)
` [PATCH 04/18] tests/qtest: simplify qtest_process_inbuf
` [PATCH 06/18] tests/qtest: tighten up the checks on clock_step
` [PATCH 07/18] Revert "util/timer: avoid deadlock when shutting down"
[PATCH] target/arm/helper: Fix timer interrupt masking when HCR_EL2.E2H == 0
2025-02-06 15:41 UTC (8+ messages)
[PATCH 0/2] disas/riscv: Add missing Sdtrig CSRs
2025-02-06 15:34 UTC (3+ messages)
` [PATCH 1/2] disas/riscv: Fix minor whitespace issues
` [PATCH 2/2] disas/riscv: Add missing Sdtrig CSRs
[PATCH 0/4] vfio/igd: sync PCI IDs with i915
2025-02-06 15:21 UTC (3+ messages)
` [PATCH 2/4] scripts/update-linux-headers: include PCI ID header for Intel GPUs
[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
2025-02-06 15:17 UTC (17+ messages)
[PATCH 0/6] hw: Centralize handling, improve error messages for -machine dumpdtb
2025-02-06 15:12 UTC (7+ messages)
` [PATCH 1/6] monitor/hmp-cmds.c: Clean up hmp_dumpdtb printf
` [PATCH 2/6] hw/openrisc: Support monitor dumpdtb command
` [PATCH 3/6] hw/mips/boston: Check for error return from boston_fdt_filter()
` [PATCH 4/6] hw/mips/boston: Support dumpdtb monitor commands
` [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 v7 0/3] hw/acpi: Add vmclock device
2025-02-06 15:11 UTC (6+ messages)
` [PATCH v7 3/3] "
Call for GSoC internship project ideas
2025-02-06 15:10 UTC (4+ messages)
[PATCH 0/2] hw/char/sh_serial: QOM housekeeping
2025-02-06 15:07 UTC (5+ messages)
` [PATCH 1/2] hw/char/sh_serial: Delete fifo_timeout_timer in DeviceUnrealize
` [PATCH 2/2] hw/char/sh_serial: Convert to TypeInfo
[PATCH v3 0/7] vfio: Improve error reporting when MMIO region mapping fails
2025-02-06 15:07 UTC (9+ messages)
` [PATCH v3 1/7] util/error: Introduce warn_report_err_once()
` [PATCH v3 2/7] vfio/pci: Replace "iommu_device" by "vIOMMU"
` [PATCH v3 3/7] vfio: Rephrase comment in vfio_listener_region_add() error path
` [PATCH v3 4/7] vfio: Introduce vfio_get_vfio_device()
` [PATCH v3 5/7] vfio: Improve error reporting when MMIO region mapping fails
` [PATCH v3 6/7] vfio: Remove reports of DMA mapping errors in backends
` [PATCH v3 7/7] vfio: Remove superfluous error report in vfio_listener_region_add()
[PATCH] hw/sd/sdhci: Set reset value of interrupt registers
2025-02-06 15:05 UTC (6+ messages)
[PATCH V1 00/26] Live update: vfio and iommufd
2025-02-06 14:43 UTC (10+ messages)
` [PATCH V1 02/26] migration: lower handler priority
` [PATCH V1 12/26] vfio-pci: preserve MSI
` [PATCH V1 13/26] vfio-pci: preserve INTx
[RFC v2 0/5] accel/kvm: Support KVM PMU filter
2025-02-06 14:54 UTC (13+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [RFC v2 3/5] i386/kvm: Support event with select & umask format in KVM PMU filter
[PATCH 0/5] Fix vIOMMU reset order
2025-02-06 14:21 UTC (6+ messages)
` [PATCH 1/5] hw/virtio/virtio-iommu: Migrate to 3-phase reset
` [PATCH 2/5] hw/i386/intel-iommu: "
` [PATCH 3/5] hw/i386/intel_iommu: Tear down address spaces before IOMMU reset
` [PATCH 4/5] hw/arm/smmuv3: Move reset to exit phase
` [PATCH 5/5] hw/vfio/common: Add a trace point in vfio_reset_handler
[PATCH v4 00/16] hw/microblaze: Allow running cross-endian vCPUs
2025-02-06 14:02 UTC (3+ messages)
` [PATCH v4 16/16] tests/functional: Run cross-endian microblaze tests
[PATCH] block: remove unused BLOCK_OP_TYPE_DATAPLANE
2025-02-06 13:56 UTC (2+ messages)
[PATCH 0/2] CXL CCI Media Operations
2025-02-06 13:45 UTC (5+ messages)
` [PATCH 2/2] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands (8.2.9.9.5.3)
[PATCH v2 0/8] hw/boards: Try to make sense of MachineClass::no_sdcard flag
2025-02-06 13:44 UTC (7+ messages)
` [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true
[PATCH v4 0/4] virtio: Convert feature properties to OnOffAuto
2025-02-06 13:23 UTC (7+ messages)
` [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
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).