qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-27 16:13:11 to 2025-02-28 13:00:03 UTC [more...]

[PATCH v6 00/19] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-28 12:59 UTC  (25+ messages)
` [PATCH v6 01/19] tests/acpi: virt: add an empty HEST file
` [PATCH v6 02/19] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v6 03/19] tests/acpi: virt: update HEST file with its current data
` [PATCH v6 04/19] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v6 05/19] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v6 09/19] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v6 13/19] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v6 16/19] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v6 17/19] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v6 18/19] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow

[PATCH 0/6] Add bios-tables-test for LoongArch64 system
 2025-02-28 12:56 UTC  (8+ messages)
` [PATCH 1/6] uefi-test-tools:: Add LoongArch64 support
` [PATCH 2/6] tests/data/uefi-boot-images: Add ISO image for LoongArch system
` [PATCH 3/6] tests/qtest/bios-tables-test: Add basic testing for LoongArch64
` [PATCH 4/6] tests/acpi: Add empty ACPI data files "
` [PATCH 5/6] tests/acpi: Fill acpi table data for LoongArch
` [PATCH 6/6] tests/qtest: Enable bios-tables-test "

[PATCH v3] hw/i386: introduce x86_firmware_reconfigure api
 2025-02-28 12:40 UTC  (2+ messages)

[PATCH 00/10] qapi: misc testing and doc patches
 2025-02-28 12:37 UTC  (3+ messages)
` [PATCH 07/10] qapi: expand tags to all doc sections

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-02-28 12:17 UTC  (6+ messages)
` [PATCH v7 1/5] migration/multifd: move macros to multifd header
` [PATCH v7 2/5] migration: enable multifd and postcopy together
` [PATCH v7 3/5] tests/qtest/migration: consolidate set capabilities
` [PATCH v7 4/5] tests/qtest/migration: add postcopy tests with multifd
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH 00/25] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS)
 2025-02-28 11:35 UTC  (7+ messages)
` [PATCH 13/25] tests/tcg: fix constraints in test-i386-adcox
` [PATCH 25/25] MAINTAINERS: remove widely sanctioned entities

[PATCH v2] hw/i386: introduce x86_firmware_reconfigure api
 2025-02-28 11:20 UTC  (2+ messages)

[PATCH] hw/riscv/riscv-iommu: Fix process directory table walk
 2025-02-28 11:18 UTC  (2+ messages)

[PATCH 0/2] target/riscv: Support scontext-based trigger matching
 2025-02-28 11:15 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Add scontext CSR handling

[PATCH v2 0/3] target/riscv/kvm: reset time changes
 2025-02-28 11:10 UTC  (2+ messages)

[PATCH v5 0/4] hw/ssi/pnv_spi: Remove PnvXferBuffer and fix CID 1558827
 2025-02-28 11:00 UTC  (12+ messages)
` [PATCH v5 1/4] hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
` [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 0/7] tests/functional: a few misc cleanups and fixes
 2025-02-28 10:27 UTC  (8+ messages)
