qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-20 18:00:12 to 2025-11-22 02:23:37 UTC [more...]

[Stable-10.0.7 00/81] Patch Round-up for stable 10.0.7, freeze on 2025-12-01
 2025-11-21 18:44 UTC  (3+ messages)
` [Stable-10.0.7 69/81] nfs: Run co BH CB in the coroutine’s AioContext
` [Stable-10.0.7 77/81] hw/southbridge/lasi: Correct LasiState parent

[RFC-PATCH-for-11.0 v3 00/21] accel/tcg: Remove most MO_TE uses in cpu_ld/st_code/data()
 2025-11-21 13:44 UTC  (2+ messages)
` [RFC-PATCH-for-11.0 v3 10/21] target/hexagon: Use little-endian variant of cpu_ld/st_data*()

[PATCH 1/1] scripts: Changed potential O(n) file size calculation to O(1)
 2025-11-21 14:10 UTC  (6+ messages)

[PATCH v2 00/15] Error message improvements
 2025-11-21 12:14 UTC  (3+ messages)
` [PATCH v2 02/15] hw/usb: Convert to qemu_create() for a better error message
` [PATCH v2 04/15] tap-solaris: Use error_setg_file_open() for better error messages

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-11-21 18:36 UTC  (41+ messages)
` [PATCH v6 07/33] hw/pci/pci: Move pci_init_bus_master() after adding device to bus
` [PATCH v6 08/33] hw/pci/pci: Add optional supports_address_space() callback
` [PATCH v6 09/33] hw/pci-bridge/pci_expander_bridge: Move TYPE_PXB_PCIE_DEV to header
` [PATCH v6 13/33] hw/arm/smmuv3: propagate smmuv3_cmdq_consume() errors to caller
` [PATCH v6 15/33] hw/arm/smmuv3-accel: Install SMMUv3 GBPA based hwpt
` [PATCH v6 16/33] hw/pci/pci: Introduce a callback to retrieve the MSI doorbell GPA directly
` [PATCH v6 17/33] hw/arm/smmuv3: Add support for providing a direct MSI doorbell GPA
` [PATCH v6 20/33] hw/arm/smmuv3-accel: Get host SMMUv3 hw info and validate
` [PATCH v6 27/33] hw/arm/smmuv3-accel: Add a property to specify RIL support
` [PATCH v6 28/33] hw/arm/smmuv3-accel: Add support for ATS
` [PATCH v6 29/33] hw/arm/smmuv3-accel: Add property to specify OAS bits
` [PATCH v6 30/33] backends/iommufd: Retrieve PASID width from iommufd_backend_get_device_info()
` [PATCH v6 31/33] Extend get_cap() callback to support PASID
` [PATCH v6 32/33] vfio: Synthesize vPASID capability to VM
` [PATCH v6 33/33] hw/arm/smmuv3-accel: Add support for PASID enable

[PULL 0/9] Staging patches
 2025-11-22  0:26 UTC  (6+ messages)
