qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-20 06:46:20 to 2025-06-20 17:15:07 UTC [more...]

[RFC PATCH v2 00/48] accel: Preparatory cleanups for split-accel
 2025-06-20 17:13 UTC  (4+ messages)
` [RFC PATCH v2 05/48] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [RFC PATCH v2 07/48] accel/kvm: Prefer local AccelState over global MachineState::accel
` [RFC PATCH v2 08/48] accel/hvf: Re-use QOM allocated state

[PATCH 0/3] Reinvent BQL-free PIO/MMIO
 2025-06-20 17:01 UTC  (6+ messages)
` [PATCH 1/3] memory: reintroduce BQL-free fine-grained PIO/MMIO
` [PATCH 2/3] acpi: mark PMTIMER as unlocked
` [PATCH 3/3] mark HPET "

[PULL 00/24] i386 (TCG, TDX), Rust changes for 2025-06-20
 2025-06-20 16:40 UTC  (25+ messages)
` [PULL 01/24] meson: cleanup win32 library detection
` [PULL 02/24] target/i386: fix TB exit logic in gen_movl_seg() when writing to SS
` [PULL 03/24] hw: Fix type constant for DTB files
` [PULL 04/24] pc-bios/dtb/meson: Prefer target name to be outfile, not infile
` [PULL 05/24] rust: qemu_api: introduce MaybeUninit field projection
` [PULL 06/24] rust: hpet: fully initialize object during instance_init
` [PULL 07/24] rust: qom: introduce ParentInit
` [PULL 08/24] rust: qom: make ParentInit lifetime-invariant
` [PULL 09/24] rust: qom: change instance_init to take a ParentInit<>
` [PULL 10/24] rust: prepare variable definitions for multiple bindgen invocations
` [PULL 11/24] rust: move rust.bindgen to qemu-api crate
` [PULL 12/24] rust/qemu-api: Add initial logging support based on C API
` [PULL 13/24] rust: pl011: Implement logging
` [PULL 14/24] rust: pl011: Add missing logging to match C version
` [PULL 15/24] rust: hpet: fix new warning
` [PULL 16/24] i386/cpu: Move adjustment of CPUID_EXT_PDCM before feature_dependencies[] check
` [PULL 17/24] i386/cpu: Warn about why CPUID_EXT_PDCM is not available
` [PULL 18/24] i386/tdx: Error and exit when named cpu model is requested
` [PULL 19/24] i386/cpu: Rename enable_cpuid_0x1f to force_cpuid_0x1f
` [PULL 20/24] i386/tdx: Fix the typo of the comment of struct TdxGuest
` [PULL 21/24] i386/tdx: Clarify the error message of mrconfigid/mrowner/mrownerconfig
` [PULL 22/24] update Linux headers to v6.16-rc3
` [PULL 23/24] i386/tdx: handle TDG.VP.VMCALL<GetTdVmCallInfo>
` [PULL 24/24] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v2 0/3] tracetool: cleanup "if(true)" check from trace_foo()
 2025-06-20 16:27 UTC  (7+ messages)
` [PATCH v2 1/3] tracetool: removed the unused vcpu property
` [PATCH v2 2/3] tracetool: introduce generate_unconditional
` [PATCH v2 3/3] tracetool: remove redundant event_get_state checks

[PATCH v5 0/5] ARM Nested Virt Support
 2025-06-20 16:20 UTC  (8+ messages)