` [PATCH v2 1/7] tests/functional: remove unused 'bin_prefix' variable
` [PATCH v2 2/7] tests/functional: set 'qemu_bin' as an object level field
` [PATCH v2 3/7] tests/functional: remove all class level fields
` [PATCH v2 4/7] tests/functional: reduce tuxrun maxmem to work on 32-bit hosts
` [PATCH v2 5/7] tests/functional: skip memaddr tests on 32-bit builds
` [PATCH v2 6/7] tests/functional: drop unused 'get_tag' method
` [PATCH v2 7/7] tests/functional: stop output from zstd command when uncompressing

[PATCH v2 00/22] target/riscv: declarative CPU definitions
 2025-02-28 10:27 UTC  (23+ messages)
` [PATCH 01/22] target/riscv: Declare RISCVCPUClass::misa_mxl_max as RISCVMXL
` [PATCH 02/22] target/riscv: Convert misa_mxl_max using GLib macros
` [PATCH 03/22] target/riscv: introduce RISCVCPUDef
` [PATCH 04/22] target/riscv: store RISCVCPUDef struct directly in the class
` [PATCH 05/22] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PATCH 06/22] target/riscv: move RISCVCPUConfig fields to a header file
` [PATCH 07/22] target/riscv: add more RISCVCPUDef fields
` [PATCH 08/22] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PATCH 09/22] target/riscv: do not make RISCVCPUConfig fields conditional
` [PATCH 10/22] target/riscv: convert profile CPU models to RISCVCPUDef
` [PATCH 11/22] target/riscv: convert bare "
` [PATCH 12/22] target/riscv: convert dynamic "
` [PATCH 13/22] target/riscv: convert SiFive E "
` [PATCH 14/22] target/riscv: convert ibex "
` [PATCH 15/22] target/riscv: convert SiFive U "
` [PATCH 16/22] target/riscv: th: make CSR insertion test a bit more intuitive
` [PATCH 17/22] target/riscv: generalize custom CSR functionality
` [PATCH 18/22] target/riscv: convert TT C906 to RISCVCPUDef
` [PATCH 19/22] target/riscv: convert TT Ascalon "
` [PATCH 20/22] target/riscv: convert Ventana V1 "
` [PATCH 21/22] target/riscv: convert Xiangshan Nanhu "
` [PATCH 22/22] target/riscv: remove .instance_post_init

[PATCH] include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN
 2025-02-28 10:32 UTC 

[PATCH] scripts: dump stdin on meson-buildoptions error
 2025-02-28 10:26 UTC  (2+ messages)

[PATCH v5 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-28 10:05 UTC  (30+ messages)
` [PATCH v5 25/36] vfio/migration: Multifd device state transfer support - receive init/cleanup
` [PATCH v5 26/36] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PATCH v5 27/36] vfio/migration: Multifd device state transfer support - load thread
` [PATCH v5 30/36] vfio/migration: Multifd device state transfer support - send side
` [PATCH v5 32/36] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [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 v2 0/2] Emulated AMD IOMMU cleanup and fixes
 2025-02-28 10:04 UTC  (5+ messages)

[PATCH 0/5] tests/functional: a few misc cleanups and fixes
 2025-02-28  9:50 UTC  (4+ messages)
` [PATCH 1/5] tests/functional: skip test if QEMU_TEST_QEMU_BINARY is not set

[PATCH 0/3] target/arm: Fix LDRD, STRD atomicity, fault behaviour
 2025-02-28  9:37 UTC  (11+ messages)
` [PATCH 1/3] target/arm: Correct LDRD atomicity and "
` [PATCH 2/3] target/arm: Correct STRD atomicity
` [PATCH 3/3] target/arm: Drop unused address_offset from op_addr_{rr, ri}_post()

[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
 2025-02-28  9:36 UTC  (42+ messages)
` [PATCH rfcv2 01/20] backends/iommufd: Add helpers for invalidating user-managed HWPT
` [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 rfcv2 13/20] intel_iommu: Add PASID cache management infrastructure

[PATCH] vhost: Don't set vring call if guest notifier is disabled
 2025-02-28  9:33 UTC  (3+ messages)

[PATCH v5 0/2] target/loongarch: fix 'make check-functional' failed
 2025-02-28  9:06 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] target/loongarch: check tlb_ps

[PATCH v7 00/16] Introduce support for IGVM files
 2025-02-28  9:26 UTC  (11+ messages)
` [PATCH v7 08/16] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v7 10/16] docs/system: Add documentation on support for IGVM
` [PATCH v7 16/16] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[PATCH] virtio-pci: fix memory leak from device realization failure
 2025-02-28  9:24 UTC  (2+ messages)

[PATCH] rust: qom: remove operations on &mut
 2025-02-28  8:58 UTC 

[PATCH] rust: cell: add full example of declaring a SysBusDevice
 2025-02-28  8:55 UTC 

[PATCH v5 0/8] mulate Intel RDT features needed to mount ResCtrl in Linux
 2025-02-28  8:40 UTC  (4+ messages)
` [PATCH v5 1/8] i386: Add Intel RDT device and State to config

[PATCH v2 0/3] riscv: AIA: refinement for KVM acceleration
 2025-02-28  6:09 UTC  (2+ messages)

[PATCH v2 0/6] Improve Microchip Polarfire SoC customization
 2025-02-28  6:05 UTC  (3+ messages)
` [PATCH v2 1/6] hw/misc: Add MPFS system reset support

[PATCH v10 0/8] Support RISC-V IOPMP
 2025-02-28  6:02 UTC  (12+ messages)
` [PATCH v10 2/8] memory: Introduce memory region fetch operation
` [PATCH v10 5/8] hw/misc/riscv_iopmp_txn_info: Add struct for transaction infomation
` [PATCH v10 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v10 7/8] hw/misc/riscv_iopmp_dispatcher: Device for redirect IOPMP transaction infomation
` [PATCH v10 8/8] hw/riscv/virt: Add IOPMP support

[PATCH] hw/net: ftgmac100: copy eth_hdr for alignment
 2025-02-28  5:54 UTC  (2+ messages)

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

[PATCH v2 0/3] binfmt: Add --ignore-family option
 2025-02-28  4:33 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH v3] hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
 2025-02-28  3:14 UTC 

[PATCH] hw/loongarch/virt: Replace RSDT with XSDT table
 2025-02-28  3:02 UTC 

[PATCH 0/4] target/arm: Improvement on memory error handling
 2025-02-28  1:55 UTC  (8+ messages)
` [PATCH 4/4] target/arm: Retry pushing CPER error if necessary

