qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-14 16:55:05 to 2025-07-14 23:29:59 UTC [more...]

[PULL 00/97] virtio,pci,pc: features, fixes, tests
 2025-07-14 23:10 UTC  (85+ messages)
` [PULL 02/97] net/vhost-vdpa: Report hashing capability
` [PULL 03/97] virtio-net: Move virtio_net_get_features() down
` [PULL 04/97] virtio-net: Retrieve peer hashing capability
` [PULL 05/97] net/vhost-vdpa: Remove dummy SetSteeringEBPF
` [PULL 06/97] virtio-net: Add hash type options
` [PULL 07/97] vhost: Fix used memslot tracking when destroying a vhost device
` [PULL 08/97] softmmu/runstate: add a way to detect force shutdowns
` [PULL 09/97] vhost: add a helper for force stopping a device
` [PULL 10/97] vhost-user-blk: add an option to skip GET_VRING_BASE for force shutdown
` [PULL 11/97] tests/acpi: Add empty ACPI data files for LoongArch
` [PULL 12/97] tests/qtest/bios-tables-test: Add basic testing "
` [PULL 13/97] rebuild-expected-aml.sh: Add support "
` [PULL 15/97] tests/acpi: Remove stale allowed tables
` [PULL 17/97] amd_iommu: Fix Miscellaneous Information Register 0 encoding
` [PULL 18/97] amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command
` [PULL 19/97] amd_iommu: Update bitmasks representing DTE reserved fields
` [PULL 20/97] amd_iommu: Fix masks for various IOMMU MMIO Registers
` [PULL 22/97] amd_iommu: Fix the calculation for Device Table size
` [PULL 23/97] amd_iommu: Remove duplicated definitions
` [PULL 24/97] amd_iommu: Fix truncation of oldval in amdvi_writeq
` [PULL 25/97] acpi: Add machine option to disable SPCR table
` [PULL 26/97] tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64
` [PULL 27/97] tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V
` [PULL 28/97] rust: bindings: allow any number of params
` [PULL 29/97] pci: Add a memory attribute for pre-translated DMA operations
` [PULL 31/97] memory: Allow to store the PASID in IOMMUTLBEntry
` [PULL 32/97] intel_iommu: Fill the PASID field when creating an IOMMUTLBEntry
` [PULL 33/97] intel_iommu: Declare supported PASID size
` [PULL 34/97] intel_iommu: Implement vtd_get_iotlb_info from PCIIOMMUOps
` [PULL 35/97] intel_iommu: Implement the PCIIOMMUOps callbacks related to invalidations of device-IOTLB
` [PULL 36/97] intel_iommu: Return page walk level even when the translation fails
` [PULL 37/97] intel_iommu: Set address mask when a translation fails and adjust W permission
` [PULL 38/97] intel_iommu: Add support for ATS
` [PULL 39/97] target/qmp: Use target_cpu_type()
` [PULL 40/97] qemu/target-info: Factor target_arch() out
` [PULL 41/97] qemu/target-info: Add %target_arch field to TargetInfo
` [PULL 42/97] qemu/target-info: Add target_endian_mode()
` [PULL 43/97] qemu: Convert target_words_bigendian() to TargetInfo API
` [PULL 44/97] gdbstub/helpers: Replace TARGET_BIG_ENDIAN -> target_big_endian()
` [PULL 45/97] qemu: Declare all load/store helper in 'qemu/bswap.h'
` [PULL 46/97] hw/virtio: Build various files once
` [PULL 47/97] hw/i386/acpi-build: Make aml_pci_device_dsm() static
` [PULL 49/97] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
` [PULL 50/97] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
` [PULL 51/97] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
` [PULL 52/97] hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support property
` [PULL 53/97] hw/pci-host/gpex-acpi: Use GED acpi pcihp property
` [PULL 54/97] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
` [PULL 55/97] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
` [PULL 56/97] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
` [PULL 57/97] hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
` [PULL 58/97] hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
` [PULL 59/97] hw/i386/acpi-build: Move build_append_notification_callback to pcihp
` [PULL 60/97] hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots "
` [PULL 61/97] hw/i386/acpi-build: Use AcpiPciHpState::root in acpi_set_pci_info
` [PULL 62/97] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
` [PULL 63/97] qtest/bios-tables-test: Prepare for fixing the aarch64 viot test
` [PULL 65/97] qtest/bios-tables-test: Generate DSDT.viot
` [PULL 66/97] tests/qtest/bios-tables-test: Prepare for changes in the arm virt DSDT table
` [PULL 67/97] hw/arm/virt-acpi-build: Let non hotplug ports support static acpi-index
` [PULL 69/97] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
` [PULL 70/97] hw/acpi/ged: Add a bus link property
` [PULL 71/97] hw/arm/virt: Pass the bus on the ged creation
` [PULL 72/97] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
` [PULL 73/97] hw/acpi/pcihp: Remove root arg in acpi_pcihp_init
` [PULL 74/97] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PULL 75/97] hw/acpi/ged: Support migration of AcpiPciHpState
` [PULL 76/97] hw/core/sysbus: Introduce sysbus_mmio_map_name() helper
` [PULL 77/97] hw/arm/virt: Minor code reshuffling in create_acpi_ged
` [PULL 78/97] hw/arm/virt: Let virt support pci hotplug/unplug GED event
` [PULL 79/97] tests/qtest/bios-tables-test: Prepare for addition of acpi pci hp tests
` [PULL 80/97] tests/qtest/bios-tables-test: Add aarch64 ACPI PCI hotplug test
` [PULL 81/97] qtest/bios-tables-test: Generate reference blob for DSDT.hpoffacpiindex
` [PULL 82/97] qtest/bios-tables-test: Generate reference blob for DSDT.acpipcihp
` [PULL 83/97] tests: virt: Allow changes to PPTT test table
` [PULL 86/97] tests: virt: Update expected ACPI tables for virt test
` [PULL 87/97] hw/cxl: fix DC extent capacity tracking
` [PULL 89/97] hw/mem: cxl_type3: Add dsmas_flags to CXLDCRegion struct
` [PULL 90/97] hw/cxl: mailbox-utils: 0x5601 - FMAPI Get Host Region Config
` [PULL 92/97] hw/mem: cxl_type3: Add DC Region bitmap lock
` [PULL 93/97] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [PULL 94/97] hw/cxl: mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
` [PULL 95/97] hw/cxl: Create helper function to create DC Event Records from extents
` [PULL 96/97] hw/cxl: mailbox-utils: 0x5604 - FMAPI Initiate DC Add

