qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-26 23:21:14 to 2025-02-27 14:21:02 UTC [more...]

[PULL 00/34] i386, Rust, build system, QOM patches for 2025-02-27
 2025-02-27 14:19 UTC  (5+ messages)
` [PULL 02/34] hpet: do not overwrite properties on post_load
` [PULL 03/34] i386: Fix the missing Rust HPET configuration option
` [PULL 06/34] rust: tests: do not import bindings::*
` [PULL 12/34] pvg: do not enable it on cross-architecture targets

[PATCH] tests/tcg: Suppress compiler false-positive warning on sha1.c
 2025-02-27 14:13 UTC 

[PATCH v7 00/16] Introduce support for IGVM files
 2025-02-27 13:49 UTC  (5+ messages)
` [PATCH v7 01/16] meson: Add optional dependency on IGVM library
` [PATCH v7 02/16] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v7 03/16] backends/igvm: Add IGVM loader and configuration
` [PATCH v7 04/16] hw/i386: Add igvm-cfg object and processing for IGVM files

[PATCH v2] hw/arm/smmu: Add invalidating function of config data
 2025-02-27 13:58 UTC  (2+ messages)

[PATCH v5 00/21]Change ghes to use HEST-based offsets and add support for error inject
 2025-02-27 13:34 UTC  (35+ messages)
` [PATCH v5 01/21] tests/acpi: virt: add an empty HEST file
` [PATCH v5 02/21] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v5 03/21] tests/acpi: virt: update HEST file with its current data
` [PATCH v5 04/21] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v5 05/21] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v5 06/21] acpi/ghes: add a firmware file with HEST address
` [PATCH v5 07/21] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v5 08/21] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v5 09/21] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v5 10/21] acpi/ghes: create an ancillary acpi_ghes_get_state() function
` [PATCH v5 11/21] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v5 12/21] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v5 13/21] acpi/generic_event_device: add an APEI error device
` [PATCH v5 14/21] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v5 15/21] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v5 16/21] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v5 17/21] tests/acpi: virt: update HEST table to accept two sources
` [PATCH v5 18/21] tests/acpi: virt: and update DSDT table to add the new GED device
` [PATCH v5 19/21] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v5 20/21] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v5 21/21] scripts/ghes_inject: add a script to generate GHES error inject

[PATCH] bsd-user: freebsd/os-stat: fix getdents(2)
 2025-02-27 13:18 UTC  (2+ messages)
` Ping: "

[PATCH] chardev: express dependency on io/
 2025-02-27 13:11 UTC  (2+ messages)

[PATCH v2 0/9] target/loongarch: LoongArch32 fixes 1
 2025-02-27 12:36 UTC  (7+ messages)

[PATCH v4 00/14] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-27 12:22 UTC  (12+ messages)
` [PATCH v4 01/14] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v4 08/14] acpi/generic_event_device: add logic to detect if HEST addr is available

[PATCH] tests/avocado: Remove the boot_linux.py and replay_linux.py tests
 2025-02-27 12:18 UTC  (2+ messages)

[PATCH 0/6] Implement Firmware Assisted Dump for PSeries
 2025-02-27 12:15 UTC  (19+ messages)
` [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH 2/6] hw/ppc: Trigger Fadump boot if fadump is registered
` [PATCH 4/6] hw/ppc: Implement saving CPU state in Fadump
` [PATCH 5/6] hw/ppc: Pass device tree properties for Fadump
` [PATCH 6/6] hw/ppc: Enable Fadump for PSeries

[PATCH v5 0/2] s390x/pci: relax I/O address translation requirement
 2025-02-27 12:02 UTC  (3+ messages)
` [PATCH v5 1/2] s390x/pci: add support for guests that request direct mapping

[RFC 0/2] arm: Add DMA remapping for CCA
 2025-02-27 11:27 UTC  (11+ messages)
` [RFC 1/2] system/memory: Allow creating IOMMU mappings from RAM discard populate notifiers

[PATCH v4 00/19] intel_iommu: Add ATS support
 2025-02-27 10:54 UTC  (20+ messages)
` [PATCH v4 01/19] memory: Add permissions in IOMMUAccessFlags
` [PATCH v4 02/19] intel_iommu: Declare supported PASID size
` [PATCH v4 03/19] memory: Allow to store the PASID in IOMMUTLBEntry
` [PATCH v4 04/19] intel_iommu: Fill the PASID field when creating an IOMMUTLBEntry
` [PATCH v4 05/19] pcie: Add helper to declare PASID capability for a pcie device
` [PATCH v4 06/19] pcie: Helper functions to check if PASID is enabled
` [PATCH v4 07/19] pcie: Helper function to check if ATS "
` [PATCH v4 08/19] pci: Cache the bus mastering status in the device
` [PATCH v4 09/19] pci: Add IOMMU operations to get memory regions with PASID
` [PATCH v4 10/19] intel_iommu: Implement the get_memory_region_pasid iommu operation
` [PATCH v4 12/19] pci: Add a pci-level initialization function for iommu notifiers
` [PATCH v4 11/19] memory: Store user data pointer in the IOMMU notifiers
` [PATCH v4 13/19] atc: Generic ATC that can be used by PCIe devices that support SVM
` [PATCH v4 15/19] memory: Add an API for ATS support
` [PATCH v4 14/19] atc: Add unit tests
` [PATCH v4 16/19] pci: Add a pci-level API for ATS
` [PATCH v4 17/19] intel_iommu: Set address mask when a translation fails and adjust W permission
` [PATCH v4 18/19] intel_iommu: Return page walk level even when the translation fails
` [PATCH v4 19/19] intel_iommu: Add support for ATS

