qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-27 10:08:26 to 2025-02-27 16:40:38 UTC [more...]

[PATCH v2 0/5] ppc/amigaone patches
 2025-02-27 16:39 UTC  (3+ messages)
` [PATCH v2 2/5] ppc/amigaone: Implement NVRAM emulation
` [PATCH v2 3/5] ppc/amigaone: Add default environment

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

[PATCH v7 00/52] QEMU TDX support
 2025-02-27 16:30 UTC  (3+ messages)
` [PATCH v7 28/52] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH] MAINTAINERS: Add myself as vfio-igd maintainer
 2025-02-27 16:27 UTC 

[PATCH v6 00/19] Change ghes to use HEST-based offsets and add support for error inject
 2025-02-27 16:00 UTC  (20+ 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 06/19] acpi/ghes: add a firmware file with HEST address
` [PATCH v6 07/19] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v6 08/19] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v6 09/19] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v6 10/19] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v6 11/19] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v6 12/19] acpi/generic_event_device: add an APEI error device
` [PATCH v6 13/19] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v6 14/19] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v6 15/19] qapi/acpi-hest: add an interface to do generic CPER error injection
` [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 v6 19/19] scripts/ghes_inject: add a script to generate GHES error inject

[PATCH 00/10] vfio/igd: Remove legacy mode
 2025-02-27 16:03 UTC  (3+ messages)

[PATCH v7 00/16] Introduce support for IGVM files
 2025-02-27 16:12 UTC  (19+ 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 v7 05/16] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v7 06/16] sev: Update launch_update_data functions to use Error handling
` [PATCH v7 07/16] target/i386: Allow setting of R_LDTR and R_TR with cpu_x86_load_seg_cache()
` [PATCH v7 08/16] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v7 09/16] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v7 10/16] docs/system: Add documentation on support for IGVM
` [PATCH v7 11/16] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v7 12/16] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v7 13/16] backends/igvm: Process initialization sections in IGVM file
` [PATCH v7 14/16] backends/igvm: Handle policy for SEV guests
` [PATCH v7 15/16] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v7 16/16] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[PATCH] hw/net: npcm7xx_emc: fix alignment to eth_hdr
 2025-02-27 16:08 UTC  (5+ messages)

[PATCH v5 00/21]Change ghes to use HEST-based offsets and add support for error inject
 2025-02-27 15:56 UTC  (38+ 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 00/25] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS)
 2025-02-27 15:45 UTC  (3+ messages)
` [PATCH 25/25] MAINTAINERS: remove widely sanctioned entities

[PATCH] hw/net: ftgmac100: copy eth_hdr for alignment
 2025-02-27 15:42 UTC 

[PATCH 0/2] riscv: Fix Zkr bugs
 2025-02-27 14:42 UTC  (3+ messages)
` [PATCH 1/2] target/riscv/csr.c: Fix first Zkr CSR reading
` [PATCH 2/2] target/riscv/cpu_bits.h: Fix [63:32] bits in Zkr seed CSR

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

[PATCH 0/1] Adding TPM support for ARM SBSA-Ref machine
 2025-02-27 15:17 UTC  (3+ messages)