[PATCH v3] vfio/pci: Introduce x-pci-class-code option
 2025-07-14 22:57 UTC  (2+ messages)

[PATCH v2] intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
 2025-07-14 21:22 UTC  (4+ messages)

[PATCH] rust: bindings: allow any number of params
 2025-07-14 22:09 UTC 

[PATCH] tap: fix net_init_tap() return code
 2025-07-14 22:31 UTC  (2+ messages)

[PATCH v4 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-07-14 22:13 UTC  (14+ messages)
` [PATCH v4 17/28] s390x: Guest support for Secure-IPL Facility
` [PATCH v4 18/28] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v4 19/28] pc-bios/s390-ccw: Refactor zipl_load_segment function
` [PATCH v4 20/28] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v4 21/28] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)

[PATCH v2 0/3] DTB build housekeeping
 2025-07-14 21:35 UTC  (6+ messages)
` [PATCH v2 1/3] hw/microblaze: Add missing FDT dependency
` [PATCH v2 3/3] pc-bios/dtb: Remove device tree blobs

[PATCH for-5.1 V4 0/7] mips: Add Loongson-3 machine support (with KVM)
 2025-07-14 22:20 UTC  (3+ messages)
` [PATCH for-5.1 V4 2/4] target/mips: Add Loongson-3 CPU definition

[PATCH v2] target/arm: Added support for SME register exposure to GDB
 2025-07-14 20:50 UTC  (3+ messages)

[PATCH v3] target/arm: Added support for SME register exposure to GDB
 2025-07-14 20:50 UTC 

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-07-14 20:24 UTC  (32+ messages)
` [RFC PATCH v3 01/15] backends/iommufd: Introduce iommufd_backend_alloc_viommu
` [RFC PATCH v3 02/15] backends/iommufd: Introduce iommufd_vdev_alloc
` [RFC PATCH v3 03/15] hw/arm/smmu-common: Factor out common helper functions and export
` [RFC PATCH v3 04/15] hw/arm/smmu-common: Introduce smmu_iommu_ops_by_type() helper
` [RFC PATCH v3 05/15] hw/arm/smmuv3-accel: Introduce smmuv3 accel device
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [RFC PATCH v3 07/15] hw/arm/smmuv3: Implement get_viommu_cap() callback
` [RFC PATCH v3 08/15] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [RFC PATCH v3 09/15] hw/arm/smmuv3-accel: Support nested STE install/uninstall support
` [RFC PATCH v3 10/15] hw/arm/smmuv3-accel: Allocate a vDEVICE object for device
` [RFC PATCH v3 11/15] hw/pci/pci: Introduce optional get_msi_address_space() callback
` [RFC PATCH v3 12/15] hw/arm/smmuv3-accel: Introduce helpers to batch and issue cache invalidations
` [RFC PATCH v3 13/15] hw/arm/smmuv3: Forward invalidation commands to hw
` [RFC PATCH v3 14/15] Read and validate host SMMUv3 feature bits
` [RFC PATCH v3 15/15] hw/arm/smmu-common: Add accel property for SMMU dev

[PATCH 0/4] hw/net/npcm_gmac: Various fixes to gmac_try_send_next_packet()
 2025-07-14 20:08 UTC  (7+ messages)
` [PATCH 1/4] hw/net/npcm_gmac.c: Send the right data for second packet in a row
` [PATCH 2/4] hw/net/npcm_gmac.c: Unify length and prev_buf_size variables
` [PATCH 3/4] hw/net/npcm_gmac.c: Correct test for when to reallocate packet buffer
` [PATCH 4/4] hw/net/npcm_gmac.c: Drop 'buf' local variable