[PATCH 0/6] Convert the inux_ssh_mips_malta.p avocado test
 2025-02-27 10:39 UTC  (7+ messages)
` [PATCH 1/6] tests/functional: Move the code for testing HTTP downloads to a common function
` [PATCH 2/6] tests/functional/test_mips_malta: Add a network test via the pcnet NIC
` [PATCH 3/6] tests/functional: Convert the 32-bit big endian Wheezy mips test
` [PATCH 4/6] tests/functional: Convert the 32-bit little "
` [PATCH 5/6] tests/functional: Convert the 64-bit "
` [PATCH 6/6] tests/functional: Convert the 64-bit big "

[PATCH] build: Replace meson introspection argument with a builddir
 2025-02-27 10:38 UTC  (5+ messages)

[PATCH v2 0/6] Property type reporting improvements
 2025-02-27 10:25 UTC  (15+ messages)
` [PATCH v2 1/6] qdev: Delete unused qdev_prop_enum
` [PATCH v2 2/6] qdev: Change qdev_prop_pci_devfn member @name from "int32" to "str"
` [PATCH v2 3/6] qdev: Rename PropertyInfo member @name to @type
` [PATCH v2 4/6] qdev: Change values of PropertyInfo member @type to be QAPI types
` [PATCH v2 5/6] qdev: Improve PropertyInfo member @description for enum properties
` [PATCH v2 6/6] qdev: Improve a few more PropertyInfo @description members

[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-27 10:11 UTC  (8+ messages)
` [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records

[PATCH 0/4] cputlb: add tlb_flush_other_cpu
 2025-02-27 10:10 UTC  (8+ messages)
` [PATCH 1/4] target/ppc: drop ppc_tlb_invalidate_all from cpu_reset
` [PATCH 2/4] target/hppa: defer hppa_ptlbe until CPU starts running

[PATCH v3 00/28] Support AST2700 A1
 2025-02-27  9:57 UTC  (11+ messages)
` [PATCH v3 01/28] hw/intc/aspeed: Support setting different memory and register size
` [PATCH v3 15/28] hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AST2700

[PULL 00/41] virtio,pc,pci: features, fixes, cleanups
 2025-02-27  9:51 UTC  (3+ messages)
` [PULL 02/41] hw/net: Fix NULL dereference with software RSS

[PATCH v3 000/162] tcg: Convert to TCGOutOp structures
 2025-02-27  9:34 UTC  (11+ messages)
` [PATCH v3 002/162] tcg: Remove INDEX_op_ext{8,16,32}*
` [PATCH v3 030/162] tcg: Convert neg to TCGOutOpUnary
` [PATCH v3 032/162] tcg: Convert not "

[PULL 00/10] nvme queue
 2025-02-27  9:30 UTC  (11+ messages)
` [PULL 01/10] hw/nvme: Add OCP SMART / Health Information Extended Log Page
` [PULL 02/10] hw/nvme: always initialize a subsystem
` [PULL 03/10] hw/nvme: make oacs dynamic
` [PULL 04/10] hw/nvme: add knob for doorbell buffer config support
` [PULL 05/10] nvme: fix iocs status code values
` [PULL 06/10] hw/nvme: be compliant wrt. dsm processing limits
` [PULL 07/10] hw/nvme: rework csi handling
` [PULL 08/10] hw/nvme: only set command abort requested when cancelled due to Abort
` [PULL 09/10] hw/nvme: set error status code explicitly for misc commands
` [PULL 10/10] hw/nvme: remove nvme_aio_err()

[PATCH] hw/arm/smmu-common: Remove the repeated ttb field
 2025-02-27  9:29 UTC  (2+ messages)

[PATCH] bcm2838: Add GIC-400 timer interupt connections
 2025-02-27  9:15 UTC  (3+ messages)

[PATCH 0/3] qapi: Clean up for Python 3.8
 2025-02-27  9:09 UTC  (7+ messages)
` [PATCH 1/3] docs/about/build-platforms: Correct minimum supported Python version
` [PATCH 2/3] qapi: Eliminate OrderedDict
` [PATCH 3/3] qapi/introspect: Use @dataclass to simplify

[PATCH 00/25] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS)
 2025-02-27  9:03 UTC  (3+ messages)