[Bug 2072564] Re: qemu-aarch64-static segfaults running ldconfig.real (amd64 host)
 2025-02-27 23:24 UTC 

[PATCH v3 000/162] tcg: Convert to TCGOutOp structures
 2025-02-27 22:42 UTC  (5+ messages)
` [PATCH v3 034/162] tcg: Convert mul to TCGOutOpBinary
` [PATCH v3 044/162] tcg: Convert div2 to TCGOutOpDivRem

[PATCH] tests/tcg: Suppress compiler false-positive warning on sha1.c
 2025-02-27 22:23 UTC  (3+ messages)

Query on the dirty bitmap
 2025-02-27 22:23 UTC  (2+ messages)

[PATCH 0/5] hw/arm: Remove printf() calls
 2025-02-27 22:18 UTC  (11+ messages)
` [PATCH 1/5] hw/arm/omap1: Convert raw printfs to qemu_log_mask()
` [PATCH 2/5] hw/arm/omap1: Drop ALMDEBUG ifdeffed out code
` [PATCH 3/5] hw/arm/omap1: Convert information printfs to tracepoints
` [PATCH 4/5] hw/arm/omap_sx1.c: Remove ifdeffed out debug printf
` [PATCH 5/5] hw/arm/versatilepb: Convert printfs to LOG_GUEST_ERROR

[PATCH] nbd: Defer trace init until after daemonization
 2025-02-27 22:06 UTC 

[PATCH 00/10] vfio/igd: Remove legacy mode
 2025-02-27 21:55 UTC  (4+ messages)

[PATCH v2] vdpa: Fix endian bugs in shadow virtqueue
 2025-02-27 20:05 UTC  (5+ messages)

[PATCH] trace/simple: Fix hang when using simpletrace with fork()
 2025-02-27 19:30 UTC  (2+ messages)

Problem with iotest 233
 2025-02-27 19:18 UTC  (10+ messages)

[PATCH] iotests: Stop NBD server in test 162 before starting the next one
 2025-02-27 19:14 UTC  (2+ messages)

[PATCH] QIOChannelSocket: Flush zerocopy socket error queue on ENOBUF failure for sendmsg
 2025-02-27 18:58 UTC  (7+ messages)

[PATCH 0/5] rust: pl011 cleanups + chardev bindings
 2025-02-27 18:53 UTC  (12+ messages)
` [PATCH 1/5] rust: chardev: provide basic bindings to character devices
` [PATCH 2/5] rust: pl011: move register definitions out of lib.rs
` [PATCH 3/5] rust: pl011: clean up visibilities of callbacks
` [PATCH 4/5] rust: pl011: switch to safe chardev operation
` [PATCH 5/5] rust: pl011: pass around registers::Data

[PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr
 2025-02-27 18:44 UTC  (7+ messages)

[PATCH] rust: hpet: decode HPET registers into enums
 2025-02-27 17:31 UTC 

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

[PATCH 0/4] ppc/amigaone patches
 2025-02-27 17:07 UTC  (11+ messages)
` [PATCH 2/4] ppc/amigaone: Implement NVRAM emulation
` [PATCH 3/4] ppc/amigaone: Add default environment

[PATCH v7 00/52] QEMU TDX support
 2025-02-27 16:57 UTC  (5+ messages)
` [PATCH v7 28/52] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v7 38/52] i386/apic: Skip kvm_apic_put() for TDX

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

[PATCH v2 0/5] ppc/amigaone patches
 2025-02-27 16:39 UTC  (6+ messages)
` [PATCH v2 1/5] ppc/amigaone: Simplify replacement dummy_fw
` [PATCH v2 2/5] ppc/amigaone: Implement NVRAM emulation
` [PATCH v2 3/5] ppc/amigaone: Add default environment
` [PATCH v2 4/5] ppc/amigaone: Add kernel and initrd support
` [PATCH v2 5/5] ppc/amigaone: Add #defines for memory map constants

[PATCH] MAINTAINERS: Add myself as vfio-igd maintainer
 2025-02-27 16:39 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).