qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-01 15:36:24 to 2025-10-02 08:07:08 UTC [more...]

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-02  8:03 UTC  (28+ messages)
` [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 12/27] hw/arm/smmuv3-accel: Make use of get_msi_address_space() callback
` [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 26/27] vfio: Synthesize vPASID capability to VM

[PATCH v4 00/27] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-10-02  7:56 UTC  (5+ messages)
` [PATCH v4 27/27] MAINTAINERS: Add maintainers for mshv accelerator

[PATCH v1] s390x/pci: fix interrupt blocking by returning only the device's summary bit
 2025-10-02  7:54 UTC  (3+ messages)

[PATCH 0/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5
 2025-10-02  7:36 UTC  (7+ messages)
` [PATCH 1/3] hw/arm/xlnx-zynqmp: move GIC_NUM_SPI_INTR define in header
` [PATCH 2/3] hw/arm/xlnx-zynqmp: introduce helper to compute RPU number
` [PATCH 3/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5

[PATCH v2 0/7] Register API leaks fixes
 2025-10-02  7:34 UTC  (8+ messages)
` [PATCH v2 1/7] hw/core/register: remove the REGISTER device type
` [PATCH v2 2/7] hw/core/register: add the REGISTER_ARRAY type
` [PATCH v2 3/7] hw/core/register: remove the calls to `register_finalize_block'
` [PATCH v2 4/7] hw/core/register: remove the `register_finalize_block' function
` [PATCH v2 5/7] hw/net/can/xlnx-versal-canfd: remove unused include directives
` [PATCH v2 6/7] hw/net/can/xlnx-versal-canfd: refactor the banked registers logic
` [PATCH v2 7/7] hw/net/can/xlnx-versal-canfd: remove register API usage for banked regs

[PATCH] s390x/pci: set kvm_msi_via_irqfd_allowed
 2025-10-02  7:27 UTC  (3+ messages)

[PULL 0/5] Ui patches
 2025-10-02  7:02 UTC  (4+ messages)
` [PULL 4/5] ui/sdl2: fix reset scaling binding to be consistent with gtk

[PATCH] hw/sparc/leon3: Remove unnecessary CPU() QOM cast
 2025-10-02  6:46 UTC  (2+ messages)

[PATCH v2] aspeed: Add support for the sonorapass-bmc board
 2025-10-02  6:32 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 00/11] hexagon system emulation v2, part 3/3
 2025-10-02  5:42 UTC  (3+ messages)
` [PATCH v2 02/11] hw/hexagon: Add global register tracing

[PATCH 0/7] testing and misc updates (docker, ansible, .git*, gitlab)
 2025-10-02  5:25 UTC  (22+ messages)
` [PATCH 1/7] .gitpublish: use origin/master as default base
` [PATCH 2/7] .gitmodules: restore qemu-project mirror of u-boot
` [PATCH 3/7] .gitmodules: restore qemu-project mirror of u-boot-sam460ex
` [PATCH 4/7] tests/lcitool: drop 64 bit guests from i686 cross build
` [PATCH 5/7] tests/lcitool: bump custom runner packages to Ubuntu 24.04
` [PATCH 6/7] gitlab: move custom runners "
` [PATCH 7/7] scripts/ci: use recommended registration command

[PATCH v6 00/23] WHPX support for Arm
 2025-10-02  5:16 UTC  (8+ messages)
` [PATCH v6 03/23] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v6 11/23] whpx: add arm64 support
` [PATCH v6 12/23] whpx: copy over memory management logic from hvf

[PATCH V3] hw/riscv/riscv-iommu: Fixup PDT Nested Walk
 2025-10-02  5:07 UTC  (2+ messages)

[PATCH v3 0/5] system/ramblock: Sanitize header
 2025-10-02  3:28 UTC  (6+ messages)
` [PATCH v3 1/5] system/ramblock: Remove obsolete comment
` [PATCH v3 2/5] system/ramblock: Move ram_block_is_pmem() declaration
` [PATCH v3 3/5] system/ramblock: Move ram_block_discard_*_range() declarations
` [PATCH v3 4/5] system/ramblock: Rename @start -> @offset in ram_block_discard_range()
` [PATCH v3 5/5] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"

DOS 6.22 with LIM 4.0 Expanded Memory
 2025-10-02  2:42 UTC  (2+ messages)

[PATCH v5 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-10-02  2:04 UTC  (10+ messages)
` [PATCH v5 1/9] tests/functional: Re-activate the check-venv target
` [PATCH v5 2/9] python: Install pygdbmi in meson's venv
` [PATCH v5 3/9] tests/functional: Provide GDB to the functional tests
` [PATCH v5 4/9] tests/functional: Add GDB class
` [PATCH v5 5/9] tests/functional: replace avocado process with subprocess
` [PATCH v5 6/9] tests/functional: drop datadrainer class in reverse debugging
` [PATCH v5 7/9] tests/functional: Add decorator to skip test on missing env vars
` [PATCH v5 8/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
` [PATCH v5 9/9] tests/functional: Adapt arches to reverse_debugging "