` [PATCH 07/25] tests/functional: Allow running TCG plugins tests on non-Linux/BSD hosts

[PATCH v2 0/3] tests/functional: Allow running TCG plugins tests on macOS
 2025-02-27  9:00 UTC  (5+ messages)
` [PATCH v2 2/3] tests/functional: Introduce the dso_suffix() helper

[PATCH 0/2] vfio: Restrict to 64-bit host platforms
 2025-02-27  8:32 UTC  (3+ messages)
` [PATCH 2/2] vfio: Make vfio-platform available on Aarch64 platforms only

[PATCH 0/4] ppc/amigaone patches
 2025-02-27  8:31 UTC  (13+ messages)
` [PATCH 1/4] ppc/amigaone: Simplify replacement dummy_fw
` [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation
` [PATCH 3/4] ppc/amigaone: Add default environment
` [PATCH 4/4] ppc/amigaone: Add kernel and initrd support

[PATCH 00/10] vfio/igd: Remove legacy mode
 2025-02-27  8:28 UTC  (2+ messages)

[PATCH v2 0/5] PCI: Implement basic PCI PM capability backing
 2025-02-27  8:17 UTC  (6+ messages)
` [PATCH v2 1/5] hw/pci: Basic support for PCI power management
` [PATCH v2 2/5] pci: Use PCI PM capability initializer

[PATCH] hw/riscv/riscv-iommu: Fix process directory table walk
 2025-02-27  7:34 UTC 

[PATCH] hw/misc/edu: Rename macros indicating the direction of DMA operations
 2025-02-27  7:30 UTC 

[PATCH 0/4] i386/cpu: Fix topological field encoding & overflow
 2025-02-27  7:14 UTC  (7+ messages)
` [PATCH 1/4] i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]
` [PATCH 2/4] i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]
` [PATCH 3/4] i386/cpu: Fix overflow of cache topology fields in CPUID.04H
` [PATCH 4/4] i386/cpu: Honor maximum value for CPUID.8000001DH.EAX[25:14]

[PATCH v4 0/9] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-02-27  7:10 UTC  (11+ messages)

[PATCH v5 0/4] virtio: Convert feature properties to OnOffAuto
 2025-02-27  7:08 UTC  (4+ messages)
` [PATCH v5 4/4] "

[PATCH] trace/simple: Fix hang when using simpletrace with fork()
 2025-02-27  7:05 UTC  (5+ messages)

[PATCH 00/10] qapi: misc testing and doc patches
 2025-02-27  7:05 UTC  (5+ messages)
` [PATCH 03/10] qapi: delete un-needed python static analysis configs

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-27  6:59 UTC  (7+ messages)
` [PATCH v5 31/36] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PATCH v5 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH v5 36/36] vfio/migration: Update VFIO migration documentation

[PATCH v5 0/8] Support virtio-gpu DRM native context
 2025-02-27  6:40 UTC  (13+ messages)
` [PATCH v5 8/8] docs/system: Expand the virtio-gpu documentation

[PATCH v2] vdpa: Fix endian bugs in shadow virtqueue
 2025-02-27  6:33 UTC  (4+ messages)

[PATCH 0/7] Implement MPIPL for PowerNV
 2025-02-27  6:23 UTC  (3+ messages)

[PATCH v5 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-02-27  6:42 UTC  (6+ messages)
` [PATCH v5 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits

[PATCH v5 0/4] hw/ssi/pnv_spi: Remove PnvXferBuffer and fix CID 1558827
 2025-02-27  1:56 UTC  (10+ messages)
` [PATCH v5 1/4] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
` [PATCH v5 2/4] hw/ssi/pnv_spi: Coverity CID 1558827: Use local var seq_index instead of get_seq_index()
` [PATCH v5 3/4] hw/ssi/pnv_spi: Make bus names distinct for each controllers of a socket
` [PATCH v5 4/4] hw/ssi/pnv_spi: Put a limit to RDR match failures

[PATCH v2 00/15] target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c
 2025-02-27  0:46 UTC  (4+ messages)
` [PATCH v2 06/15] target/ppc: Ensure powerpc_checkstop() is only called under TCG

[PATCH v4 0/6] migration/rdma: fixes, refactor and cleanup
 2025-02-27  0:42 UTC  (4+ messages)
` [PATCH v4 5/6] migration: Unfold control_save_page()

[PATCH] target/riscv/kvm: Add some exts support
 2025-02-26 23:20 UTC  (2+ messages)


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