qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-28 19:38:18 to 2025-09-29 15:56:55 UTC [more...]

[PATCH v2 00/16] tracetool: add Rust support
 2025-09-29 15:49 UTC  (14+ messages)
` [PATCH 01/16] tracetool: fix usage of try_import()
` [PATCH 02/16] tracetool: remove dead code
` [PATCH 03/16] treewide: remove unnessary "coding" header
` [PATCH 04/16] tracetool: add SPDX headers
` [PATCH 05/16] trace/ftrace: move snprintf+write from tracepoints to ftrace.c
` [PATCH 06/16] tracetool: add CHECK_TRACE_EVENT_GET_STATE
` [PATCH 07/16] tracetool/backend: remove redundant trace event checks
` [PATCH 09/16] rust: add trace crate
` [PATCH 11/16] rust: pl011: add tracepoints
` [PATCH 12/16] tracetool/simple: add Rust support
` [PATCH 13/16] log: change qemu_loglevel to unsigned
` [PATCH 14/16] tracetool/log: add Rust support
` [PATCH 16/16] tracetool/syslog: "

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-29 15:53 UTC  (33+ messages)
` [PATCH v4 01/27] backends/iommufd: Introduce iommufd_backend_alloc_viommu
` [PATCH v4 02/27] backends/iommufd: Introduce iommufd_vdev_alloc
` [PATCH v4 03/27] hw/arm/smmu-common: Factor out common helper functions and export
` [PATCH v4 04/27] hw/arm/smmu-common:Make iommu ops part of SMMUState
` [PATCH v4 05/27] hw/arm/smmuv3-accel: Introduce smmuv3 accel device
` [PATCH v4 06/27] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [PATCH v4 07/27] hw/arm/smmuv3: Implement get_viommu_cap() callback
` [PATCH v4 08/27] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [PATCH v4 09/27] hw/arm/smmuv3-accel: Support nested STE install/uninstall support
` [PATCH v4 10/27] hw/arm/smmuv3-accel: Allocate a vDEVICE object for device
` [PATCH v4 11/27] hw/pci/pci: Introduce optional get_msi_address_space() callback
` [PATCH v4 12/27] hw/arm/smmuv3-accel: Make use of "
` [PATCH v4 13/27] hw/arm/smmuv3-accel: Add support to issue invalidation cmd to host
` [PATCH v4 14/27] hw/arm/smmuv3-accel: Get host SMMUv3 hw info and validate
` [PATCH v4 15/27] acpi/gpex: Fix PCI Express Slot Information function 0 returned value
` [PATCH v4 16/27] hw/pci-host/gpex: Allow to generate preserve boot config DSM #5
` [PATCH v4 17/27] hw/arm/virt: Set PCI preserve_config for accel SMMUv3
` [PATCH v4 18/27] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
` [PATCH v4 19/27] hw/arm/smmuv3-accel: Install S1 bypass hwpt on reset
` [PATCH v4 20/27] hw/arm/smmuv3: Add accel property for SMMUv3 device
` [PATCH v4 21/27] hw/arm/smmuv3-accel: Add a property to specify RIL support
` [PATCH v4 22/27] hw/arm/smmuv3-accel: Add support for ATS
` [PATCH v4 23/27] hw/arm/smmuv3-accel: Add property to specify OAS bits
` [PATCH v4 24/27] backends/iommufd: Retrieve PASID width from iommufd_backend_get_device_info()
` [PATCH v4 25/27] backends/iommufd: Add a callback helper to retrieve PASID support
` [PATCH v4 26/27] vfio: Synthesize vPASID capability to VM
` [PATCH v4 27/27] hw.arm/smmuv3: Add support for PASID enable

[RFC PATCH] link principle license to COPYING
 2025-09-29 15:51 UTC 

[PATCH v2] ui/spice: Fix abort on macOS
 2025-09-29 15:42 UTC 

[PATCH] migration: Fix state transition in postcopy_start() error handling
 2025-09-29 15:47 UTC  (3+ messages)

[PATCH v2 00/14] hw/arm/smmuv3: Add initial support for Secure State
 2025-09-29 15:47 UTC  (29+ messages)
