qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-14 17:49:20 to 2025-12-15 22:04:44 UTC [more...]

[PATCH v3 00/51] migration: Unify capabilities and parameters
 2025-12-15 22:00 UTC  (33+ messages)
` [PATCH v3 01/51] migration: Fix leak of block_bitmap_mapping
` [PATCH v3 02/51] migration: Fix leak of cpr_exec_command
` [PATCH v3 03/51] migration: Add a qdev property for StrOrNull
` [PATCH v3 04/51] tests/qtest/migration: Add a NULL parameters test for TLS
` [PATCH v3 05/51] migration: Normalize tls arguments
` [PATCH v3 06/51] migration: Remove MigrateSetParameters
` [PATCH v3 07/51] qapi/migration: Don't document MigrationParameter
` [PATCH v3 08/51] migration: Run a post update routine after setting parameters
` [PATCH v3 10/51] migration: Remove checks for s->parameters has_* fields
` [PATCH v3 11/51] migration: Do away with usage of QERR_INVALID_PARAMETER_VALUE
` [PATCH v3 12/51] migration: Extract code to mark all parameters as present
` [PATCH v3 13/51] migration: Use QAPI_CLONE_MEMBERS in query_migrate_parameters
` [PATCH v3 15/51] migration: Use QAPI_CLONE_MEMBERS in migrate_params_apply
` [PATCH v3 16/51] qapi: Add QAPI_MERGE
` [PATCH v3 17/51] migration: Use QAPI_MERGE in migrate_params_test_apply
` [PATCH v3 18/51] migration: Cleanup hmp_info_migrate_parameters
` [PATCH v3 19/51] migration: Add capabilities into MigrationParameters
` [PATCH v3 20/51] migration: Remove s->capabilities
` [PATCH v3 21/51] qapi/migration: Deprecate capabilities commands
` [PATCH v3 23/51] migration: Allow migrate commands to provide the migration config
` [PATCH v3 24/51] migration: Allow incoming cmdline to take config
` [PATCH v3 25/51] tests/qtest/migration: Pass MigrateCommon into test functions
` [PATCH v3 26/51] tests/qtest/migration: Pass MigrateStart into cancel tests
` [PATCH v3 27/51] tests/qtest/migration: Fix misuse of listen_uri
` [PATCH v3 28/51] tests/qtest/migration: Stop invoking migrate_incoming from hooks
` [PATCH v3 29/51] tests/qtest/migration: Add config QDict
` [PATCH v3 30/51] tests/qtest/migration: Add temporary code to toggle usage of config
` [PATCH v3 35/51] tests/qtest/migration: Add a config parameter to migrate_qmp functions
` [PATCH v3 39/51] tests/qtest/migration: TLS x509: Add init/cleanup routines
` [PATCH v3 40/51] tests/qtest/migration: TLS PSK: Refactor to use full hook
` [PATCH v3 41/51] tests/qtest/migration: TLS PSK: Add init/cleanup routines
` [PATCH v3 51/51] tests/qtest/migration: Further simplify TLS tests

[PATCH v3 00/12] KVM/hostmem: Support init-shared guest-memfd as VM backends
 2025-12-15 20:52 UTC  (13+ messages)
` [PATCH v3 01/12] kvm: Decouple memory attribute check from kvm_guest_memfd_supported
` [PATCH v3 02/12] kvm: Detect guest-memfd flags supported
` [PATCH v3 03/12] kvm: Provide explicit error for kvm_create_guest_memfd()
` [PATCH v3 04/12] ramblock: Rename guest_memfd to guest_memfd_private
` [PATCH v3 05/12] memory: Rename RAM_GUEST_MEMFD to RAM_GUEST_MEMFD_PRIVATE
` [PATCH v3 06/12] memory: Rename memory_region_has_guest_memfd() to *_private()
` [PATCH v3 07/12] hostmem: Rename guest_memfd to guest_memfd_private
` [PATCH v3 08/12] hostmem: Support fully shared guest memfd to back a VM
` [PATCH v3 09/12] machine: Rename machine_require_guest_memfd() to *_private()
` [PATCH v3 10/12] memory: Rename memory_region_init_ram_guest_memfd() "
` [PATCH v3 11/12] tests/migration-test: Support guest-memfd init shared mem type
` [PATCH v3 12/12] tests/migration-test: Add a precopy test for guest-memfd

[PATCH v1 0/6] hw/arm/sabrelite: Add FlexCAN support
 2025-12-15 20:03 UTC  (7+ messages)
