qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-06 06:38:28 to 2025-09-08 13:50:58 UTC [more...]

[PATCH] tracetool-test: allow to run in parallel
 2025-09-08 13:49 UTC  (2+ messages)

[PATCH v3 0/2] FM-API Physical Switch Command Set Support
 2025-09-08 13:48 UTC  (9+ messages)
    ` [PATCH v3 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
    ` [PATCH v3 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State

should the functional-testing scratch_file() utility guarantee that the path it returns doesn't exist?
 2025-09-08 13:48 UTC  (3+ messages)

[RFC PATCH] docs/system/security: Restrict "virtualization use case" to specific machines
 2025-09-08 13:42 UTC  (4+ messages)

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-08 13:40 UTC  (31+ messages)
` [RFC PATCH v3 05/15] hw/arm/smmuv3-accel: Introduce smmuv3 accel device
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd
` [RFC PATCH v3 07/15] hw/arm/smmuv3: Implement get_viommu_cap() callback
` [RFC PATCH v3 08/15] hw/arm/smmuv3-accel: Add set/unset_iommu_device callback
` [RFC PATCH v3 12/15] hw/arm/smmuv3-accel: Introduce helpers to batch and issue cache invalidations
` [RFC PATCH v3 13/15] hw/arm/smmuv3: Forward invalidation commands to hw

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-09-04 19:32 UTC  (7+ messages)
` [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
` [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests

[PATCH v4 0/5] NVMe: Add SPDM over the storage transport support
 2025-09-04 19:50 UTC  (4+ messages)
` [PATCH v4 3/5] hw/nvme: add NVMe Admin Security SPDM support

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-09-08 12:42 UTC  (7+ messages)
` [PATCH 15/22] vfio/pci.h: use QOM casts where appropriate
` [PATCH 16/22] vfio/pci.c: "
` [PATCH 17/22] vfio/pci-quirks.c: "

[PATCH 00/24] target/arm/hvf: Consolidate
 2025-09-08 12:26 UTC  (37+ messages)
` [PATCH 01/24] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PATCH 02/24] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PATCH 03/24] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PATCH 04/24] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PATCH 05/24] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PATCH 06/24] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PATCH 07/24] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PATCH 08/24] target/arm/hvf: Mention hvf_wfi() "
` [PATCH 09/24] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PATCH 10/24] target/arm/hvf: Mention hvf_arch_set_traps() "
` [PATCH 11/24] accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
` [PATCH 12/24] target/arm/hvf: Mention hvf_inject_interrupts() must run on vCPU thread
` [PATCH 13/24] accel/hvf: Implement hvf_arch_vcpu_destroy()
` [PATCH 14/24] target/arm/hvf: Hardcode Apple MIDR
` [PATCH 16/24] target/arm/hvf: Factor hvf_handle_exception() out
` [PATCH 17/24] target/arm/hvf: Factor hvf_handle_vmexit() out
` [PATCH 18/24] target/arm/hvf: Keep calling hv_vcpu_run() in loop