` [PULL 4/9] migration: Use warn_reportf_err() where appropriate
` [PULL 5/9] migration/postcopy-ram: Improve error reporting after loadvm failure
` [PULL 6/9] tests/migration-test: Introduce MemType
` [PULL 7/9] tests/migration-test: Merge shmem_opts into memory_backend
` [PULL 9/9] tests/migration-test: Use MEM_TYPE_MEMFD for memory_backend

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-11-21 13:13 UTC  (5+ messages)
` [RFC v3 05/21] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
` [RFC v3 06/21] hw/arm/smmuv3: Thread SEC_SID through helper APIs

[PATCH] migration: cpr socket permissions fix
 2025-11-21 16:07 UTC  (2+ messages)

[PATCH] machine: Provide a description for aux-ram-share property
 2025-11-21 18:29 UTC  (2+ messages)

[PATCH 0/3] migration: Error fixes and improvements
 2025-11-21 12:38 UTC  (7+ messages)

[PATCH v11 00/28] WHPX support for Arm
 2025-11-21 10:37 UTC  (30+ messages)
` [PATCH v11 01/28] target/arm/kvm: add constants for new PSCI versions
` [PATCH v11 02/28] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v11 03/28] qtest: hw/arm: virt: skip ACPI test for ITS off
` [PATCH v11 04/28] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v11 05/28] tests: data: update AArch64 ACPI tables
` [PATCH v11 06/28] whpx: Move around files before introducing AArch64 support
` [PATCH v11 07/28] whpx: reshuffle common code
` [PATCH v11 08/28] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v11 09/28] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v11 10/28] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v11 11/28] whpx: switch irqchip in kernel to a bool outside the struct
` [PATCH v11 12/28] whpx: interrupt controller support
` [PATCH v11 13/28] whpx: add arm64 support
` [PATCH v11 14/28] whpx: change memory management logic
` [PATCH v11 15/28] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v11 16/28] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v11 17/28] hw: arm: virt: rework MSI-X configuration
` [PATCH v11 18/28] hw: arm: virt-acpi-build: add hack
` [PATCH v11 19/28] docs: arm: update virt machine model description
` [PATCH v11 20/28] whpx: arm64: clamp down IPA size
` [PATCH v11 21/28] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v11 22/28] whpx: arm64: implement -cpu host
` [PATCH v11 23/28] target/arm: whpx: instantiate GIC early
` [PATCH v11 24/28] whpx: arm64: gicv3: add migration blocker
` [PATCH v11 25/28] whpx: enable arm64 builds
` [PATCH v11 26/28] whpx: apic: use non-deprecated APIs to control interrupt controller state
` [PATCH v11 27/28] whpx: arm64: check for physical address width after WHPX availability
` [PATCH v11 28/28] whpx: arm64: add partition-wide reset on the reboot path

[PATCH 00/22] python: drop qemu.qmp from qemu.git tree
 2025-11-21 10:24 UTC  (3+ messages)
` [PATCH 13/22] mtest2make: cleanup mtest-suites variables

[PATCH v2 0/4] trace: add Rust DTrace/SystemTap SDT support
 2025-11-21 10:02 UTC  (2+ messages)

[PATCH 0/5] i386: Add support for CPUID 0x80000026 and Bus Lock Detect
 2025-11-21  8:34 UTC  (6+ messages)
` [PATCH 1/5] i386: Implement CPUID 0x80000026
` [PATCH 2/5] i386: Add CPU property x-force-cpuid-0x80000026
` [PATCH 3/5] i386: Enable CPUID 80000026 for EPYC-Genoa/Turin vCPU
` [PATCH 4/5] i386: Add Bus Lock Detect support
` [PATCH 5/5] i386: Add Bus Lock Detect support for EPYC-Turin-v2 model

[PATCH v2] Fix the typo of vfio-pci device's enable-migration option
 2025-11-21  9:43 UTC 

[PULL 00/10] Fixes for QEMU v10.2rc2
 2025-11-21  9:38 UTC  (10+ messages)
` [PULL 01/10] hw/s390x: Fix a possible crash with passed-through virtio devices
` [PULL 02/10] tests/functional/arm/test_aspeed_ast2600_buildroot: Fix pylint warnings
` [PULL 03/10] tests/functional/x86_64/test_virtio_gpu: Fix various issues reported by pylint
` [PULL 04/10] tests/functional/x86_64/test_reverse_debug: Silence pylint warning
` [PULL 05/10] tests/functional/x86_64/test_memlock: Silence pylint warnings
` [PULL 06/10] tests/functional/ppc/test_amiga: Fix issues reported by pylint and flake8
` [PULL 07/10] tests/functional/ppc/test_ppe42: Fix style issues reported by pylint
` [PULL 08/10] tests/functional/aarch64/test_reverse_debug: Fix "
` [PULL 09/10] tests/functional/aarch64/test_rme_sbsaref: Silence "

[PULL 0/8] block-job patches 2025-04-29
 2025-11-21  9:39 UTC  (3+ messages)

[PATCH] hw/display/exynos4210_fimd: Remove duplicated definition
 2025-11-21  9:35 UTC 

[PATCH v1] target/riscv:Add support for RV64 Sifive U74 CPU
 2025-11-21  9:08 UTC 