` [PATCH v1 1/6] hw/arm/sabrelite: Convert machine to full class
` [PATCH v1 2/6] hw/misc/imx6_ccm: Add PLL3 and CAN clock
` [PATCH v1 3/6] hw/net/can/flexcan: NXP FlexCAN core emulation
` [PATCH v1 4/6] hw/arm: Plug FlexCAN into FSL_IMX6 and Sabrelite
` [PATCH v1 5/6] tests: Add qtests for FlexCAN
` [PATCH v1 6/6] docs/arm/sabrelite: Mention FlexCAN support

[PATCH v3 00/18] hw/arm/aspeed: AST1700 LTPI support and device hookups
 2025-12-15 19:54 UTC  (4+ messages)

[PATCH v2 0/7] single-binary: Drop TARGET_PHYS_ADDR_SPACE_BITS
 2025-12-15 19:42 UTC  (8+ messages)
` [PATCH v2 1/7] target/alpha: Introduce alpha_phys_addr_space_bits()
` [PATCH v2 2/7] target/hppa: Define PA[20|1X] physical address space size
` [PATCH v2 3/7] target/i386: Drop physical address range checks
` [PATCH v2 4/7] target/loongarch: Introduce loongarch_palen_mask()
` [PATCH v2 5/7] hw/loongarch: Use loongarch_palen_mask()
` [PATCH v2 6/7] hw/riscv: Fix IOMMU PAS capability to 56 bits
` [PATCH v2 7/7] Drop TARGET_PHYS_ADDR_SPACE_BITS

[qemu-web PATCH] reorganize sponsorship page
 2025-12-15 18:57 UTC  (3+ messages)

i.MX6 SabreLite FlexCAN emulation for QEMU progress/working
 2025-12-15 18:14 UTC  (3+ messages)

[PATCH v4 0/2] linux-user: introduce syscall-filter plugin API
 2025-12-15 17:57 UTC  (5+ messages)
` [PATCH v4 1/2] linux-user: add plugin API to filter syscalls
` [PATCH v4 2/2] tcg tests: add a test to verify the syscall filter plugin API

[PATCH 0/4] Clean up TSAN warnings
 2025-12-15 17:51 UTC  (9+ messages)
` [PATCH 1/4] apic: Resize APICBASE
` [PATCH 2/4] thread-pool: Fix thread race
` [PATCH 3/4] qmp: "

[PATCH 0/2] Fix Windows build issues with newer MinGW
 2025-12-15 17:33 UTC  (4+ messages)
` [PATCH 1/2] qga/vss-win32: Fix ConvertStringToBSTR redefinition "
` [PATCH 2/2] util: Move qemu_ftruncate64 from block/file-win32.c to oslib-win32.c

[RFC PATCH] hw/misc: make the tz-ppc-port names more useful
 2025-12-15 17:31 UTC  (2+ messages)

[PULL 0/2] Block layer patches
 2025-12-15 17:25 UTC  (3+ messages)
` [PULL 1/2] tests/qemu-iotests: Fix check for existing file in _require_disk_usage()
` [PULL 2/2] block: Fix BDS use after free during shutdown

[PATCH] pnv/psi: Add VMSTATE information to PnvPsi
 2025-12-15 17:21 UTC  (4+ messages)

[PATCH v2 0/7] hw/ppc: Snapshot support for several ppc devices
 2025-12-15 17:18 UTC  (8+ messages)
` [PATCH v2 1/7] hw/ppc: Add VMSTATE information for LPC model
` [PATCH v2 2/7] hw/ppc: Add pnv_spi vmstate support
` [PATCH v2 3/7] hw/ppc: Add pnv_i2c "
` [PATCH v2 4/7] hw/ppc: pnv_adu.c added "
` [PATCH v2 5/7] hw/ppc: pnv_core.c add "
` [PATCH v2 6/7] hw/ppc: pnv_chiptod.c "
` [PATCH v2 7/7] hw/ppc: Add VMSTATE information to PnvPsi

[RESEND PATCH v3 0/5] Add K230 board and thead-c908 CPU support
 2025-12-15 17:01 UTC  (6+ messages)
` [RESEND PATCH v3 1/5] target/riscv: add thead-c908 cpu support
` [RESEND PATCH v3 2/5] hw/riscv: add k230 board initial support
` [RESEND PATCH v3 3/5] hw/watchdog: add k230 watchdog "
` [RESEND PATCH v3 4/5] tests/qtest: add test for K230 watchdog
` [RESEND PATCH v3 5/5] docs/system/riscv: add documentation for k230 machine