[PATCH v2 0/2] hvf: arm: two small GIC sysreg emulation fixes
 2025-07-14 20:04 UTC  (5+ messages)
` [PATCH v2 1/2] hvf: arm: Add permission check in GIC sysreg handlers
` [PATCH v2 2/2] hvf: arm: Emulate ICC_RPR_EL1 accesses properly

[PATCH] target/arm: Provide always-false kvm_arm_*_supported() stubs for usermode
 2025-07-14 19:49 UTC  (6+ messages)

[PATCH] host-utils: Drop workaround for buggy Apple Clang __builtin_subcll()
 2025-07-14 19:52 UTC  (3+ messages)

[PATCH v7 00/36] ACPI PCI Hotplug support on ARM
 2025-07-14 19:51 UTC  (4+ messages)

[PULL 00/26] Migration patches for 2025-07-11
 2025-07-14 19:39 UTC  (5+ messages)
` [PULL 25/26] migration/postcopy: Add latency distribution report for blocktime

[PATCH v5 1/3] net/af-xdp: Remove XDP program cleanup logic
 2025-07-14 19:41 UTC  (4+ messages)
` [PATCH v5 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets

[PATCH] target/riscv: do not call GETPC() in check_ret_from_m_mode()
 2025-07-14 19:42 UTC  (2+ messages)

[PATCH 0/4] vhost: drop backend_features
 2025-07-14 19:23 UTC  (3+ messages)

[PATCH 59/59] vfio: fix sub-page bar after cpr
 2025-07-14 19:21 UTC  (2+ messages)

[PATCH V1] vfio: fix sub-page bar after cpr
 2025-07-14 19:21 UTC 

[PATCH REPOST v4 0/4] acpi: Add machine option to disable SPCR table
 2025-07-14 18:45 UTC  (3+ messages)
` [PATCH REPOST v4 4/4] acpi/virt: suppress UART device & SPCR when guest has no serial hardware

[PATCH qemu v2 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
 2025-07-14 17:45 UTC  (12+ messages)
` [PATCH qemu v2 01/11] hw/cxl: fix DC extent capacity tracking
` [PATCH qemu v2 02/11] hw/cxl: mailbox-utils: 0x5600 - FMAPI Get DCD Info
` [PATCH qemu v2 03/11] hw/mem: cxl_type3: Add dsmas_flags to CXLDCRegion struct
` [PATCH qemu v2 04/11] hw/cxl: mailbox-utils: 0x5601 - FMAPI Get Host Region Config
` [PATCH qemu v2 05/11] hw/cxl: Move definition for dynamic_capacity_uuid and enum for DC event types to header
` [PATCH qemu v2 06/11] hw/mem: cxl_type3: Add DC Region bitmap lock
` [PATCH qemu v2 07/11] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [PATCH qemu v2 08/11] hw/cxl: mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
` [PATCH qemu v2 09/11] hw/cxl: Create helper function to create DC Event Records from extents
` [PATCH qemu v2 10/11] hw/cxl: mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [PATCH qemu v2 11/11] hw/cxl: mailbox-utils: 0x5605 - FMAPI Initiate DC Release

[PATCH] target/arm: Added support for SME register exposure to GDB
 2025-07-14 17:44 UTC  (3+ messages)

[PATCH v7 0/4] Building PPTT with root node and identical implementation flag
 2025-07-14 17:31 UTC  (5+ messages)
` [PATCH v7 1/4] tests: virt: Allow changes to PPTT test table
` [PATCH v7 2/4] hw/acpi/aml-build: Set identical implementation flag for PPTT processor nodes
` [PATCH v7 3/4] hw/acpi/aml-build: Build a root node in the PPTT table
` [PATCH v7 4/4] tests: virt: Update expected ACPI tables for virt test

[PATCH qemu 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
 2025-07-14 17:28 UTC  (10+ messages)
` [PATCH qemu 07/11] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config

[PATCH v8 0/4] target/arm: Add FEAT_MEC to max cpu
 2025-07-14 17:09 UTC  (6+ messages)
` [PATCH v8 1/4] target/arm: Implement FEAT_SCTLR2 and enable with -cpu max
` [PATCH v8 2/4] target/arm: Implement FEAT_TCR2 "
` [PATCH v8 3/4] target/arm: Implement FEAT_MEC registers
` [PATCH v8 4/4] target/arm: Enable FEAT_MEC in -cpu max

[PATCH v2 0/3] Reformatted Sparc GDB XML patches
 2025-07-14 16:42 UTC  (3+ messages)

[PATCH v6 0/4] Building PPTT with root node and identical implementation flag
 2025-07-14 16:23 UTC  (9+ messages)
` [PATCH v6 3/4] hw/acpi/aml-build: Build a root node in the PPTT table

[PATCH] iotests: add test for changing the 'drive' property via 'qom-set'
 2025-07-14 16:04 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).