` [PATCH v2 05/14] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
` [PATCH v2 06/14] hw/arm/smmuv3: Add separate address space for secure SMMU accesses
` [PATCH v2 07/14] hw/arm/smmuv3: Make Configuration Cache security-state aware
` [PATCH v2 08/14] hw/arm/smmuv3: Add security-state handling for page table walks
` [PATCH v2 09/14] hw/arm/smmuv3: Add secure TLB entry management
` [PATCH v2 10/14] hw/arm/smmuv3: Add banked support for queues and error handling
` [PATCH v2 11/14] hw/arm/smmuv3: Harden security checks in MMIO handlers
` [PATCH v2 12/14] hw/arm/smmuv3: Use iommu_index to represent the security context
` [PATCH v2 13/14] hw/arm/smmuv3: Add property to enable Secure SMMU support
` [PATCH v2 14/14] hw/arm/smmuv3: Optional Secure bank migration via subsections

[PATCH 0/6] system/ramblock: Sanitize header
 2025-09-29 15:45 UTC  (7+ messages)
` [PATCH 1/6] system/ramblock: Remove obsolete comment
` [PATCH 2/6] system/ramblock: Move ram_block_is_pmem() declaration
` [PATCH 3/6] system/ramblock: Move ram_block_discard_*_range() declarations
` [PATCH 4/6] system/ramblock: Use ram_addr_t in ram_block_discard_guest_memfd_range
` [PATCH 5/6] system/ramblock: Use ram_addr_t in ram_block_discard_range()
` [PATCH 6/6] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"

[PATCH] migration: HMP: Adjust the order of output fields
 2025-09-29 15:29 UTC  (4+ messages)

[PATCH v14 00/27] migration: propagate vTPM errors using Error objects
 2025-09-29 15:25 UTC  (5+ messages)

[PATCH v6 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-29 15:24 UTC  (9+ messages)
` [PATCH v6 20/28] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
` [PATCH v6 21/28] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v6 22/28] Add secure-boot to s390-ccw-virtio machine type option
` [PATCH v6 24/28] pc-bios/s390-ccw: Handle true secure IPL mode

[PATCH] target/riscv: Fix endianness swap on compressed instructions
 2025-09-29 15:19 UTC  (7+ messages)

[PATCH 0/3] docs/code-provenance: clarify AI exception process
 2025-09-29 15:10 UTC  (6+ messages)
` [PATCH 3/3] docs/code-provenance: AI exceptions are in addition to DCO

[PATCH 0/3] system: Don't leak CPU AddressSpaces
 2025-09-29 15:04 UTC  (6+ messages)
` [PATCH 1/3] include/system/memory.h: Clarify address_space_destroy() behaviour
` [PATCH 2/3] memory: New AS helper to serialize destroy+free
` [PATCH 3/3] physmem: Destroy all CPU AddressSpaces on unrealize

[PATCH V1 00/11] cpr-exec test
 2025-09-29 14:59 UTC  (11+ messages)
` [PATCH V1 01/11] tests/qtest: export qtest_qemu_binary
` [PATCH V1 02/11] tests/qtest: qtest_qemu_args
` [PATCH V1 03/11] tests/qtest: qtest_create_test_state
` [PATCH V1 04/11] tests/qtest: qtest_qemu_spawn_func
` [PATCH V1 05/11] tests/qtest: qtest_init_after_exec

[RFC PATCH] .gitpublish: use origin/master as default base
 2025-09-29 14:52 UTC  (3+ messages)

