qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-18 15:30:08 to 2025-02-19 10:29:12 UTC [more...]

[PATCH] meson: Display summary of Darwin libraries detected
 2025-02-19 10:28 UTC  (4+ messages)

Permissively Licensing the CPU Component
 2025-02-19 10:22 UTC  (2+ messages)

[PATCH v7 00/52] QEMU TDX support
 2025-02-19 10:14 UTC  (3+ messages)
` [PATCH v7 08/52] i386/tdx: Initialize TDX before creating TD vcpus

[PATCH] linux-user: fix resource leaks in gen-vdso
 2025-02-19 10:03 UTC 

[PATCH 1/2] migration: Prioritize RDMA in ram_save_target_page()
 2025-02-19  9:39 UTC  (8+ messages)
` [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

[PATCH] hw/timer/hpet: Detect invalid access to TN registers
 2025-02-19  9:25 UTC  (6+ messages)

[PATCH v9 0/4] chardev: implement backend chardev multiplexing
 2025-02-19  9:07 UTC  (5+ messages)
` [PATCH v9 2/4] chardev/char-hub: implement backend chardev aggregator

[PATCH 1/1] qapi/char.json: minor doc rewording for `hub` device
 2025-02-19  9:06 UTC 

[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc
 2025-02-19  9:04 UTC  (20+ messages)
` [PATCH 27/42] qapi: differentiate "intro" and "detail" sections
` [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections
` [PATCH 29/42] qapi: Add "Details:" disambiguation marker

[PATCH v7 RESEND 0/5] i386: Support SMP Cache Topology
 2025-02-19  8:59 UTC  (3+ messages)

[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
 2025-02-19  8:22 UTC  (21+ 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 rfcv2 14/20] intel_iommu: Bind/unbind guest page table to host
` [PATCH rfcv2 15/20] intel_iommu: ERRATA_772415 workaround
` [PATCH rfcv2 16/20] intel_iommu: Replay pasid binds after context cache invalidation
` [PATCH rfcv2 17/20] intel_iommu: Propagate PASID-based iotlb invalidation to host
` [PATCH rfcv2 18/20] intel_iommu: Refresh pasid bind when either SRTP or TE bit is changed
` [PATCH rfcv2 19/20] intel_iommu: Bypass replay in stage-1 page table mode
` [PATCH rfcv2 20/20] intel_iommu: Enable host device when x-flts=on in scalable mode

[RFC PATCH] elfload: Fix alignment when unmapping excess reservation
 2025-02-19  7:42 UTC  (2+ messages)

[PATCH v4 0/3] Enable clang build on Windows
 2025-02-19  7:38 UTC  (10+ messages)

[PATCH v4 00/24] hw/uefi: add uefi variable service
 2025-02-19  7:14 UTC  (25+ messages)
` [PATCH v4 01/24] Add support for etc/hardware-info fw_cfg file
` [PATCH v4 02/24] hw/uefi: add include/hw/uefi/var-service-api.h
` [PATCH v4 03/24] hw/uefi: add include/hw/uefi/var-service-edk2.h
` [PATCH v4 04/24] hw/uefi: add include/hw/uefi/var-service.h
` [PATCH v4 05/24] hw/uefi: add var-service-guid.c
` [PATCH v4 06/24] hw/uefi: add var-service-utils.c
` [PATCH v4 07/24] hw/uefi: add var-service-vars.c
` [PATCH v4 08/24] hw/uefi: add var-service-auth.c
` [PATCH v4 09/24] hw/uefi: add var-service-policy.c
` [PATCH v4 10/24] hw/uefi: add var-service-core.c
` [PATCH v4 11/24] hw/uefi: add var-service-pkcs7.c
` [PATCH v4 12/24] hw/uefi: add var-service-pkcs7-stub.c
` [PATCH v4 13/24] hw/uefi: add var-service-siglist.c
` [PATCH v4 14/24] hw/uefi: add var-service-json.c + qapi for NV vars
` [PATCH v4 15/24] hw/uefi: add trace-events
` [PATCH v4 16/24] hw/uefi: add UEFI_VARS to Kconfig
` [PATCH v4 17/24] hw/uefi: add to meson
` [PATCH v4 18/24] hw/uefi: add uefi-vars-sysbus device
` [PATCH v4 19/24] hw/uefi-vars-sysbus: qemu platform bus support
` [PATCH v4 20/24] hw/uefi-vars-sysbus: add x64 variant
` [PATCH v4 21/24] hw/uefi-vars-sysbus: allow for arm virt
` [PATCH v4 22/24] hw/uefi-vars-sysbus: allow for pc and q35
` [PATCH v4 23/24] hw/uefi: add MAINTAINERS entry
` [PATCH v4 24/24] docs: add uefi variable service documentation

[PATCH v6 0/4] Allow to enable multifd and postcopy migration together
 2025-02-19  7:13 UTC  (4+ messages)
` [PATCH v6 2/4] migration: enable multifd and postcopy together

[PATCH] target/loongarch: Correct maximum physical address in KVM mode
 2025-02-19  7:07 UTC 

[PATCH] physmem: replace assertion with error
 2025-02-19  6:39 UTC  (3+ messages)

[PATCH v2 0/6] Enable shared device assignment
 2025-02-19  6:33 UTC  (9+ messages)
` [PATCH v2 3/6] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd
` [PATCH v2 4/6] memory-attribute-manager: Introduce a callback to notify the shared/private state change

[PATCH v2 00/11] rust/block: Add minimal block driver bindings
 2025-02-19  6:46 UTC  (14+ messages)
` [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH v2 02/11] meson: Add rust_block_ss and link tools with it
` [PATCH v2 03/11] rust: Add some block layer bindings
` [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH v2 05/11] rust/block: Add empty crate
` [PATCH v2 06/11] rust/block: Add I/O buffer traits
` [PATCH v2 07/11] block: Add bdrv_open_blockdev_ref_file()
` [PATCH v2 08/11] rust/block: Add driver module
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
` [PATCH v2 11/11] rust/block: Add format probing

[PATCH v2 00/19] intel_iommu: Add ATS support
 2025-02-19  6:10 UTC  (2+ messages)

[PULL v2 00/14] Mem next patches
 2025-02-19  2:48 UTC  (9+ messages)
` [PULL v2 11/14] os: add an ability to lock memory on_fault

[PULL v3 00/28] tcg patch queue
 2025-02-19  2:48 UTC  (3+ messages)
` [PULL v3 13/28] target/mips: Use VADDR_PRIx for logging pc_next

[PATCH] hw/elf_ops: Use physical address about kernel entry
 2025-02-19  2:17 UTC 

[PATCH v2] vhost: Don't set vring call if guest notifier is disabled
 2025-02-19  1:52 UTC 

[PATCH] aspeed: Remove duplicate typename in AspeedSoCClass
 2025-02-19  1:36 UTC  (2+ messages)

[RFC] migration: Introduce migration throttle event
 2025-02-19  1:31 UTC  (4+ messages)

[PATCH] vdpa: Allow vDPA to work on big-endian machine
 2025-02-19  0:29 UTC  (8+ messages)

Trying to boot VM from powershell Windows 11
 2025-02-18 22:28 UTC 

[PATCH v3 0/5] Fix vIOMMU reset order
 2025-02-18 22:31 UTC  (7+ messages)
` [PATCH v3 1/5] hw/virtio/virtio-iommu: Migrate to 3-phase reset
` [PATCH v3 2/5] hw/i386/intel-iommu: "
` [PATCH v3 3/5] hw/arm/smmuv3: Move reset to exit phase
` [PATCH v3 4/5] hw/vfio/common: Add a trace point in vfio_reset_handler
` [PATCH v3 5/5] docs/devel/reset: Document reset expectations for DMA and IOMMU

[PATCH] target/arm: Fix signed integer overflow undefined behavior
 2025-02-18 22:22 UTC 

[PATCH 0/5] Renesas RX target fixes
 2025-02-18 21:21 UTC  (15+ messages)
` [PATCH 3/5] target/rx: Reset the CPU at qemu reset time
` [PATCH 4/5] target/rx: Load reset vector from memory after first run
` [PATCH 0/4] Renesas RX target fixes (v2)
  ` [PATCH 1/4] target/rx: Set exception vector base to 0xffffff80
  ` [PATCH 2/4] target/rx: Remove TCG_CALL_NO_WG from helpers which write env
  ` [PATCH 3/4] hw/rx: Reset the CPU at qemu reset time
  ` [PATCH 4/4] rx: Support loading of ELF files too

[PULL 0/9] meson: Disallow 64-bit on 32-bit emulation
 2025-02-18 19:30 UTC  (7+ messages)
` [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

[PATCH v7 05/52] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
 2025-02-18 19:21 UTC  (2+ messages)

[PATCH v5] hw/arm/virt: Support larger highmem MMIO regions
 2025-02-18 19:21 UTC  (2+ messages)

[PATCH v9 0/3] TPM TIS SPI Support
 2025-02-18 18:55 UTC  (4+ messages)

[PATCH v3 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-02-18 18:33 UTC  (11+ messages)
` [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH v3 00/28] tcg patch queue
 2025-02-18 18:03 UTC  (3+ messages)
` [PATCH v3 13/28] target/mips: Use VADDR_PRIx for logging pc_next

[PATCH v2 0/2] rust: add module to convert between -errno and io::Error
 2025-02-18 17:57 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] rust: Prefer link_with over link_whole
 2025-02-18 17:50 UTC  (3+ messages)

[PATCH V2] migration: ram block cpr blockers
 2025-02-18 17:27 UTC  (4+ messages)

[PATCH 00/11] rust/block: Add minimal block driver bindings
 2025-02-18 17:25 UTC  (6+ messages)
` [PATCH 04/11] rust/qemu-api: Add wrappers to run futures in QEMU

[PATCH 0/7] target/riscv: store max SATP mode as a single integer in RISCVCPUConfig
 2025-02-18 16:57 UTC  (8+ messages)
` [PATCH 1/7] hw/riscv: acpi: only create RHCT MMU entry for supported types
` [PATCH 2/7] target/riscv: env->misa_mxl is a constant
` [PATCH 3/7] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PATCH 4/7] target/riscv: cpu: store max SATP mode as a single integer
` [PATCH 5/7] target/riscv: update max_satp_mode based on QOM properties
` [PATCH 6/7] target/riscv: remove supported from RISCVSATPMap
` [PATCH 7/7] target/riscv: move satp_mode.{map,init} out of CPUConfig

[PATCH 0/8] xen: Build fixes and dust removal
 2025-02-18 16:53 UTC  (12+ messages)
` [PATCH 1/8] accel/Kconfig: Link XenPVH with GPEX PCIe bridge
` [PATCH 2/8] hw/arm: Do not expose the virt machine on Xen-only binary
` [PATCH 3/8] hw/arm/xen-pvh: Do not allow specifying any CPU type
` [PATCH 4/8] hw/xen/xen-pvh: Reduce included headers
` [PATCH 5/8] hw/xen/xen-hvm: "
` [PATCH 6/8] hw/xen/xen-bus: "
` [PATCH 7/8] hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
` [PATCH 8/8] meson: Remove support for Xen on 32-bit ARM hosts

[PATCH 0/6] hw/i386/amd_iommu: Orphanize & QDev cleanups
 2025-02-18 16:52 UTC  (3+ messages)

KVM/QEMU community call agenda items for 18/2/25
 2025-02-18 16:51 UTC  (4+ messages)

[PATCH v3 00/19] qom: Constify class_data
 2025-02-18 16:51 UTC  (4+ messages)
` [PATCH v3 19/19] qom: Require TypeInfo::class_data points to const data

[PATCH 0/3] target/riscv/kvm: update to Linux 6.14-rc3
 2025-02-18 16:38 UTC  (4+ messages)
` [PATCH 1/3] linux-headers: Update to Linux v6.14-rc3
` [PATCH 2/3] target/riscv/cpu.c: create flag for ziccrse
` [PATCH 3/3] target/riscv/kvm: add extensions after 6.14-rc3 update

[PULL v1 00/12] Xen queue
 2025-02-18 16:34 UTC  (4+ messages)
` [PULL v1 10/12] hw/xen: pvh-common: Add support for creating PCIe/GPEX

[PATCH V2 00/45] Live update: vfio and iommufd
 2025-02-18 16:26 UTC  (5+ messages)
` [PATCH V2 02/45] migration: cpr helpers

[PATCH] migration: ram block cpr blockers
 2025-02-18 16:10 UTC  (8+ messages)

[PATCH 00/15] arm: rework id register storage
 2025-02-18 16:06 UTC  (13+ messages)
` [PATCH 02/15] arm/kvm: add accessors for storing host features into idregs
` [PATCH 03/15] arm/cpu: Store aa64isar0 into the idregs arrays
` [PATCH 13/15] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH 15/15] arm/cpu: Add generated files

[PATCH] hw/net/fsl_etsec: Set eTSEC device description and category
 2025-02-18 15:54 UTC 

[PATCH 0/8] riscv: AIA: kernel-irqchip=off support
 2025-02-18 15:53 UTC  (2+ messages)

[PATCH] virtio-serial-bus: Discard throttled VirtQueueElement when virtio-serial closed
 2025-02-18 15:34 UTC  (2+ messages)
` [Ping][PATCH] "

[PATCH 00/14] tests/functional: Convert the replay_kernel tests
 2025-02-18 15:27 UTC  (10+ messages)
` [PATCH 02/14] tests/functional: Convert the xtensa replay test to the functional framework
` [PATCH 03/14] tests/functional: Convert the sparc replay avocado test
` [PATCH 06/14] tests/functional: Convert the ppc64 replay avocado tests
` [PATCH 08/14] tests/functional: Convert the m68k "
` [PATCH 10/14] tests/functional: Convert the alpha "
` [PATCH 11/14] tests/functional: Convert the s390x "
` [PATCH 12/14] tests/functional: Convert the aarch64 "
` [PATCH 13/14] tests/functional: Convert the x86_64 "
` [PATCH 14/14] tests/functional: Convert the i386 replay avocado test

[PATCH v4] vfio: Add property documentation
 2025-02-18 15:33 UTC  (3+ 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).