[PATCH v1 00/28] Introduce support for confidential guest reset
 2025-12-15 17:04 UTC  (7+ messages)
` [PATCH v1 21/28] hw/hyperv/vmbus: add "

[PATCH 1/7] Add termios2 support to linux-user
 2025-12-15 16:44 UTC  (3+ messages)

[PATCH] block: Fix BDS use after free during shutdown
 2025-12-15 16:55 UTC  (4+ messages)

[PATCH 5/7] Add termios2 support to ppc target
 2025-12-15 16:52 UTC  (2+ messages)

[PATCH v2 0/1] migration: reduce bitmap sync time and make dirty pages converge much more easily
 2025-12-15 16:32 UTC  (4+ messages)
` [PATCH v2 1/1] migration: merge fragmented clear_dirty ioctls

[PATCH] migration: Fix a possible crash when halting a guest during migration
 2025-12-15 16:12 UTC  (10+ messages)

[PATCH v3 0/5] Add K230 board and thead-c908 CPU support
 2025-12-15 15:28 UTC  (5+ messages)
` [PATCH v3 1/5] target/riscv: add thead-c908 cpu support
` [PATCH v3 2/5] hw/riscv: add k230 board initial support
` [PATCH v3 3/5] hw/watchdog: add k230 watchdog "
` [PATCH v3 4/5] tests/qtest: add test for K230 watchdog

[PULL for-10.2 0/1] Block patches
 2025-12-15 14:57 UTC  (2+ messages)
` [PULL for-10.2 1/1] Revert "nvme: Fix coroutine waking"

[PATCH v2 for-10.2] Revert "nvme: Fix coroutine waking"
 2025-12-15 14:52 UTC  (3+ messages)

[PATCH v9 00/19] intel_iommu: Enable first stage translation for passthrough device
 2025-12-15 14:05 UTC  (21+ messages)
` [PATCH v9 01/19] intel_iommu: Rename vtd_ce_get_rid2pasid_entry to vtd_ce_get_pasid_entry
` [PATCH v9 02/19] intel_iommu: Delete RPS capability related supporting code
` [PATCH v9 03/19] intel_iommu: Update terminology to match VTD spec
` [PATCH v9 04/19] hw/pci: Export pci_device_get_iommu_bus_devfn() and return bool
` [PATCH v9 05/19] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v9 06/19] intel_iommu: Implement get_viommu_flags() callback
` [PATCH v9 07/19] intel_iommu: Introduce a new structure VTDHostIOMMUDevice
` [PATCH v9 08/19] vfio/iommufd: Force creating nesting parent HWPT
` [PATCH v9 09/19] intel_iommu_accel: Check for compatibility with IOMMUFD backed device when x-flts=on
` [PATCH v9 10/19] intel_iommu_accel: Fail passthrough device under PCI bridge if x-flts=on
` [PATCH v9 11/19] intel_iommu_accel: Stick to system MR for IOMMUFD backed host device when x-flts=on
` [PATCH v9 12/19] intel_iommu: Add some macros and inline functions
` [PATCH v9 13/19] intel_iommu_accel: Bind/unbind guest page table to host
` [PATCH v9 14/19] intel_iommu_accel: Propagate PASID-based iotlb invalidation "
` [PATCH v9 15/19] intel_iommu: Replay all pasid bindings when either SRTP or TE bit is changed
` [PATCH v9 16/19] intel_iommu: Replay pasid bindings after context cache invalidation
` [PATCH v9 17/19] intel_iommu: Add migration support with x-flts=on
` [PATCH v9 18/19] intel_iommu: Enable host device when x-flts=on in scalable mode
` [PATCH v9 19/19] docs/devel: Add IOMMUFD nesting documentation

[PATCH 0/6] hw/ppc: Snapshot support for several ppc devices
 2025-12-15 13:19 UTC  (6+ messages)
` [PATCH 5/6] hw/ppc: pnv_core.c add vmstate support

[PATCH for 11.0 00/11] First batch of Meson/Rust build system changes
 2025-12-15 13:01 UTC  (12+ messages)