[PATCH] Fix the typo of vfio-pci device's enable-migration option
 2025-11-21  9:00 UTC 

[PATCH] docs/deprecated: Remove undeprecated SMP description
 2025-11-21  8:45 UTC  (2+ messages)

[PATCH 0/9] RISC-V CPU time source interface
 2025-11-21  8:24 UTC  (4+ messages)
` [PATCH 8/9] target/riscv: RISCVCPUTimeSrcIf: add register_time_change_notifier

[PATCH v1] MAINTAINERS: s390 maintainer updates
 2025-11-21  8:17 UTC  (3+ messages)

[v4] virtio-gpu: use consistent error checking style for virtio_gpu_create_mapping_iov
 2025-11-21  8:14 UTC  (2+ messages)

[PATCH v1 0/1] (RESEND) Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug
 2025-11-21  7:06 UTC  (3+ messages)
` [PATCH v1 1/1] hw/pci-host/aspeed_pcie: "

[v2 0/3] virtio-gpu: Add user pointer and HSAKMT support enhancements
 2025-11-21  7:46 UTC  (14+ messages)
` [v2 1/3] virtio-gpu: Add support for VIRTIO_GPU_BLOB_FLAG_USE_USERPTR flag
` [v2 2/3] virtio-gpu: add configurable HSAKMT capset support
` [v2 3/3] virtio-gpu: Add VIRTIO_GPU_F_RESOURCE_USERPTR feature support

[PATCH 00/16] testing/next cleanups (docker, functional)
 2025-11-21  7:44 UTC  (4+ messages)
` [PATCH 06/16] docs/about/emulation: update assets for uftrace plugin documentation

[PATCH 00/14] Error message improvements
 2025-11-21  7:43 UTC  (31+ messages)
` [PATCH 01/14] error: Strip trailing '\n' from error string arguments (again)
` [PATCH 02/14] hw/usb: Use error_setg_file_open() for a better error message
` [PATCH 03/14] tap-solaris: Use error_setg_file_open() for better error messages
` [PATCH 04/14] qga: "
` [PATCH 05/14] hw/scsi: Use error_setg_file_open() for a better error message
` [PATCH 06/14] hw/virtio: "
` [PATCH 07/14] net/tap: "
` [PATCH 08/14] blkdebug: "
` [PATCH 09/14] error: Use error_setg_file_open() for simplicity and consistency
` [PATCH 10/14] net/slirp: Improve file open error message
` [PATCH 11/14] error: Use error_setg_errno() to improve error messages
` [PATCH 12/14] error: Use error_setg_errno() for simplicity and consistency
` [PATCH 13/14] qga/commands-win32: Use error_setg_win32() for better error messages
` [PATCH 14/14] block/file-win32: Improve an error message

[PATCH v2] Add RISCV Zilsd extension
 2025-11-21  7:41 UTC  (4+ messages)

[PATCH v2 00/10] vfio: Implement VFIO_DEVICE_FEATURE_DMA_BUF and use it in virtio-gpu
 2025-11-21  7:08 UTC  (15+ messages)
` [PATCH v2 02/10] virtio-gpu: Find hva for Guest's DMA addr associated with a ram device

[PATCH v4 0/8] target/arm/kvm: Improve memory error handling
 2025-11-21  6:54 UTC  (5+ messages)

[PATCH] hw/display/exynos4210_fimd: Account for zero length in fimd_update_memory_section()
 2025-11-21  7:35 UTC  (2+ messages)

[PATCH] hw/arm/armv7m: Disable reentrancy guard for v7m_sysreg_ns_ops MRs
 2025-11-21  7:12 UTC  (2+ messages)

[PATCH] Make sure fetch_instruction exist before calling it
 2025-11-21  5:59 UTC  (3+ messages)

[PATCH 0/3] amd_iommu: Support Generation of IOMMU XT interrupts
 2025-11-21  5:20 UTC  (6+ messages)
` [PATCH 1/3] amd_iommu: Use switch case to determine mmio register name

[PATCH 0/3] Fix Zjpm implementation
 2025-11-21  5:07 UTC  (4+ messages)
