qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-19 11:55:34 to 2025-09-20 15:45:52 UTC [more...]

[PATCH v2 00/12] rust: miscellaneous cleanup & HPET #property conversion
 2025-09-20 16:05 UTC  (12+ messages)
` [PATCH v2 01/12] subprojects: Update .gitignore for proc-macro2 and syn
` [PATCH v2 02/12] subprojects: Ignore .wraplock file generated by meson v1.9.0
` [PATCH v2 03/12] rust/qemu-macros: Fix Clippy's complaints about lambda parameter naming
` [PATCH v2 05/12] rust/qdev: use addr_of! in QDevProp
` [PATCH v2 06/12] rust/qdev: Refine the documentation for QDevProp trait
` [PATCH v2 07/12] rust/qdev: Support property info for more common types
` [PATCH v2 08/12] rust/qdev: Support bit property in #property macro
` [PATCH v2 09/12] rust/qdev: Test bit property for #property
` [PATCH v2 10/12] rust/hpet: Clean up type mismatch for num_timers property
` [PATCH v2 11/12] rust/hpet: Convert qdev properties to #property macro
` [PATCH v2 12/12] rust/qdev: Drop declare_properties & define_property macros

[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
 2025-09-20 14:29 UTC  (8+ messages)
` [PATCH 1/7] rust: bql: add BqlRefCell::get_mut()
` [PATCH 2/7] rust: move VMState from bql to migration
` [PATCH 3/7] rust: migration: extract vmstate_fields_ref
` [PATCH 4/7] rust: migration: add high-level migration wrappers
` [PATCH 5/7] rust: qemu-macros: add ToMigrationState derive macro
` [PATCH 6/7] rust: migration: implement ToMigrationState for Timer
` [PATCH 7/7] rust: migration: implement ToMigrationState as part of impl_vmstate_bitsized

[PATCH v6 00/23] WHPX support for Arm
 2025-09-20 14:01 UTC  (24+ messages)
` [PATCH v6 01/23] target/arm/kvm: add constants for new PSCI versions
` [PATCH v6 02/23] accel/system: Introduce hwaccel_enabled() helper
` [PATCH v6 03/23] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v6 04/23] tests: data: update AArch64 ACPI tables
` [PATCH v6 05/23] whpx: Move around files before introducing AArch64 support
` [PATCH v6 06/23] whpx: reshuffle common code
` [PATCH v6 07/23] whpx: ifdef out winhvemulation on non-x86_64
` [PATCH v6 08/23] whpx: common: add WHPX_INTERCEPT_DEBUG_TRAPS define
` [PATCH v6 09/23] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v6 10/23] whpx: interrupt controller support
` [PATCH v6 11/23] whpx: add arm64 support
` [PATCH v6 12/23] whpx: copy over memory management logic from hvf
` [PATCH v6 13/23] target/arm: cpu: mark WHPX as supporting PSCI 1.3
` [PATCH v6 14/23] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v6 15/23] whpx: arm64: clamp down IPA size
` [PATCH v6 16/23] hw/arm, accel/hvf, whpx: unify get_physical_address_range between WHPX and HVF
` [PATCH v6 17/23] whpx: arm64: implement -cpu host
` [PATCH v6 18/23] target/arm: whpx: instantiate GIC early
` [PATCH v6 19/23] whpx: arm64: gicv3: add migration blocker
` [PATCH v6 20/23] whpx: enable arm64 builds
` [PATCH v6 21/23] MAINTAINERS: update maintainers for WHPX
` [PATCH v6 22/23] docs: arm: update virt machine model description
` [PATCH v6 23/23] whpx: apic: use non-deprecated APIs to control interrupt controller state

[PATCH] tap-win32: fix multiple tap support
 2025-09-20 12:01 UTC 

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-20 13:03 UTC  (11+ messages)
` [RFC PATCH v3 06/15] hw/arm/smmuv3-accel: Restrict accelerated SMMUv3 to vfio-pci endpoints with iommufd

[PATCH v3 00/20] util: sync error_report & qemu_log output more closely
 2025-09-20 11:54 UTC  (12+ messages)
` [PATCH v3 03/20] system: unconditionally enable thread naming
` [PATCH v3 11/20] monitor: move error_vprintf() back to error-report.c
` [PATCH v3 12/20] monitor: introduce monitor_cur_hmp() function

[PATCH] tests/qtest: optimize qtest_get_machines
 2025-09-20  7:12 UTC  (3+ messages)

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

[PATCH 00/24] CI/build-sys fixes to enable Rust more widely
 2025-09-19 22:27 UTC  (47+ messages)
