qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-01 08:56:02 to 2025-10-01 18:03:06 UTC [more...]

[PATCH v2 00/18] system/physmem: Extract API out of 'system/ram_addr.h' header
 2025-10-01 17:54 UTC  (13+ 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 06/18] hw: Remove unnecessary 'system/ram_addr.h' header
` [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 12/18] system/physmem: Remove _WIN32 #ifdef'ry
` [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 v3 0/1] Support per-head resolutions with virtio-gpu
 2025-10-01 17:42 UTC  (2+ messages)

[PATCH WIP] Implement -run-with exit-with-parent=on
 2025-10-01 17:40 UTC 

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-01 17:36 UTC  (38+ 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 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 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

[PATCH 0/7] testing and misc updates (docker, ansible, .git*, gitlab)
 2025-10-01 17:09 UTC  (8+ 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 v2 0/6] system/ramblock: Sanitize header
 2025-10-01 16:44 UTC  (7+ 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 00/22] hw/core/cpu: Remove @CPUState::as field
 2025-10-01 16:42 UTC  (32+ messages)
` [PATCH 01/22] system/qtest: Use &address_space_memory for first vCPU address space
` [PATCH 02/22] disas/disas-mon: Get cpu first addr space with cpu_get_address_space()
` [PATCH 03/22] monitor/hmp-cmds: "
` [PATCH 04/22] hw/core/loader: "
` [PATCH 05/22] hw/ppc: "
` [PATCH 06/22] hw/m86k: "
` [PATCH 07/22] target/xtensa: "
` [PATCH 08/22] target/riscv: "
` [PATCH 09/22] semihosting: "
` [PATCH 10/22] target/alpha: "
` [PATCH 11/22] target/arm: "
` [PATCH 12/22] target/hppa: "
` [PATCH 13/22] target/i386: "
` [PATCH 14/22] target/loongarch: "
` [PATCH 15/22] target/m68k: "
` [PATCH 16/22] target/microblaze: "
` [PATCH 17/22] target/ppc: "
` [PATCH 18/22] target/s390x: "
` [PATCH 19/22] target/sparc: "
` [PATCH 20/22] hw/core/cpu: Remove @CPUState::as field
` [PATCH 21/22] exec/cpu: Declare cpu_memory_rw_debug() in 'hw/core/cpu.h' and document
` [PATCH 22/22] target/sparc: Reduce inclusions of 'exec/cpu-common.h'

[PATCH V5 00/19] Live update: cpr-exec
 2025-10-01 16:36 UTC  (21+ 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 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  (39+ messages)
` [PATCH 01/25] system/ram_addr: Remove unnecessary 'exec/cpu-common.h' header
` [PATCH 02/25] accel/kvm: Include missing 'exec/target_page.h' header
` [PATCH 03/25] hw/s390x/s390-stattrib: "
` [PATCH 04/25] hw/vfio/listener: "
` [PATCH 05/25] target/arm/tcg/mte: "
` [PATCH 06/25] hw: Remove unnecessary 'system/ram_addr.h' header
` [PATCH 07/25] accel/tcg: Document rcu_read_lock is held when calling tlb_reset_dirty()
` [PATCH 08/25] accel/tcg: Rename @start argument of tlb_reset_dirty*()
` [PATCH 10/25] system/physmem: Un-inline cpu_physical_memory_get_dirty_flag()
` [PATCH 11/25] system/physmem: Un-inline cpu_physical_memory_is_clean()
` [PATCH 14/25] system/physmem: Un-inline cpu_physical_memory_range_includes_clean()
` [PATCH 15/25] system/physmem: Un-inline cpu_physical_memory_set_dirty_flag()
` [PATCH 17/25] system/physmem: Un-inline cpu_physical_memory_set_dirty_range()
` [PATCH 18/25] system/physmem: Un-inline cpu_physical_memory_set_dirty_lebitmap()
` [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  (12+ messages)
` [PATCH 4/4] "

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

[PATCH v1] s390x/pci: fix interrupt blocking by returning only the device's summary bit
 2025-10-01 15:39 UTC 

[PATCH 0/4] block: update inserted/removed nodes from BlockRAMRegistrar
 2025-10-01 15:00 UTC  (2+ messages)

[PATCH v2 00/16] tracetool: add Rust support
 2025-10-01 15:24 UTC  (2+ messages)

[PATCH V2] migration-test: test cpr-exec
 2025-10-01 14:53 UTC 

[PATCH] migration-test: fix migrate_args
 2025-10-01 14:05 UTC  (2+ messages)

[RFC PATCH 0/7] Add RISCV big endian support
 2025-10-01 13:47 UTC  (3+ messages)

[PULL 00/23] Rust ci patches
 2025-10-01 13:29 UTC  (2+ messages)

[PULL 0/5] Ui patches
 2025-10-01 13:29 UTC  (2+ messages)

[PATCH v4 00/27] Implementing a MSHV (Microsoft Hypervisor) accelerator
 2025-10-01 12:49 UTC  (23+ messages)
` [PATCH v4 01/27] accel: Add Meson and config support for MSHV accelerator
` [PATCH v4 03/27] target/i386/mshv: Add x86 decoder/emu implementation
` [PATCH v4 04/27] hw/intc: Generalize APIC helper names from kvm_* to accel_*
` [PATCH v4 06/27] linux-headers/linux: Add mshv.h headers
` [PATCH v4 09/27] accel/mshv: Initialize VM partition
` [PATCH v4 10/27] accel/mshv: Add vCPU creation and execution loop
` [PATCH v4 24/27] qapi/accel: Allow to query mshv capabilities
` [PATCH v4 25/27] target/i386/mshv: Use preallocated page for hvcall
` [PATCH v4 26/27] docs: Add mshv to documentation
` [PATCH v4 27/27] MAINTAINERS: Add maintainers for mshv accelerator

[PATCH] block/curl.c: Use explicit long constants in curl_easy_setopt calls
 2025-10-01 12:40 UTC 

[PATCH V1 00/11] cpr-exec test
 2025-10-01 12:16 UTC  (6+ messages)
` [PATCH V1 09/11] migration-test: migrate_args

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

[QUESTION] aarch64=off with TCG
 2025-10-01 11:28 UTC  (3+ messages)

[PATCH] mips: pass code of conditional trap
 2025-10-01 11:18 UTC  (6+ messages)

[PATCH v9 00/13] riscv: Add support for MIPS P8700 CPU
 2025-10-01 11:15 UTC  (15+ messages)
` [PATCH v9 01/13] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v9 02/13] target/riscv: Add cpu_set_exception_base
` [PATCH v9 04/13] target/riscv: Add MIPS P8700 CSRs
` [PATCH v9 03/13] target/riscv: Add MIPS P8700 CPU
` [PATCH v9 07/13] target/riscv: Add Xmipslsp instructions
` [PATCH v9 06/13] target/riscv: Add mips.pref instruction
` [PATCH v9 05/13] target/riscv: Add mips.ccmov instruction
` [PATCH v9 09/13] hw/misc: Add RISC-V CPC device implementation
` [PATCH v9 08/13] hw/misc: Add RISC-V CMGCR "
` [PATCH v9 11/13] hw/riscv: Add support for MIPS Boston-aia board mode
` [PATCH v9 10/13] hw/riscv: Add support for RISCV CPS
` [PATCH v9 12/13] riscv/boston-aia: Add an e1000e NIC in slot 0 func 1
` [PATCH v9 13/13] test/functional: Add test for boston-aia board

[PATCH] pcie_sriov: make pcie_sriov_pf_exit() safe on non-SR-IOV devices
 2025-10-01 10:17 UTC  (4+ messages)

[PATCH v7 0/5] NVMe: Add SPDM over the storage transport support
 2025-10-01  9:55 UTC  (6+ messages)
` [PATCH v7 2/5] spdm: add spdm storage transport virtual header

[PATCH v8 00/14] riscv: Add support for MIPS P8700 CPU
 2025-10-01  9:48 UTC  (10+ messages)
` [PATCH v8 02/14] target/riscv: Add cpu_set_exception_base
` [PATCH v8 06/14] target/riscv: Add mips.pref instruction
` [PATCH v8 08/14] hw/misc: Add RISC-V CMGCR device implementation


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