` [PATCH 2/3] target/riscv: Fix pointer masking PMM field selection logic

[PATCH v2 0/6] Fix Zjpm implementation
 2025-11-21  5:04 UTC  (7+ messages)
` [PATCH v2 1/6] target/riscv: fix address masking
` [PATCH v2 2/6] target/riscv: Add a helper to return the current effective priv mode
` [PATCH v2 3/6] target/riscv: Fix pointer masking PMM field selection logic
` [PATCH v2 4/6] target/riscv: Fix pointer masking for virtual-machine load/store insns
` [PATCH v2 5/6] target/riscv: Rename riscv_pm_get_virt_pmm() to riscv_pm_get_vm_ldst_pmm()
` [PATCH v2 6/6] target/riscv: Fix pointer masking translation mode check bug

[PATCH v1 0/1] hw/pci-host/aspeed_pcie: Update ASPEED PCIe Root Port capabilities and enable MSI to support hotplug
 2025-11-21  4:08 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PULL 0/5] Net patches
 2025-11-21  4:02 UTC  (2+ messages)

[PATCH V4 0/2] fix pci device can't alloc irq from fdt
 2025-11-21  3:41 UTC  (3+ messages)
` [PATCH V4 2/2] "

[PULL 00/10] x86, mtest2make changes for QEMU 10.2
 2025-11-20 21:56 UTC  (2+ messages)

[PATCH 0/7] riscv: implement Ssqosid extension and CBQRI controllers
 2025-11-20 21:34 UTC  (11+ messages)
` [PATCH 1/7] riscv: implement Ssqosid extension and srmcfg CSR
` [PATCH 3/7] hw/riscv: implement CBQRI capacity controller
` [PATCH 6/7] hw/riscv: meson: add CBQRI controllers to the build

[RFC-PATCH-for-11.0 v2 0/8] accel/tcg: Remove some MO_TE uses in cpu_ld{uw, l, q}_code()
 2025-11-20 20:19 UTC  (9+ messages)
` [RFC-PATCH-for-11.0 v2 1/8] accel/tcg: Add endianness variants of "
` [RFC-PATCH-for-11.0 v2 2/8] target/alpha: Use little-endian variant of cpu_ldl_code()
` [RFC-PATCH-for-11.0 v2 3/8] target/loongarch: "
` [RFC-PATCH-for-11.0 v2 4/8] target/sparc: Use big-endian "
` [RFC-PATCH-for-11.0 v2 5/8] target/s390x: Use big-endian variant of cpu_ld{uw, l}_code()
` [RFC-PATCH-for-11.0 v2 6/8] target/riscv: Use little-endian variant of cpu_ld{l, q}_code()
` [RFC-PATCH-for-11.0 v2 7/8] target/ppc: Replace cpu_ldl_code() by explicit endianness variants
` [RFC-PATCH-for-11.0 v2 8/8] accel/tcg: Remove non-explicit endian cpu_ld*_code() helpers

[RFC-PATCH-for-11.0 0/5] accel/tcg: Remove some MO_TE uses in cpu_ld{uw, l, q}_code()
 2025-11-20 20:20 UTC  (7+ messages)
` [RFC-PATCH-for-11.0 1/5] accel/tcg: Add endianness variants of "
` [RFC-PATCH-for-11.0 2/5] target/alpha: Use little-endian variant of cpu_ldl_code()
` [RFC-PATCH-for-11.0 3/5] target/loongarch: "
` [RFC-PATCH-for-11.0 4/5] target/sparc: Use big-endian "
` [RFC-PATCH-for-11.0 5/5] target/s390x: Use big-endian variant of cpu_ld{uw, l}_code()

[PATCH 0/5] A bit of cleanup around Error
 2025-11-20 19:12 UTC  (5+ messages)
` [PATCH 1/5] hw/core/loader: Make load_elf_hdr() return bool, simplify caller

[PATCH for-11.0] arm: add DCZID_EL0 to idregs array
 2025-11-20 18:04 UTC  (2+ messages)

[PATCH v2 00/17] hw/riscv, target/riscv: initial e-trace support
 2025-11-20 18:03 UTC  (3+ messages)
` [PATCH v2 02/17] hw/riscv: Trace RAM Sink initial impl


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