[PATCH v2 0/5] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-09-08 11:49 UTC  (12+ messages)
` [PATCH v2 1/5] tests/guest-debug: Make QEMU optional in run-test.py
` [PATCH v2 2/5] tests/guest-debug: Format comments
` [PATCH v2 3/5] tests/guest-debug: Add quiet option to run-tests.py
` [PATCH v2 4/5] tests/functional: Support tests that require a runner
` [PATCH v2 5/5] tests/functional: Adapt reverse_debugging to run w/o Avocado

[PATCH 00/33] First Rust update for QEMU 10.2
 2025-09-08 10:50 UTC  (33+ messages)
` [PATCH 01/33] ci: temporarily remove rust from Debian and Ubuntu
` [PATCH 03/33] meson, cargo: require Rust 1.83.0
` [PATCH 04/33] rust: add missing const markers for MSRV==1.83.0
` [PATCH 05/33] rust: use inline const expressions
` [PATCH 06/33] rust: add qdev Device derive macro
` [PATCH 07/33] rust: vmstate: convert to use builder pattern
` [PATCH 08/33] rust: vmstate: use const_refs_to_static
` [PATCH 09/33] rust: qdev: const_refs_to_static
` [PATCH 10/33] docs/rust: update msrv
` [PATCH 11/33] rust: remove unused global qemu "allocator"
` [PATCH 12/33] rust: add workspace authors
` [PATCH 13/33] rust: move vmstate_clock!() to qdev module
` [PATCH 14/33] rust: move VMState handling to QOM module
` [PATCH 15/33] rust: move Cell vmstate impl
` [PATCH 16/33] rust: split Rust-only "common" crate
` [PATCH 17/33] rust: make build.rs generic over various ./rust/projects
` [PATCH 18/33] rust: split "util" crate
` [PATCH 19/33] rust: split "migration" crate
` [PATCH 20/33] rust: split "bql" crate
` [PATCH 21/33] rust: split "qom" crate
` [PATCH 22/33] rust: split "chardev" crate
` [PATCH 23/33] rust: split "system" crate
` [PATCH 24/33] rust: split "hwcore" crate
` [PATCH 25/33] rust: rename qemu_api_macros -> qemu_macros
` [PATCH 26/33] rust/hpet: drop now unneeded qemu_api dep
` [PATCH 27/33] rust/pl011: drop dependency on qemu_api
` [PATCH 28/33] rust: repurpose qemu_api -> tests
` [PATCH 29/33] rust: re-export qemu_macros internal helper in "bits"
` [PATCH 30/33] rust: re-export qemu macros from common/qom/hwcore
` [PATCH 31/33] docs: update rust.rst
` [PATCH 32/33] rust: meson: remove unnecessary complication in device crates
` [PATCH 33/33] rust: do not inline do_init_io

Rust high-level pre/post migration callbacks
 2025-09-08 10:25 UTC  (5+ messages)

[PATCH v3 00/19] accel, cpus: clean up cpu->exit_request
 2025-09-08 10:12 UTC  (20+ messages)
` [PATCH 01/19] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 02/19] target/sparc: limit cpu_check_irqs "
` [PATCH 03/19] target/i386: limit a20 "
` [PATCH 04/19] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PATCH 05/19] user-exec: remove cpu_interrupt() stub
` [PATCH 06/19] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PATCH 07/19] cpu-common: use atomic access for interrupt_request
` [PATCH 08/19] cpus: document that qemu_cpu_kick() can be used for BQL-less operation
` [PATCH 09/19] accel: use store_release/load_acquire for cross-thread exit_request
` [PATCH 10/19] accel: use atomic accesses for exit_request
` [PATCH 11/19] accel/tcg: create a thread-kick function for TCG
` [PATCH 12/19] accel/tcg: inline cpu_exit()
` [PATCH 13/19] cpus: remove TCG-ism from cpu_exit()
` [PATCH 14/19] cpus: properly kick CPUs out of inner execution loop
` [PATCH 15/19] treewide: rename qemu_wait_io_event/qemu_wait_io_event_common
` [PATCH 16/19] bsd-user, linux-user: introduce qemu_process_cpu_events
` [PATCH 17/19] cpus: clear exit_request in qemu_process_cpu_events
` [PATCH 18/19] accel: make all calls to qemu_process_cpu_events look the same
` [PATCH 19/19] tcg/user: do not set exit_request gratuitously

Failure of func-x86_64-memlock
 2025-09-08 10:12 UTC  (2+ messages)

[RFC V2 0/8] Live update: tap and vhost
 2025-09-08  9:55 UTC  (9+ messages)

[PATCH v1 0/4] tests/functional/arm: Update test images for ASPEED chips
 2025-09-08  9:20 UTC  (2+ messages)
` [SPAM] "

[PATCH] Use meson's detected python installation
 2025-09-08  8:48 UTC  (5+ messages)

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-09-08  8:35 UTC  (4+ messages)
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width