` [PATCH 01/11] build: do not include @block.syms/@qemu.sys with modules disabled
` [PATCH 02/11] tests/meson: do not reuse migration_files variable
` [PATCH 04/11] rust: Do not link qemuutil into Rust rlibs
` [PATCH 05/11] rust: only link the Rust part of the code into devices
` [PATCH 06/11] rust: Meson now adds -Cdefault-linker-libraries
` [PATCH 07/11] meson: let Meson handle mixed-language linking of Rust and C objects
` [PATCH 08/11] rust: skip compilation if there are no system emulators
` [PATCH 09/11] lcitool: enable Rust for Windows cross targets
` [PATCH 10/11] cirrus/macos: enable Rust
` [PATCH 11/11] gitlab-ci: enable rust for msys2-64bit

[PATCH v2 0/4] Fix const qualifier build errors with recent glibc
 2025-12-15 11:08 UTC  (7+ messages)
` [PATCH v2 1/4] i386: "
` [PATCH v2 2/4] tests/vhost-user-bridge.c: "
` [PATCH v2 3/4] monitor: "
` [PATCH v2 4/4] gdbstub: "

[PATCH v6 00/33] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-12-15 10:54 UTC  (3+ messages)
` [PATCH v6 32/33] vfio: Synthesize vPASID capability to VM

[PATCH v2 0/5] contrib/plugins/hotblocks: Minor bug fixes and add limit argument
 2025-12-15 10:33 UTC  (4+ messages)

[PATCH v8 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-12-15  9:07 UTC  (6+ messages)
` [PATCH v8 02/23] intel_iommu: Delete RPS capability related supporting code

[PATCH v2 0/4] target/i386: Add support for Zhaoxin Shijidadao vCPU models
 2025-12-15  9:03 UTC  (5+ messages)
` [PATCH v2 3/4] target/i386: Introduce Zhaoxin Shijidadao-Client CPU model

[PATCH v2 0/4] Add Split indirect descriptors for SVQ
 2025-12-15  7:56 UTC 

[PATCH v2 4/4] vhost: SVQ add the indirect descriptors to available ring
 2025-12-15  7:59 UTC 

[PATCH v2 3/4] vhost: SVQ get the indirect descriptors from used ring
 2025-12-15  7:57 UTC 

[PATCH v2 1/4] vhost: add data structure of virtio indirect descriptors in SVQ
 2025-12-15  7:56 UTC 

[PATCH v2 2/4] vdpa: implement a statically allocated buffer for SVQ
 2025-12-15  7:57 UTC 

[PATCH v2 00/11] i386/cpu: Add new instructions & CPU model for Intel Diamond Rapids
 2025-12-15  7:37 UTC  (12+ messages)
` [PATCH v2 01/11] i386/cpu: Add support for MOVRS in CPUID enumeration
` [PATCH v2 02/11] i386/cpu: Add CPUID.0x1E.0x1 subleaf for AMX instructions
` [PATCH v2 03/11] i386/cpu: Add support for AVX10_VNNI_INT in CPUID enumeration
` [PATCH v2 04/11] i386/cpu: Support AVX10.2 with AVX10 feature models
` [PATCH v2 05/11] i386/cpu: Add a helper to get host avx10 version
` [PATCH v2 06/11] i386/cpu: Allow unsupported avx10_version with x-force-features
` [PATCH v2 07/11] i386/cpu: Allow cache to be shared at thread level
` [PATCH v2 08/11] i386/cpu: Add an option in X86CPUDefinition to control CPUID 0x1f
` [PATCH v2 09/11] i386/cpu: Define dependency for VMX_VM_ENTRY_LOAD_IA32_FRED
` [PATCH v2 10/11] i386/cpu: Add CPU model for Diamond Rapids
` [PATCH v2 11/11] dosc/cpu-models-x86: Add documentation for DiamondRapids

[RFC v6 0/4] hw/misc: Introduce a generalized IOMMU test framework
 2025-12-15  3:38 UTC  (7+ messages)
` [RFC v6 2/4] hw/misc: Introduce iommu-testdev for bare-metal IOMMU testing
` [RFC v6 4/4] tests/qtest: Add SMMUv3 bare-metal test using iommu-testdev

[PATCH v2 0/9] KVM/hostmem: Support init-shared guest-memfd as VM backends
 2025-12-15  2:57 UTC  (11+ messages)
` [PATCH v2 2/9] kvm: Detect guest-memfd flags supported
` [PATCH v2 7/9] hostmem: Support in-place guest memfd to back a VM

[PATCH 0/2] Fix const qualifier build errors with recent glibc
 2025-12-14 19:22 UTC  (10+ messages)
` [PATCH 2/2] tests/vhost-user-bridge.c: "


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