qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-29 05:54:44 to 2025-09-29 16:57:11 UTC [more...]

[PULL 00/32] aspeed queue
 2025-09-29 16:52 UTC  (13+ messages)
` [PULL 01/32] hw/nvram/aspeed_otp: Add ASPEED OTP memory device model
` [PULL 02/32] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC
` [PULL 03/32] hw/arm: Integrate ASPEED OTP memory support into AST2600 SoCs
` [PULL 04/32] hw/nvram/aspeed_otp: Add 'drive' property to support block backend
` [PULL 05/32] hw/nvram/aspeed_otp: Add OTP programming semantics and tracing
` [PULL 06/32] hw/arm: Integrate ASPEED OTP memory support into AST1030 SoCs
` [PULL 08/32] hw/misc/aspeed_sbc: Handle OTP write command for voltage mode registers
` [PULL 11/32] tests/functional/arm: Add helper to generate OTP images
` [PULL 13/32] tests/functional/arm: Add AST2600 boot test with generated OTP image
` [PULL 24/32] hw/pci-host/aspeed: Disable Root Device and place Root Port at 00:00.0 to AST2700
` [PULL 30/32] hw/arm/aspeed: Move aspeed_load_vbootrom to common SoC code
` [PULL 32/32] hw/arm/aspeed_ast27x0-fc: Make sub-init functions return bool with errp

[PATCH for-10.1 0/2] migration: actually make gnutls workaround functional
 2025-09-29 16:55 UTC  (3+ messages)

KVM/QEMU community call 30/09/2025 agenda items?
 2025-09-29 16:52 UTC  (2+ messages)

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-29 16:51 UTC  (40+ 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 16:50 UTC  (2+ messages)

[PULL 00/27] ppc-for-20250928 queue
 2025-09-29 16:50 UTC  (2+ messages)

[PATCH 0/3] system: Don't leak CPU AddressSpaces
 2025-09-29 16:17 UTC  (9+ 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 v2 00/14] hw/arm/smmuv3: Add initial support for Secure State
 2025-09-29 16:15 UTC  (32+ 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] target/riscv: Fix endianness swap on compressed instructions
 2025-09-29 16:14 UTC  (8+ messages)

[PATCH 0/6] system/ramblock: Sanitize header
 2025-09-29 16:13 UTC  (8+ 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"

[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
 2025-09-29 16:12 UTC  (4+ messages)
` [PATCH 6/7] rust: migration: implement ToMigrationState for Timer

[PATCH 0/3] hw/vfio: Remove invalid uses of ram_addr_t type
 2025-09-29 16:08 UTC  (4+ messages)
` [PATCH 1/3] system/iommufd: Use uint64_t type for IOVA mapping size
` [PATCH 2/3] hw/vfio: Avoid ram_addr_t in vfio_container_query_dirty_bitmap()
` [PATCH 3/3] hw/vfio: Use uint64_t for IOVA mapping size in vfio_container_dma_*map

[PATCH 1/2] virtio-net: make VirtIONet.vlans an array instead of a pointer
 2025-09-29 15:57 UTC  (3+ messages)
` [PATCH 2/2] migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro

[PATCH v2 00/16] tracetool: add Rust support
 2025-09-29 15:49 UTC  (17+ 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 08/16] tracetool: Add Rust format support
` [PATCH 09/16] rust: add trace crate
` [PATCH 10/16] rust: qdev: add minimal clock bindings
` [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 15/16] tracetool/ftrace: "
` [PATCH 16/16] tracetool/syslog: "

[PATCH] migration: ensure APIC is loaded prior to VFIO PCI devices
 2025-09-29 15:51 UTC  (2+ messages)

[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] 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 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 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 

[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  (2+ messages)

[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


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