[PATCH v2] hw/virtio: rename vhost-user-device and make user creatable
 2025-09-08  8:00 UTC  (2+ messages)

[PATCH] vfio/container: Remap only populated parts in a section
 2025-09-08  6:18 UTC  (7+ messages)

[RFC PATCH v4 0/3] Add Zvqdotq support
 2025-09-08  2:51 UTC  (4+ messages)
` [RFC PATCH v4 1/3] target/riscv: Add Zvqdotq cfg property
` [RFC PATCH v4 2/3] target/riscv: rvv: Add Zvqdotq support
` [RFC PATCH v4 3/3] target/riscv: Expose Zvqdotq extension as a cpu property

[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
 2025-09-07 20:21 UTC  (10+ messages)
` [PATCH v6 17/25] target/rx: call plugin trap callbacks
` [PATCH v6 19/25] target/sh4: "

[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
 2025-09-07 19:50 UTC  (4+ messages)

[PATCH] qemu-options: Improve description for -smb option
 2025-09-07 10:08 UTC  (3+ messages)

[Stable-10.0.4 v2 00/81] Patch Round-up for stable 10.0.4, freeze on 2025-09-06 (frozen)
 2025-09-07  7:02 UTC  (24+ messages)
` [Stable-10.0.4 33/81] Revert "i386/cpu: Fix cpu number overflow in CPUID.01H.EBX[23:16]"
` [Stable-10.0.4 60/81] python: mkvenv: fix messages printed by mkvenv
` [Stable-10.0.4 61/81] i386/tcg/svm: fix incorrect canonicalization
` [Stable-10.0.4 62/81] linux-user: Add strace for rseq
` [Stable-10.0.4 63/81] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
` [Stable-10.0.4 64/81] target/arm: Trap PMCR when MDCR_EL2.TPMCR is set
` [Stable-10.0.4 65/81] scripts/kernel-doc: Avoid new Perl precedence warning
` [Stable-10.0.4 66/81] qemu/atomic: Finish renaming atomic128-cas.h headers
` [Stable-10.0.4 67/81] hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objects
` [Stable-10.0.4 68/81] qga/installer: Remove QGA VSS if QGA installation failed
` [Stable-10.0.4 69/81] qga-vss: Write hex value of error in log
` [Stable-10.0.4 70/81] qga: Fix truncated output handling in guest-exec status reporting
` [Stable-10.0.4 71/81] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [Stable-10.0.4 72/81] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way
` [Stable-10.0.4 73/81] Revert "tests/qtest: use qos_printf instead of g_test_message"
` [Stable-10.0.4 74/81] e1000e: Prevent crash from legacy interrupt firing after MSI-X enable
` [Stable-10.0.4 75/81] elf: Add EF_MIPS_ARCH_ASE definitions
` [Stable-10.0.4 76/81] linux-user/mips: Select 74Kf CPU to run MIPS16e binaries
` [Stable-10.0.4 77/81] linux-user/mips: Select M14Kc CPU to run microMIPS binaries
` [Stable-10.0.4 78/81] target/mips: fix TLB huge page check to use 64-bit shift
` [Stable-10.0.4 79/81] hw/ppc: Fix build error with CONFIG_POWERNV disabled
` [Stable-10.0.4 80/81] hw/gpio/pca9554: Avoid leak in pca9554_set_pin()
` [Stable-10.0.4 81/81] block/curl: fix curl internal handles handling

[Stable-7.2.20 v2 00/34] Patch Round-up for stable 7.2.20, freeze on 2025-09-06 (frozen)
 2025-09-06 21:00 UTC  (17+ messages)
` [Stable-7.2.20 19/34] i386/tcg/svm: fix incorrect canonicalization
` [Stable-7.2.20 20/34] virtio-net: Add only one queue pair when realizing
` [Stable-7.2.20 21/34] virtio-net: Add queues before loading them
` [Stable-7.2.20 22/34] virtio-net: Add queues for RSS during migration
` [Stable-7.2.20 23/34] scripts/kernel-doc: Avoid new Perl precedence warning
` [Stable-7.2.20 24/34] hw/arm/stm32f205_soc: Don't leak TYPE_OR_IRQ objects
` [Stable-7.2.20 25/34] qga: Fix memory leak when output stream is unused
` [Stable-7.2.20 26/34] qga: Fix truncated output handling in guest-exec status reporting
` [Stable-7.2.20 27/34] e1000e: Prevent crash from legacy interrupt firing after MSI-X enable
` [Stable-7.2.20 28/34] linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binaries
` [Stable-7.2.20 29/34] linux-user/mips: Do not try to use removed R5900 CPU
` [Stable-7.2.20 30/34] elf: Add EF_MIPS_ARCH_ASE definitions
` [Stable-7.2.20 31/34] linux-user/mips: Select 74Kf CPU to run MIPS16e binaries
` [Stable-7.2.20 32/34] linux-user/mips: Select M14Kc CPU to run microMIPS binaries
` [Stable-7.2.20 33/34] target/mips: fix TLB huge page check to use 64-bit shift
` [Stable-7.2.20 34/34] block/curl: fix curl internal handles handling

[PATCH v7 0/2] Generate strided vector loads/stores with tcg nodes
 2025-09-06 13:02 UTC  (4+ messages)
` [PATCH v7 1/2] target/riscv: Use tcg nodes for strided vector ld/st generation