` [PATCH v5 5/5] hw/arm/virt: Allow virt extensions with KVM

[PATCH v3 00/29] ACPI PCI Hotplug support on ARM
 2025-06-20 16:13 UTC  (67+ messages)
` [PATCH v3 02/29] hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support property
` [PATCH v3 04/29] hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
` [PATCH v3 05/29] tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
` [PATCH v3 06/29] hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
` [PATCH v3 07/29] hw/pci-host/gpex-acpi: retrieve and use GED acpi_pcihp setting
` [PATCH v3 08/29] hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
` [PATCH v3 09/29] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
` [PATCH v3 10/29] tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
` [PATCH v3 15/29] hw/i386/acpi-build: Use AcpiPciHpState::root in acpi_set_pci_info
` [PATCH v3 16/29] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
` [PATCH v3 17/29] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
` [PATCH v3 18/29] hw/acpi/ged: Add a bus link property
` [PATCH v3 19/29] hw/arm/virt: Pass the bus on the ged creation
` [PATCH v3 20/29] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PATCH v3 21/29] hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
` [PATCH v3 23/29] hw/core/sysbus: Introduce sysbus_mmio_map_name() helper
` [PATCH v3 24/29] hw/arm/virt: Use a SysBusDevice variable in create_acpi_ged()
` [PATCH v3 25/29] hw/arm/virt: Let virt support pci hotplug/unplug GED event
` [PATCH v3 26/29] hw/arm/virt: Plug pcihp hotplug/hotunplug callbacks
` [PATCH v3 27/29] tests/qtest/bios-tables-test: Prepare for addition of acpi pci hp tests
` [PATCH v3 28/29] tests/qtest/bios-tables-test: Add aarch64 ACPI PCI hotplug test

[PATCH v2 00/19] intel_iommu: Enable stage-1 translation for passthrough device
 2025-06-20 16:01 UTC  (29+ messages)
` [PATCH v2 01/19] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
` [PATCH v2 02/19] hw/pci: Introduce pci_device_get_viommu_cap()
` [PATCH v2 03/19] intel_iommu: Implement get_viommu_cap() callback
` [PATCH v2 04/19] vfio/iommufd: Force creating nested parent domain
` [PATCH v2 05/19] hw/pci: Export pci_device_get_iommu_bus_devfn() and return bool
` [PATCH v2 06/19] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
` [PATCH v2 07/19] intel_iommu: Check for compatibility with IOMMUFD backed device when x-flts=on
` [PATCH v2 08/19] intel_iommu: Fail passthrough device under PCI bridge if x-flts=on
` [PATCH v2 09/19] intel_iommu: Introduce two helpers vtd_as_from/to_iommu_pasid_locked
` [PATCH v2 10/19] intel_iommu: Handle PASID entry removing and updating
` [PATCH v2 11/19] intel_iommu: Handle PASID entry adding
` [PATCH v2 12/19] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET
` [PATCH v2 13/19] intel_iommu: Stick to system MR for IOMMUFD backed host device when x-fls=on
` [PATCH v2 14/19] intel_iommu: Bind/unbind guest page table to host
` [PATCH v2 15/19] intel_iommu: Replay pasid binds after context cache invalidation
` [PATCH v2 16/19] intel_iommu: Propagate PASID-based iotlb invalidation to host
` [PATCH v2 17/19] intel_iommu: Refresh pasid bind when either SRTP or TE bit is changed
` [PATCH v2 18/19] Workaround for ERRATA_772415_SPR17
` [PATCH v2 19/19] intel_iommu: Enable host device when x-flts=on in scalable mode

[PATCH v3 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-06-20 15:45 UTC  (4+ messages)
` [PATCH v3 01/28] Add boot-certificates to s390-ccw-virtio machine type option

[PATCH 0/2] virtio-9p: move G_GNUC_PRINTF to header
 2025-06-20 15:04 UTC  (3+ messages)

[PATCH 0/2] rust: prepare for multiple bindgen invocations
 2025-06-20 15:10 UTC  (5+ messages)
` [PATCH 1/2] rust: prepare variable definitions "
` [PATCH 2/2] rust: move rust.bindgen to qemu-api crate

[PATCH v2 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
 2025-06-20 14:48 UTC  (11+ messages)
` [PATCH v2 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH v2 2/7] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH v2 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
` [PATCH v2 6/7] hw/cxl: Add Maintenance support
` [PATCH v2 7/7] hw/cxl: Add emulation for memory sparing control feature

[PATCH 0/2] Memory and PCI definitions for emulated ATS
 2025-06-20 14:35 UTC  (2+ messages)

[PATCH v12 0/7] Add additional plugin API functions to read and write memory and registers
 2025-06-20 13:36 UTC  (5+ messages)
` [PATCH v12 5/7] plugins: Add memory hardware address read/write API

[PATCH v2 00/26] arm: Fixes and preparatory cleanups for split-accel
 2025-06-20 13:07 UTC  (27+ messages)
` [PATCH v2 01/26] target/arm: Remove arm_handle_psci_call() stub
` [PATCH v2 02/26] target/arm: Reduce arm_cpu_post_init() declaration scope
` [PATCH v2 03/26] target/arm: Unify gen_exception_internal()
` [PATCH v2 04/26] target/arm/hvf: Simplify GIC hvf_arch_init_vcpu()
` [PATCH v2 05/26] target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
` [PATCH v2 06/26] target/arm/hvf: Trace hv_vcpu_run() failures
` [PATCH v2 07/26] accel/hvf: Trace VM memory mapping
` [PATCH v2 08/26] target/arm/hvf: Log $pc in hvf_unknown_hvc() trace event
` [PATCH v2 09/26] target/arm: Correct KVM & HVF dtb_compatible value
` [PATCH v2 10/26] accel/hvf: Model PhysTimer register
` [PATCH v2 11/26] target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
` [PATCH v2 12/26] target/arm: Restrict system register properties to system binary
` [PATCH v2 13/26] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH v2 14/26] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v2 15/26] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v2 16/26] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v2 17/26] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH v2 18/26] target/arm/hvf: Trace host processor features
` [PATCH v2 19/26] hw/arm/virt: Only require TCG || QTest to use TrustZone
` [PATCH v2 20/26] hw/arm/virt: Only require TCG || QTest to use virtualization extension
` [PATCH v2 21/26] hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
` [PATCH v2 22/26] hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
` [PATCH v2 23/26] tests/functional: Restrict nexted Aarch64 Xen test to TCG
` [PATCH v2 24/26] tests/functional: Require TCG to run Aarch64 imx8mp-evk test
` [PATCH v2 25/26] tests/functional: Add hvf_available() helper
` [PATCH v2 26/26] tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator

[PATCH] qga-vss: Exit with non-zero code when register fail
 2025-06-20 12:29 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update Kostiantyn Kostiuk transliteration
 2025-06-20 12:27 UTC  (2+ messages)

[PATCH v4 0/7] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-06-20 11:50 UTC  (13+ messages)
` [PATCH v4 1/7] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association

[PATCH v5 7/7] vhost-user-devive: Add shmem BAR
 2025-06-20 11:31 UTC  (2+ messages)

[PATCH v2] hw/riscv/virt: Add acpi ged and powerdown support
 2025-06-20 10:32 UTC  (3+ messages)

[RFC PATCH] target/arm: clamp value to account for RES0 fields
 2025-06-20 10:16 UTC  (3+ messages)

[PATCH v2] target/riscv: Add a property to set vill bit on reserved usage of vsetvli instruction
 2025-06-20  9:20 UTC  (2+ messages)

[PATCH v4 00/19] vfio-user client
 2025-06-20  9:11 UTC  (2+ messages)

[PATCH 00/16] i386/cpu: Unify the cache model in X86CPUState
 2025-06-20  9:27 UTC  (17+ messages)
` [PATCH 01/16] i386/cpu: Refine comment of CPUID2CacheDescriptorInfo
` [PATCH 02/16] i386/cpu: Add descriptor 0x49 for CPUID 0x2 encoding
` [PATCH 03/16] i386/cpu: Add default cache model for Intel CPUs with level < 4
` [PATCH 04/16] i386/cpu: Present same cache model in CPUID 0x2 & 0x4
` [PATCH 05/16] i386/cpu: Consolidate CPUID 0x4 leaf
` [PATCH 06/16] i386/cpu: Drop CPUID 0x2 specific cache info in X86CPUState
` [PATCH 07/16] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [PATCH 08/16] i386/cpu: Fix CPUID[0x80000006] for Intel CPU
` [PATCH 09/16] i386/cpu: Add legacy_intel_cache_info cache model
` [PATCH 10/16] i386/cpu: Add legacy_amd_cache_info "
` [PATCH 11/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x2
` [PATCH 12/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x4
` [PATCH 13/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000005
` [PATCH 14/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x80000006
` [PATCH 15/16] i386/cpu: Select legacy cache model based on vendor in CPUID 0x8000001D
` [PATCH 16/16] i386/cpu: Use a unified cache_info in X86CPUState

[PATCH v3 00/23] vfio-user client
 2025-06-20  8:32 UTC  (6+ messages)

[PATCH 0/2] block/rbd: support selected key-value-pairs via QAPI
 2025-06-20  8:18 UTC  (9+ messages)
` [PATCH 1/2] "

[RFC PATCH 0/3] TDX attestation support
 2025-06-20  8:09 UTC  (7+ messages)
` [PATCH 3/3] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v2 0/9] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-06-20  7:30 UTC  (5+ messages)
` [PATCH v2 4/9] target/loongarch: add msg interrupt CSR registers
` [PATCH v2 7/9] hw/loongarch: Implement avec set irq

aspeed: Split the machine definition into individual source files
 2025-06-20  7:13 UTC  (3+ messages)

[PATCH v1 00/15] intel_iommu: Enable stage-1 translation for passthrough device
 2025-06-20  7:08 UTC  (5+ messages)
` [PATCH v1 04/15] intel_iommu: Introduce a new structure VTDHostIOMMUDevice

[PATCH-for-10.1 v4 0/8] hw/arm: GIC 'its=off' ACPI table fixes
 2025-06-20  6:52 UTC  (5+ messages)
` [PATCH v4 4/8] hw/arm/virt-acpi-build: Fix comment in build_iort

[PULL 00/17] maintainer updates for May (testing, plugins, virtio-gpu)
 2025-06-20  6:45 UTC  (5+ messages)
` [PULL 12/17] virtio-gpu: support context init multiple timeline


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