[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
 2025-09-29 14:43 UTC  (14+ messages)
` [PATCH v2 3/3] "

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-29 13:06 UTC  (2+ messages)

[PATCH] migration: Use QAPI_CLONE() instead of duplicating it inline
 2025-09-29 14:27 UTC  (3+ messages)

[PATCH 0/2] block: Expose block limits in monitor and qemu-img info
 2025-09-29 14:02 UTC  (2+ messages)

[PATCH v2 0/6] VFIO: cpr-transfer fixes
 2025-09-29 13:54 UTC  (5+ messages)
` [PATCH v2 5/6] accel/kvm: Fix an erroneous check on coalesced_mmio_ring
` [PATCH v2 6/6] accel/kvm: Fix SIGSEGV when execute "query-balloon" after CPR transfer

Reqeust for a QEMU Wiki account
 2025-09-29 13:11 UTC 

KVM/QEMU community call 30/09/2025 agenda items?
 2025-09-29 13:09 UTC 

[Bug 2123828] Re: RISC-V: incorrect emulation of load and store on big-endian systems
 2025-09-29 12:27 UTC  (2+ messages)

Two iotests failing with -qcow
 2025-09-29 11:56 UTC 

[PATCH] docs/code-provenance: add an exception for non-creative AI changes
 2025-09-29 11:52 UTC  (5+ messages)

[PATCH v6 00/47] AMD Versal Gen 2 support
 2025-09-29 10:39 UTC  (14+ messages)
` [PATCH v6 23/47] hw/intc/arm_gicv3: Introduce a 'first-cpu-index' property
` [PATCH v6 38/47] hw/arm/xlnx-versal: add the target field in IRQ descriptor
` [PATCH v6 40/47] hw/arm/xlnx-versal: add versal2 SoC
` [PATCH v6 42/47] hw/arm/xlnx-versal-virt: split into base/concrete classes
` [PATCH v6 46/47] hw/arm/xlnx-versal-virt: add the xlnx-versal2-virt machine
` [PATCH v6 47/47] tests/functional/test_aarch64_xlnx_versal: test the versal2 machine

[PATCH 0/7] Register API leaks fixes
 2025-09-29 10:19 UTC  (12+ messages)
` [PATCH 1/7] hw/core/register: remove the REGISTER device type
` [PATCH 2/7] hw/core/register: add the REGISTER_ARRAY type
` [PATCH 3/7] hw/core/register: remove the calls to `register_finalize_block'
` [PATCH 4/7] hw/core/register: remove the `register_finalize_block' function
` [PATCH 5/7] hw/net/can/xlnx-versal-canfd: remove unused include directives

[PATCH] virtio: vhost-user-device: Make user creatable again
 2025-09-29 10:07 UTC  (14+ messages)

[PATCH v1 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
 2025-09-29  9:46 UTC  (5+ messages)
` [PATCH v1 3/5] hw/arm/npcm8xx.c: Add all IRQ ENUMs

[RFC PATCH 00/34] single-binary: Make riscv cpu.h target independent
 2025-09-29  9:39 UTC  (8+ messages)
` [RFC PATCH 02/34] target/riscv: Fix size of trivial CPUArchState fields
` [RFC PATCH 03/34] target/riscv: Fix size of mcause

[PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
 2025-09-29  8:58 UTC  (5+ messages)
` [PATCH v2 26/27] build-sys: pass -fvisibility=default for wasm bindgen
` [PATCH v2 27/27] WIP: enable rust for wasm/emscripten

[PATCH v4 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-09-29  8:03 UTC  (16+ messages)
` [PATCH v4 1/9] tests/functional: Re-activate the check-venv target
` [PATCH v4 3/9] tests/functional: Provide GDB to the functional tests
` [PATCH v4 8/9] tests/functional: Adapt reverse_debugging to run w/o Avocado

[PATCH 0/3] target/ppc: Have gen_pause() actually pause vCPUs
 2025-09-29  7:51 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH] vfio: Remove workaround for kernel DMA unmap overflow bug
 2025-09-29  7:50 UTC  (2+ messages)

[PULL 00/36] target-arm queue
 2025-09-29  6:57 UTC  (3+ messages)
` [PULL 01/36] MAX78000: Add MAX78000FTHR Machine

[PATCH 5/5] accel/kvm: Fix SIGSEGV when execute "query-balloon" after CPR transfer
 2025-09-29  4:32 UTC  (4+ messages)

[PATCH] target/riscv: check registers for RV32E/RV64E
 2025-09-29  6:52 UTC  (3+ messages)

[PATCH 0/4] cpus: Cleanups around cpu running state changes
 2025-09-29  5:52 UTC  (3+ messages)
` [PATCH 2/4] cpus: Access CPUState::thread_kicked atomically

[PATCH v3 0/8] Support VBOOTROM to ast2700fc machine
 2025-09-29  5:41 UTC  (2+ messages)

[PATCH for-10.1 0/1] roms/opensbi: Update to v1.7
 2025-09-29  5:05 UTC  (8+ messages)
` [PATCH for-10.1 1/1] "

[PATCH v2 0/3] target/loongarch: Move TCG specified functions to tcg_cpu.c
 2025-09-29  3:53 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] target/loongarch: Move function do_raise_exception() "
` [PATCH v2 3/3] target/loongarch: Define loongarch_exception_name() as static

[PATCH v2 0/3] Enable ESRTPS and simplify caching-mode=on check
 2025-09-29  3:42 UTC  (4+ messages)
` [PATCH v2 1/3] intel_iommu: Enable Enhanced Set Root Table Pointer Support (ESRTPS)
` [PATCH v2 2/3] intel_iommu: Simplify caching mode check with VFIO device
` [PATCH v2 3/3] pci: Fix wrong parameter passing to pci_device_get_iommu_bus_devfn()

[PATCH 0/2] Enable ESRTPS and simplify caching-mode=on check
 2025-09-29  3:15 UTC  (3+ messages)
` [PATCH 2/2] intel_iommu: Simplify caching mode check with VFIO device

[PATCH v9 0/2] target/riscv:Fix riscv64 kvm migration
 2025-09-29  1:48 UTC  (4+ messages)
` [PATCH v9 1/2] Set KVM initial privilege mode and mp_state

[PATCH] target/riscv: rvv: Fix vslide1[up|down].vx unexpected result when XLEN=32 and SEW=64
 2025-09-29  1:35 UTC  (3+ messages)

[PATCH v2 0/2] riscv: Modify minimum VLEN rule
 2025-09-29  1:15 UTC  (6+ messages)
` [PATCH v2 1/2] target/riscv: rvv: Replace checking V by checking Zve32x
` [PATCH v2 2/2] target/riscv: rvv: Modify minimum VLEN according to enabled vector extensions

[PATCH v1 0/3] Minor fixes of RISC-V CFI
 2025-09-29  0:56 UTC  (8+ messages)
` [PATCH v1 1/3] target/riscv: Fix the mepc when sspopchk triggers the exception
` [PATCH v1 2/3] target/riscv: Fix SSP CSR error handling in VU/VS mode
` [PATCH v1 3/3] target/riscv: Fix ssamoswap error handling

[PATCH] target/riscv: do not use translator_ldl in opcode_at
 2025-09-29  0:42 UTC  (2+ messages)

[PATCH] hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objects
 2025-09-29  0:34 UTC  (2+ messages)

[PATCH] qemu/osdep: align memory allocations to 2M on RISC-V
 2025-09-29  0:25 UTC  (2+ messages)

[PATCH] target/riscv: use riscv_csrr in riscv_csr_read
 2025-09-29  0:23 UTC  (2+ messages)

[PATCH] target/riscv/kvm: Use riscv_cpu_is_32bit() when handling SBI_DBCN reg
 2025-09-29  0:19 UTC  (3+ messages)

[PATCH 0/2] linux-user: Support MADV_DONTDUMP, MADV_DODUMP
 2025-09-28 23:23 UTC  (3+ messages)
` [PATCH] accel/tcg: Properly unlink a TB linked to itself

[PATCH v2 00/12] accel/tcg: Improve tb_flush usage
 2025-09-28 23:10 UTC  (3+ messages)
` [PATCH v2 04/12] target/riscv: Record misa_ext in TCGTBCPUState.cs_base

[PATCH] hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU
 2025-09-28 22:41 UTC  (2+ messages)

[PULL 00/27] ppc-for-20250928 queue
 2025-09-28 19:26 UTC  (4+ messages)
` [PULL 10/27] target/ppc: Add IBM PPE42 family of processors
` [PULL 14/27] target/ppc: Add IBM PPE42 special instructions
` [PULL 26/27] target/ppc: Deprecate Power8E and Power8NVL


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