[PATCH 00/22] Fix memory region leaks and use-after-finalization
 2025-09-06  9:03 UTC  (3+ messages)
` [PATCH 07/22] hw/pci-host/raven: Fix AddressSpace exposure timing

[PATCH v6 00/11] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-09-06  8:33 UTC  (13+ messages)
` [PATCH v6 08/11] hw/loongarch: Implement avec set irq
` [PATCH v6 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts
` [PATCH v6 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PATCH v6 11/11] hw/loongarch: Implement AVEC plug/unplug interfaces

[PATCH v4 00/13] target/loongarch: Small enhancement about TLB flush
 2025-09-06  7:10 UTC  (14+ messages)
` [PATCH v4 01/13] target/loongarch: Use mmu idx bitmap method when flush TLB
` [PATCH v4 02/13] target/loongarch: Add parameter tlb pointer with fill_tlb_entry
` [PATCH v4 03/13] target/loongarch: Reduce TLB flush with helper_tlbwr
` [PATCH v4 04/13] target/loongarch: Update TLB index selection method
` [PATCH v4 05/13] target/loongarch: Fix page size set issue with CSR_STLBPS
` [PATCH v4 06/13] target/loongarch: Add tlb search callback in loongarch_tlb_search()
` [PATCH v4 07/13] target/loongarch: Add common API loongarch_tlb_search_cb()
` [PATCH v4 08/13] target/loongarch: Change return value type with loongarch_tlb_search_cb()
` [PATCH v4 09/13] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid_or_g
` [PATCH v4 10/13] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid
` [PATCH v4 11/13] target/loongarch: Invalid tlb entry in invalidate_tlb()
` [PATCH v4 12/13] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid_or_g()
` [PATCH v4 13/13] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid()

[PATCH v4 0/3] Register reset interface with hot-add CPUs
 2025-09-06  7:02 UTC  (4+ messages)
` [PATCH v4 1/3] hw/loongarch/virt: Add BSP support with aux boot code
` [PATCH v4 2/3] hw/loongarch/virt: Remove unnecessay pre-boot setting with BSP
` [PATCH v4 3/3] hw/loongarch/virt: Register reset interface with cpu plug callback

[PATCH 00/11] accel/tcg: Improve tb_flush usage
 2025-09-06  6:34 UTC  (10+ messages)
` [PATCH 02/11] accel/tcg: Split out tb_flush__exclusive
` [PATCH 04/11] target/riscv: Record misa_ext in TCGTBCPUState.cs_base
` [PATCH 05/11] accel/tcg: Move post-load tb_flush to vm_change_state hook
` [PATCH 11/11] accel/tcg: Remove tb_flush


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