` [PATCH 01/24] gitlab-ci: fix 'needs' property type must be array
` [PATCH 02/24] scripts/archive-source: speed up downloading subprojects
` [PATCH 03/24] scripts/archive-source: silence subprojects downloads
` [PATCH 04/24] configure: fix rust meson configuration
` [PATCH 05/24] configure: set the bindgen cross target
` [PATCH 06/24] RFC: configure: use the same machine as the host triple by default
` [PATCH 07/24] tests/docker/common: print errors to stderr
` [PATCH 08/24] tests/docker: use fully qualified image name for emsdk
` [PATCH 09/24] tests/docker/common: print meson log on configure failure
` [PATCH 10/24] lcitool: update, switch to f41
` [PATCH 11/24] lcitool/qemu: include libclang-rt for TSAN
` [PATCH 12/24] lcitool/alpine: workaround bindgen issue
` [PATCH 13/24] tests/lcitool: add missing rust-std dep
` [PATCH 14/24] tests: move mips to debian-legacy-test-cross
` [PATCH 15/24] tests/lcitool: update to debian13
` [PATCH 16/24] build-sys: cfi_debug and safe_stack are not compatible
` [PATCH 17/24] tests/docker: add ENABLE_RUST environment
` [PATCH 18/24] tests/lcitool: enable rust & refresh
` [PATCH 19/24] configure: set the meson executable suffix/ext
` [PATCH 20/24] tests/freebsd: enable Rust
` [PATCH 21/24] meson: rust-bindgen limit allowlist-file to srcdir/include
` [PATCH 22/24] WIP: tests/docker: add rust to debian-legacy-test-cross
` [PATCH 23/24] WIP: gitlab-ci: enable rust for msys2-64bit
` [PATCH 24/24] WIP: cirrus/macos: enable Rust

[PATCH 0/8] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-09-19 22:06 UTC  (16+ messages)
` [PATCH 1/8] target/i386: SEV: Generalize handling of SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH 2/8] target/i386: SEV: Ensure SEV features are only set through qemu cli or IGVM
` [PATCH 3/8] target/i386: SEV: Consolidate SEV feature validation to common init path
` [PATCH 5/8] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [PATCH 6/8] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH 7/8] target/i386: SEV: Add support for enabling Secure TSC SEV feature
` [PATCH 8/8] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[PATCH v3 00/22] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-09-19 21:35 UTC  (23+ messages)
` [PATCH v3 01/22] memory: Adjust event ranges to fit within notifier boundaries
` [PATCH v3 02/22] amd_iommu: Document '-device amd-iommu' common options
` [PATCH v3 03/22] amd_iommu: Reorder device and page table helpers
` [PATCH v3 04/22] amd_iommu: Helper to decode size of page invalidation command
` [PATCH v3 05/22] amd_iommu: Add helper function to extract the DTE
` [PATCH v3 06/22] amd_iommu: Return an error when unable to read PTE from guest memory
` [PATCH v3 07/22] amd_iommu: Add helpers to walk AMD v1 Page Table format
` [PATCH v3 08/22] amd_iommu: Add a page walker to sync shadow page tables on invalidation
` [PATCH v3 09/22] amd_iommu: Add basic structure to support IOMMU notifier updates
` [PATCH v3 10/22] amd_iommu: Sync shadow page tables on page invalidation
` [PATCH v3 11/22] amd_iommu: Use iova_tree records to determine large page size on UNMAP
` [PATCH v3 12/22] amd_iommu: Unmap all address spaces under the AMD IOMMU on reset
` [PATCH v3 13/22] amd_iommu: Add replay callback
` [PATCH v3 14/22] amd_iommu: Invalidate address translations on INVALIDATE_IOMMU_ALL
` [PATCH v3 15/22] amd_iommu: Toggle memory regions based on address translation mode
` [PATCH v3 16/22] amd_iommu: Set all address spaces to use passthrough mode on reset
` [PATCH v3 17/22] amd_iommu: Add dma-remap property to AMD vIOMMU device
` [PATCH v3 18/22] amd_iommu: Toggle address translation mode on devtab entry invalidation
` [PATCH v3 19/22] amd_iommu: Do not assume passthrough translation when DTE[TV]=0
` [PATCH v3 20/22] amd_iommu: Refactor amdvi_page_walk() to use common code for page walk
` [PATCH v3 21/22] i386/intel-iommu: Move dma_translation to x86-iommu
` [PATCH v3 22/22] amd_iommu: HATDis/HATS=11 support