` [PATCH 1/1] hw/arm/sbsa-ref: "

[PATCH 00/12] target/riscv: Fix some RISC-V instruction corner cases
 2025-02-27 14:47 UTC  (2+ messages)

[PATCH V5] migration: ram block cpr blockers
 2025-02-27 14:48 UTC 

ldrd implementation issue?
 2025-02-27 14:42 UTC  (3+ messages)

[PATCH 0/3] target/arm: Fix LDRD, STRD atomicity, fault behaviour
 2025-02-27 14:27 UTC  (4+ 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()

[PULL 00/34] i386, Rust, build system, QOM patches for 2025-02-27
 2025-02-27 14:19 UTC  (35+ messages)
` [PULL 01/34] qom: Use command line syntax for default values in help
` [PULL 02/34] hpet: do not overwrite properties on post_load
` [PULL 03/34] i386: Fix the missing Rust HPET configuration option
` [PULL 04/34] rust: subprojects: add libc crate
` [PULL 05/34] rust: add module to convert between success/-errno and io::Result
` [PULL 06/34] rust: tests: do not import bindings::*
` [PULL 07/34] rust: prefer importing std::ptr over core::ptr
` [PULL 08/34] docs: rust: fix typos
` [PULL 09/34] docs: rust: update description of crates
` [PULL 10/34] stub: Remove monitor-fd.c
` [PULL 11/34] physmem: replace assertion with error
` [PULL 12/34] pvg: do not enable it on cross-architecture targets
` [PULL 13/34] pvg: add option to configure it out
` [PULL 14/34] target/i386/hvf: fix a typo in a type name
` [PULL 15/34] target/i386/hvf: fix the declaration of hvf_handle_io
` [PULL 16/34] target/i386/hvf: use x86_segment in x86_decode.c
` [PULL 17/34] target/i386/hvf: move and rename {load, store}_regs
` [PULL 18/34] target/i386/hvf: move and rename simulate_{rdmsr, wrmsr}
` [PULL 19/34] target/i386/hvf: drop some dead code
` [PULL 20/34] rust: add IsA bounds to QOM implementation traits
` [PULL 21/34] rust: add SysBusDeviceImpl
` [PULL 22/34] rust: qom: add ObjectImpl::CLASS_INIT
` [PULL 23/34] rust: pl011, qemu_api tests: do not use ClassInitImpl
` [PULL 24/34] rust: qom: get rid of ClassInitImpl
` [PULL 25/34] i386/cpu: Support module level cache topology
` [PULL 26/34] i386/cpu: Update cache topology with machine's configuration
` [PULL 27/34] i386/pc: Support cache topology in -machine for PC machine
` [PULL 28/34] i386/cpu: add has_caches flag to check smp_cache configuration
` [PULL 29/34] target/riscv: remove unused macro DEFINE_CPU
` [PULL 30/34] target/riscv: move 128-bit check to TCG realize
` [PULL 31/34] target/i386: Add support for Zhaoxin CPU vendor identification
` [PULL 32/34] target/i386: Add CPUID leaf 0xC000_0001 EDX definitions
` [PULL 33/34] target/i386: Introduce Zhaoxin Yongfeng CPU model
` [PULL 34/34] target/i386: Mask CMPLegacy bit in CPUID[0x80000001].ECX for Zhaoxin CPUs

[PATCH v2 00/12] rust: wrap all C types exposed through qemu_api
 2025-02-27 14:22 UTC  (13+ messages)
` [PATCH 01/12] rust: cell: add wrapper for FFI types
` [PATCH 02/12] rust: qemu_api_macros: add Wrapper derive macro
` [PATCH 03/12] rust: vmstate: add std::pin::Pin as transparent wrapper
` [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements
` [PATCH 05/12] rust: irq: wrap IRQState with Opaque<>
` [PATCH 06/12] rust: qom: wrap Object "
` [PATCH 07/12] rust: qdev: wrap Clock and DeviceState "
` [PATCH 08/12] rust: hpet: do not access fields of SysBusDevice
` [PATCH 09/12] rust: sysbus: wrap SysBusDevice with Opaque<>
` [PATCH 10/12] rust: memory: wrap MemoryRegion "
` [PATCH 11/12] rust: chardev: wrap Chardev "
` [PATCH 12/12] rust: bindings: remove more unnecessary Send/Sync impls

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

[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  (7+ messages)
` [PATCH v4 01/14] acpi/ghes: prepare to change the way HEST offsets are calculated

[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  (6+ messages)
` [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in 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 07/19] pcie: Helper function to check if ATS is enabled
` [PATCH v4 06/19] pcie: Helper functions to check if PASID "
` [PATCH v4 08/19] pci: Cache the bus mastering status in the device
` [PATCH v4 10/19] intel_iommu: Implement the get_memory_region_pasid iommu operation
` [PATCH v4 09/19] pci: Add IOMMU operations to get memory regions with PASID
` [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 14/19] atc: Add unit tests
` [PATCH v4 15/19] memory: Add an API for ATS support
` [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  (7+ messages)
` [PATCH v2 4/6] qdev: Change values of PropertyInfo member @type to be QAPI types
` [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  (6+ messages)
` [PATCH 2/4] target/hppa: defer hppa_ptlbe until CPU starts running


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