[PATCH v2 00/33] single-binary: Make riscv cpu.h target independent
 2025-10-02  1:57 UTC  (5+ messages)
` [PATCH v2 01/33] target/riscv: Use 32 bits for misa extensions
` [PATCH v2 02/33] target/riscv: Fix size of trivial CPUArchState fields

[PATCH v9 00/13] riscv: Add support for MIPS P8700 CPU
 2025-10-02  1:35 UTC  (7+ messages)
` [PATCH v9 02/13] target/riscv: Add cpu_set_exception_base
` [PATCH v9 07/13] target/riscv: Add Xmipslsp instructions
` [PATCH v9 06/13] target/riscv: Add mips.pref instruction

[PATCH v3 00/35] wasm: Add Wasm TCG backend based on wasm64
 2025-10-02  1:33 UTC  (5+ messages)

[PATCH v2 00/27] CI/build-sys fixes to enable Rust more widely
 2025-10-02  0:00 UTC  (5+ messages)
` [PATCH v2 27/27] WIP: enable rust for wasm/emscripten

[PATCH v1 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
 2025-10-01 23:24 UTC  (3+ messages)
` [PATCH v1 1/5] hw/gpio: Add property for ASPEED GPIO in 32 bits basis

[PATCH 0/3] system: Don't leak CPU AddressSpaces
 2025-10-01 21:59 UTC  (4+ messages)

[PULL 00/13] QTest patches for 2025-10-01
 2025-10-01 21:52 UTC  (14+ messages)
` [PULL 01/13] tests/qtest: Add missing checks for the availability of machines
` [PULL 02/13] tests/qtest/migration: Fix cpr-tests in case the machine is not available
` [PULL 03/13] tests/qtest: optimize qtest_get_machines
` [PULL 04/13] tests/qtest: export qtest_qemu_binary
` [PULL 05/13] tests/qtest: qtest_qemu_args
` [PULL 06/13] tests/qtest: qtest_create_test_state
` [PULL 07/13] tests/qtest: qtest_qemu_spawn_func
` [PULL 08/13] tests/qtest: qtest_init_after_exec
` [PULL 09/13] migration-test: only_source option
` [PULL 10/13] migration-test: shm path accessor
` [PULL 11/13] migration-test: misc exports
` [PULL 12/13] migration-test: migrate_args
` [PULL 13/13] migration-test: strv parameter

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-10-01 21:34 UTC  (3+ messages)
` [PATCH RFC V6 24/24] tcg: Defer TB flush for 'lazy realized' vCPUs on first region alloc

[PATCH 0/7] Register API leaks fixes
 2025-10-01 21:07 UTC  (3+ messages)

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

[PATCH v2 00/18] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-01 21:00 UTC  (21+ messages)
` [PATCH v2 01/18] system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header
` [PATCH v2 02/18] accel/kvm: Include missing 'exec/target_page.h' header
` [PATCH v2 03/18] hw/s390x/s390-stattrib: "
` [PATCH v2 04/18] hw/vfio/listener: "
` [PATCH v2 05/18] target/arm/tcg/mte: "
` [PATCH v2 06/18] hw: Remove unnecessary 'system/ram_addr.h' header
` [PATCH v2 07/18] system/physmem: Un-inline cpu_physical_memory_get_dirty_flag()
` [PATCH v2 08/18] system/physmem: Un-inline cpu_physical_memory_is_clean()
` [PATCH v2 09/18] system/physmem: Un-inline cpu_physical_memory_range_includes_clean()
` [PATCH v2 10/18] system/physmem: Un-inline cpu_physical_memory_set_dirty_flag()
` [PATCH v2 11/18] system/physmem: Un-inline cpu_physical_memory_set_dirty_range()
` [PATCH v2 12/18] system/physmem: Remove _WIN32 #ifdef'ry
` [PATCH v2 13/18] system/physmem: Un-inline cpu_physical_memory_set_dirty_lebitmap()
` [PATCH v2 14/18] system/physmem: Un-inline cpu_physical_memory_dirty_bits_cleared()
` [PATCH v2 15/18] system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scope
` [PATCH v2 16/18] system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scope
` [PATCH v2 17/18] system/physmem: Drop 'cpu_' prefix in Physical Memory API
` [PATCH v2 18/18] system/physmem: Extract API out of 'system/ram_addr.h' header

[PATCH v6 00/19] virtio-net: live-TAP local migration
 2025-10-01 16:33 UTC  (2+ messages)

[PATCH V5 00/19] Live update: cpr-exec
 2025-10-01 20:05 UTC  (26+ messages)
` [PATCH V5 01/19] migration: multi-mode notifier
` [PATCH V5 02/19] migration: add cpr_walk_fd
` [PATCH V5 03/19] oslib: qemu_clear_cloexec
` [PATCH V5 04/19] migration: cpr-exec-command parameter
` [PATCH V5 05/19] migration: cpr-exec save and load
` [PATCH V5 06/19] migration: cpr-exec mode
` [PATCH V5 07/19] migration: cpr-exec docs
` [PATCH V5 08/19] vfio: cpr-exec mode
` [PATCH V5 09/19] tests/qtest: export qtest_qemu_binary
` [PATCH V5 10/19] tests/qtest: qtest_qemu_args
` [PATCH V5 11/19] tests/qtest: qtest_create_test_state
` [PATCH V5 12/19] tests/qtest: qtest_qemu_spawn_func
` [PATCH V5 13/19] tests/qtest: qtest_init_after_exec
` [PATCH V5 14/19] migration-test: only_source option
` [PATCH V5 15/19] migration-test: shm path accessor
` [PATCH V5 16/19] migration-test: misc exports
` [PATCH V5 17/19] migration-test: migrate_args
` [PATCH V5 18/19] migration-test: strv parameter
` [PATCH V5 19/19] migration-test: test cpr-exec

[PATCH WIP] Implement -run-with exit-with-parent=on
 2025-10-01 19:14 UTC  (3+ messages)

[PATCH 00/22] hw/core/cpu: Remove @CPUState::as field
 2025-10-01 18:38 UTC  (11+ messages)
` [PATCH 02/22] disas/disas-mon: Get cpu first addr space with cpu_get_address_space()
` [PATCH 03/22] monitor/hmp-cmds: "

[PATCH v3 0/5] Error recovery for zPCI passthrough devices
 2025-10-01 18:21 UTC  (11+ messages)
` [PATCH v3 2/5] vfio/pci: Add an error handler callback

[PATCH v3 0/1] Support per-head resolutions with virtio-gpu
 2025-10-01 17:42 UTC  (2+ messages)

[PATCH 0/3] migration: Add support for mapped-ram with snapshots
 2025-10-01 16:18 UTC  (4+ messages)
` [PATCH 1/3] migration: add FEATURE_SEEKABLE to QIOChannelBlock
` [PATCH 2/3] migration/ram: fix docs of ram_handle_zero
` [PATCH 3/3] migration: mapped-ram: handle zero pages

[PATCH 0/6] system/ramblock: Sanitize header
 2025-10-01 16:03 UTC  (5+ messages)
` [PATCH 4/6] system/ramblock: Use ram_addr_t in ram_block_discard_guest_memfd_range
` [PATCH 6/6] system/ramblock: Move RAMBlock helpers out of "system/ram_addr.h"

[PATCH 00/25] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-01 15:55 UTC  (11+ messages)
` [PATCH 20/25] system/physmem: Un-inline cpu_physical_memory_dirty_bits_cleared()
` [PATCH 22/25] system/physmem: Reduce cpu_physical_memory_clear_dirty_range() scope
` [PATCH 23/25] system/physmem: Reduce cpu_physical_memory_sync_dirty_bitmap() scope
` [PATCH 24/25] system/physmem: Drop 'cpu_' prefix in Physical Memory API
` [PATCH 25/25] system/physmem: Extract API out of 'system/ram_addr.h' header

[PATCH 0/4] migration: Introduce POSTCOPY_DEVICE state
 2025-10-01 15:53 UTC  (10+ messages)
` [PATCH 4/4] "

[PULL 00/16] Tracing patches
 2025-10-01 15:30 UTC  (7+ messages)
` [PULL 04/16] tracetool: add SPDX headers
` [PULL 07/16] tracetool/backend: remove redundant trace event checks
` [PULL 09/16] rust: add trace crate
` [PULL 10/16] rust: qdev: add minimal clock bindings
` [PULL 13/16] log: change qemu_loglevel to unsigned
` [PULL 14/16] tracetool/log: add Rust support


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