[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
 2025-09-19 21:24 UTC  (4+ messages)

[PULL 0/2] 9p queue 2025-09-18
 2025-09-19 20:47 UTC  (2+ messages)

[PULL 00/16] Treewide I/O handle cleanup
 2025-09-19 20:47 UTC  (5+ messages)
` [PULL 08/16] migration: qemu_file_set_blocking(): add errp parameter
` [PULL 11/16] io/channel-socket: rework qio_channel_socket_copy_fds()
` [PULL 14/16] chardev: qemu_chr_open_fd(): add errp

[PATCH v2] target/mips: Fix msaregnames and mxuregnames off-by-one
 2025-09-19 20:26 UTC 

[PATCH] virtio: vhost-user-device: Make user creatable again
 2025-09-19 20:07 UTC  (3+ messages)

[PATCH v6 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-19 18:02 UTC  (5+ messages)
` [PATCH v6 07/28] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v6 08/28] crypto/x509-utils: Add helper functions for DIAG 320 subcode 2

[PATCH 0/4] migration: Introduce POSTCOPY_DEVICE state
 2025-09-19 17:50 UTC  (11+ messages)
` [PATCH 1/4] migration: Do not try to start VM if disk activation fails
` [PATCH 2/4] migration: Accept MigrationStatus in migration_has_failed()
` [PATCH 3/4] migration: Refactor incoming cleanup into migration_incoming_finish()
` [PATCH 4/4] migration: Introduce POSTCOPY_DEVICE state

[PATCH v5 00/19] virtio-net: live-TAP local migration
 2025-09-19 17:35 UTC  (10+ messages)
` [PATCH v5 15/19] net/tap: postpone tap setup to pre-incoming
` [PATCH v5 16/19] qapi: add interface for local TAP migration
` [PATCH v5 18/19] tests/functional: add skipUnlessPasswordlessSudo() decorator

[PATCH v3] arm/kvm: report registers we failed to set
 2025-09-19 17:19 UTC  (2+ messages)

[PATCH V3 0/9] Live update: cpr-exec
 2025-09-19 17:16 UTC  (23+ messages)
` [PATCH V3 4/9] vl: helper to request exec
` [PATCH V3 6/9] migration: cpr-exec save and load
` [PATCH V3 8/9] migration: cpr-exec docs
` [PATCH V3 9/9] vfio: cpr-exec mode

RISC-V: Add CVA6 machine
 2025-09-19 17:12 UTC  (3+ messages)
` [PATCH v4 1/2] target/riscv: add cva6 core type
` [PATCH v4 2/2] hw/riscv: add CVA6 machine

[Qemu-devel] [PATCH] vfio/common: Work around kernel overflow bug in DMA unmap
 2025-09-19 16:24 UTC  (3+ messages)

[PATCH V1 00/11] cpr-exec test
 2025-09-19 14:12 UTC  (12+ 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
` [PATCH V1 06/11] migration-test: only_source option
` [PATCH V1 07/11] migration-test: shm path accessor
` [PATCH V1 08/11] migration-test: misc exports
` [PATCH V1 09/11] migration-test: migrate_args
` [PATCH V1 10/11] migration-test: strv parameter
` [PATCH V1 11/11] migration-test: test cpr-exec

[PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
 2025-09-19 14:13 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] target/riscv: check registers for RV32E/RV64E
 2025-09-19 12:07 UTC 

[PATCH 0/4] hw/sd: Improve performance of read/write/erase
 2025-09-19 12:34 UTC  (5+ messages)
` [PATCH 1/4] hw/sd: Switch from byte-wise to buf+len read/writes
` [PATCH 2/4] hw/sd/sdhci: Don't use bounce buffer for ADMA
` [PATCH 3/4] hw/sd/sdcard: Erase blocks to zero
` [PATCH 4/4] hw/sd/sdcard: Erase in large blocks

[PATCH v3 0/2] migration/tls: Graceful shutdowns for main and postcopy channels
 2025-09-19 13:50 UTC  (4+ messages)

[PATCH v4 0/4] linux-user: Add syscall dispatch support
 2025-09-19 12:58 UTC  (3+ messages)

[PATCH] tcg/optimize: Fix folding of vector bitsel
 2025-09-19 12:49 UTC 

[PATCH] docs: use the pyvenv version of Meson
 2025-09-19 12:27 UTC  (2+ messages)

[PATCH] migration: Apply migration specific keep-alive defaults to inet socket
 2025-09-19 12:10 UTC  (15+ messages)

[PATCH v14 00/27] migration: propagate vTPM errors using Error objects
 2025-09-19 12:05 UTC  (2+ messages)

[PATCH] qom: use ERRP_GUARD in user_creatable_complete
 2025-09-19 12:06 UTC  (4+ messages)


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