messages from 2025-02-20 17:00:33 to 2025-02-21 13:51:55 UTC [more...]
[PATCH 00/10] fpu: Remove remaining target ifdefs and build only once
2025-02-21 13:51 UTC (19+ messages)
` [PATCH 02/10] target/m68k: Avoid using floatx80_infinity global const
` [PATCH 03/10] target/i386: "
` [PATCH 04/10] fpu: Make targets specify whether floatx80 Inf can have Int bit clear
` [PATCH 05/10] fpu: Make floatx80 invalid encoding settable at runtime
` [PATCH 06/10] fpu: Move m68k_denormal fmt flag into floatx80_behaviour
[PATCH] hw/display/qxl-render.c: fix qxl_unpack_chunks() chunk size calculation
2025-02-21 13:48 UTC
debugging functional tests that only fail in 'make check-functional'
2025-02-21 13:24 UTC (5+ messages)
[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-02-21 13:03 UTC (27+ messages)
` [PATCH rfcv2 02/20] vfio/iommufd: Add properties and handlers to TYPE_HOST_IOMMU_DEVICE_IOMMUFD
` [PATCH rfcv2 03/20] HostIOMMUDevice: Introduce realize_late callback
` [PATCH rfcv2 04/20] vfio/iommufd: Implement HostIOMMUDeviceClass::realize_late() handler
` [PATCH rfcv2 05/20] vfio/iommufd: Implement [at|de]tach_hwpt handlers
` [PATCH rfcv2 06/20] host_iommu_device: Define two new capabilities HOST_IOMMU_DEVICE_CAP_[NESTING|FS1GP]
` [PATCH rfcv2 07/20] iommufd: Implement query of HOST_IOMMU_DEVICE_CAP_[NESTING|FS1GP]
` [PATCH rfcv2 08/20] iommufd: Implement query of HOST_IOMMU_DEVICE_CAP_ERRATA
` [PATCH rfcv2 09/20] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
` [PATCH rfcv2 10/20] intel_iommu: Optimize context entry cache utilization
` [PATCH rfcv2 11/20] intel_iommu: Check for compatibility with IOMMUFD backed device when x-flts=on
` [PATCH rfcv2 12/20] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
[PATCH v2 0/3] target/riscv/kvm: reset time changes
2025-02-21 12:45 UTC (6+ messages)
` [PATCH v2 1/3] target/riscv/cpu: ignore TCG init for KVM CPUs in reset_hold
` [PATCH v2 2/3] target/riscv/kvm: add kvm_riscv_reset_regs_csr()
` [PATCH v2 3/3] target/riscv/kvm: add missing KVM CSRs
[PATCH 0/3] target/riscv/kvm: update to Linux 6.14-rc3
2025-02-21 12:41 UTC (5+ messages)
` [PATCH 2/3] target/riscv/cpu.c: create flag for ziccrse
` [PATCH 3/3] target/riscv/kvm: add extensions after 6.14-rc3 update
[PATCH v3 00/19] intel_iommu: Add ATS support
2025-02-21 12:33 UTC (22+ messages)
` [PATCH v3 01/19] memory: Add permissions in IOMMUAccessFlags
` [PATCH v3 02/19] intel_iommu: Declare supported PASID size
` [PATCH v3 03/19] memory: Allow to store the PASID in IOMMUTLBEntry
` [PATCH v3 05/19] pcie: Add helper to declare PASID capability for a pcie device
` [PATCH v3 04/19] intel_iommu: Fill the PASID field when creating an IOMMUTLBEntry
` [PATCH v3 06/19] pcie: Helper functions to check if PASID is enabled
` [PATCH v3 07/19] pcie: Helper function to check if ATS "
` [PATCH v3 08/19] pci: Cache the bus mastering status in the device
` [PATCH v3 10/19] intel_iommu: Implement the get_memory_region_pasid iommu operation
` [PATCH v3 09/19] pci: Add IOMMU operations to get memory regions with PASID
` [PATCH v3 11/19] memory: Store user data pointer in the IOMMU notifiers
` [PATCH v3 13/19] atc: Generic ATC that can be used by PCIe devices that support SVM
` [PATCH v3 12/19] pci: Add a pci-level initialization function for iommu notifiers
` [PATCH v3 14/19] atc: Add unit tests
` [PATCH v3 15/19] memory: Add an API for ATS support
` [PATCH v3 16/19] pci: Add a pci-level API for ATS
` [PATCH v3 17/19] intel_iommu: Set address mask when a translation fails and adjust W permission
` [PATCH v3 18/19] intel_iommu: Return page walk level even when the translation fails
` [PATCH v3 19/19] intel_iommu: Add support for ATS
[PULL 00/41] virtio,pc,pci: features, fixes, cleanups
2025-02-21 12:24 UTC (42+ messages)
` [PULL 01/41] docs/about: Change notes on x86 machine type deprecation into a general one
` [PULL 02/41] hw/net: Fix NULL dereference with software RSS
` [PULL 03/41] hw/ppc/spapr_pci: Do not create DT for disabled PCI device
` [PULL 04/41] hw/ppc/spapr_pci: Do not reject VFs created after a PF
` [PULL 05/41] s390x/pci: Avoid creating zpci for VFs
` [PULL 06/41] s390x/pci: Allow plugging SR-IOV devices
` [PULL 07/41] s390x/pci: Check for multifunction after device realization
` [PULL 08/41] pcie_sriov: Do not manually unrealize
` [PULL 09/41] pcie_sriov: Ensure VF addr does not overflow
` [PULL 10/41] pcie_sriov: Reuse SR-IOV VF device instances
` [PULL 11/41] pcie_sriov: Release VFs failed to realize
` [PULL 12/41] pcie_sriov: Remove num_vfs from PCIESriovPF
` [PULL 13/41] pcie_sriov: Register VFs after migration
` [PULL 14/41] qtest/libqos/pci: Do not write to PBA memory
` [PULL 15/41] hw/pci/msix: Warn on PBA writes
` [PULL 16/41] hw/pci: Assert a bar is not registered multiple times
` [PULL 17/41] hw/i386/pc: Fix crash that occurs when introspecting TYPE_PC_MACHINE machines
` [PULL 18/41] hw/i386/microvm: Fix crash that occurs when introspecting the microvm machine
` [PULL 19/41] tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests
` [PULL 20/41] hw/cxl: Introduce CXL_T3_MSIX_VECTOR enumeration
` [PULL 21/41] hw/mem/cxl_type3: Add paired msix_uninit_exclusive_bar() call
` [PULL 22/41] hw/mem/cxl_type3: Fix special_ops memory leak on msix_init_exclusive_bar() failure
` [PULL 23/41] hw/mem/cxl_type3: Ensure errp is set on realization failure
` [PULL 24/41] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
` [PULL 25/41] hw/virtio: reset virtio balloon stats on machine reset
` [PULL 26/41] amd_iommu: Use correct DTE field for interrupt passthrough
` [PULL 27/41] amd_iommu: Use correct bitmask to set capability BAR
` [PULL 28/41] vhost-iova-tree: Implement an IOVA-only tree
` [PULL 29/41] vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees
` [PULL 30/41] vhost-iova-tree: Update documentation
` [PULL 31/41] cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0()
` [PULL 32/41] MAINTAINERS: add more files to `vhost`
` [PULL 33/41] vdpa: Fix endian bugs in shadow virtqueue
` [PULL 34/41] hw/virtio/virtio-nsm: Respond with correct length
` [PULL 35/41] net: vhost-user: add QAPI events to report connection state
` [PULL 36/41] vhost-user-snd: correct the calculation of config_size
` [PULL 37/41] hw/virtio/virtio-iommu: Migrate to 3-phase reset
` [PULL 38/41] hw/i386/intel-iommu: "
` [PULL 39/41] hw/arm/smmuv3: Move reset to exit phase
` [PULL 40/41] hw/vfio/common: Add a trace point in vfio_reset_handler
` [PULL 41/41] docs/devel/reset: Document reset expectations for DMA and IOMMU
[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
2025-02-21 12:23 UTC (13+ messages)
` [PATCH v3 03/14] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v3 14/14] scripts/ghes_inject: add a script to generate GHES error inject
[PATCH] docs/cxl: Add serial number for persistent-memdev
2025-02-21 11:55 UTC (5+ messages)
[PATCH v3 0/9] target/arm: Implement SEL2 physical and virtual timers
2025-02-21 11:06 UTC (2+ messages)
[PATCH 0/4] target/arm: Improvement on memory error handling
2025-02-21 11:04 UTC (7+ messages)
` [PATCH 1/4] acpi/ghes: Make ghes_record_cper_errors() static
` [PATCH 4/4] target/arm: Retry pushing CPER error if necessary
[PATCH] hw/rtc: Add RTC PCF8563 module
2025-02-21 10:43 UTC (2+ messages)
[PATCH v3 0/2] rust: add module to convert between success/-errno and io::Result conventions
2025-02-21 11:01 UTC (3+ messages)
` [PATCH v3 2/2] rust: add module to convert between success/-errno and io::Result
[PATCH v2 0/9] hw/char: Improve RX FIFO depth uses
2025-02-21 10:10 UTC (3+ messages)
` [PATCH v2 7/9] hw/char/mcf_uart: Use FIFO_DEPTH definition instead of magic values
[RFC 0/2] arm: Add DMA remapping for CCA
2025-02-21 10:04 UTC (6+ messages)
` [RFC 1/2] system/memory: Allow creating IOMMU mappings from RAM discard populate notifiers
[PATCH] QIOChannelSocket: Flush zerocopy socket error queue on ENOBUF failure for sendmsg
2025-02-21 9:44 UTC
[PATCH 0/3] target/riscv/kvm: reset time changes
2025-02-21 9:26 UTC (9+ messages)
` [PATCH 1/3] target/riscv/cpu: ignore TCG init for KVM CPUs in reset_hold
` [PATCH 2/3] target/riscv/kvm: use env->sie to read/write 'sie' CSR
` [PATCH 3/3] target/riscv/kvm: reset all available KVM CSRs in kvm_reset()
[PATCH] target/riscv: fix C extension disabling on misa write
2025-02-21 9:13 UTC (5+ messages)
[PATCH v6 0/4] Allow to enable multifd and postcopy migration together
2025-02-21 8:44 UTC (10+ messages)
` [PATCH v6 2/4] migration: enable multifd and postcopy together
[PATCH v2 0/2] s390x: support virtio-mem-pci
2025-02-21 8:33 UTC (4+ messages)
[PATCH v2 00/19] intel_iommu: Add ATS support
2025-02-21 7:54 UTC (3+ messages)
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-21 6:57 UTC (3+ messages)
[PATCH v3 00/28] Support AST2700 A1
2025-02-21 6:55 UTC (17+ messages)
` [PATCH v3 04/28] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0
` [PATCH v3 08/28] hw/intc/aspeed: Add support for multiple output pins in INTC
` [PATCH v3 18/28] hw/arm/aspeed: Add SoC and Machine Support for AST2700 A1
` [PATCH v3 21/28] hw/misc/aspeed_hace: Fix boot issue in the Crypto Manager Self Test
` [PATCH v3 23/28] test/functional/aspeed: Introduce new function to fetch assets
[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc
2025-02-21 6:41 UTC (6+ messages)
[PATCH v2 0/8] migration/rdma: fixes, refactor and cleanup
2025-02-21 6:36 UTC (9+ messages)
` [PATCH v2 1/8] migration: Prioritize RDMA in ram_save_target_page()
` [PATCH v2 2/8] migration/rdma: Remove redundant RAM_SAVE_CONTROL_NOT_SUPP check
` [PATCH v2 3/8] migration: Kill RAM_SAVE_CONTROL_NOT_SUPP
` [PATCH v2 4/8] migration: Integrate control_save_page() logic into ram_save_target_page()
` [PATCH v2 5/8] migration: Add migration_capabilities_and_transport_compatible() helper
` [PATCH v2 6/8] migraion: disable RDMA + postcopy-ram
` [PATCH v2 7/8] migration/rdma: Remove redundant migration_in_postcopy checks
` [PATCH v2 8/8] migration: Add qtest for migration over RDMA
[PATCH 0/5] PCI: Implement basic PCI PM capability backing
2025-02-21 6:12 UTC (8+ messages)
` [PATCH 1/5] hw/pci: Basic support for PCI power management
` [PATCH 2/5] pci: Use PCI PM capability initializer
` [PATCH 3/5] vfio/pci: Delete local pm_cap
` [PATCH 4/5] pcie, virtio: Remove redundant pm_cap
` [PATCH 5/5] hw/vfio/pci: Re-order pre-reset
[PATCH] vdpa: Allow vDPA to work on big-endian machine
2025-02-21 3:40 UTC (3+ messages)
[PATCH] target/loongarch/gdbstub: Fix gdbstub incorrectly handling register R32
2025-02-21 3:37 UTC (2+ messages)
[PATCH] hw/i386: introduce x86_firmware_reconfigure api
2025-02-21 3:20 UTC
[PATCH v2] hw/arm/smmu: Add invalidating function of config data
2025-02-21 3:17 UTC
[PATCH] hw/arm/smmu-common: Remove the repeated ttb field
2025-02-21 3:10 UTC
[PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA
2025-02-21 1:32 UTC (4+ messages)
[PATCH] vhost-user: Silence unsupported VHOST_USER_PROTOCOL_F_RARP error
2025-02-21 1:18 UTC (13+ 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-21 0:48 UTC (16+ messages)
` [PATCH v5 2/6] target/i386: Update EPYC-Rome CPU model for Cache property, RAS, SVM feature bits
` [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
[PATCH v3 0/2] hw/i386/amd_iommu: Add migration support
2025-02-21 0:38 UTC (4+ messages)
` [PATCH v3 1/2] hw/i386/amd_iommu: Isolate AMDVI-PCI from amd-iommu device to allow full control over the PCI device creation
[PATCH 0/5] Improve Microchip Polarfire SoC customization
2025-02-21 0:13 UTC (4+ messages)
[PATCH 4/5] hw/riscv: Allow direct start of kernel for MPFS
2025-02-21 0:11 UTC (2+ messages)
` [PATCH v2] "
[PULL 00/42] tcg patch queue
2025-02-20 23:27 UTC (3+ messages)
` [PULL 33/42] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
[PATCH] hw/virtio/vhost: Disable IOTLB callbacks when IOMMU gets disabled
2025-02-20 23:27 UTC (11+ messages)
[PATCH v2] vhost: Don't set vring call if guest notifier is disabled
2025-02-20 23:13 UTC (2+ messages)
[PATCH v3 000/162] tcg: Convert to TCGOutOp structures
2025-02-20 23:07 UTC (6+ messages)
` [PATCH v3 002/162] tcg: Remove INDEX_op_ext{8,16,32}*
` [PATCH v3 028/162] tcg: Convert sub to TCGOutOpSubtract
[PATCH] Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMX
2025-02-20 22:23 UTC (2+ messages)
[PATCH] hw/arm/smmuv3: Fill u.f_cd_fetch.addr for SMMU_EVT_F_CD_FETCH
2025-02-20 21:38 UTC
[PATCH] hw/ppc/e500: Partial implementation of local access window registers
2025-02-20 19:11 UTC (10+ messages)
[PATCH] optionrom: pass -Wl,--no-error-rwx-segments
2025-02-20 17:21 UTC
[PATCH 00/12] virtio-scsi: add iothread-vq-mapping parameter
2025-02-20 17:04 UTC (2+ messages)
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).