messages from 2025-08-13 10:30:57 to 2025-08-14 13:10:10 UTC [more...]
[PATCH v3 00/85] target/arm: Implement FEAT_GCS
2025-08-14 12:57 UTC (36+ messages)
` [PATCH v3 01/85] linux-user/aarch64: Split out signal_for_exception
` [PATCH v3 02/85] linux-user/aarch64: Check syndrome for EXCP_UDEF
` [PATCH v3 03/85] linux-user/aarch64: Generate ESR signal records
` [PATCH v3 04/85] target/arm: Add prot_check parameter to pmsav8_mpu_lookup
` [PATCH v3 05/85] target/arm: Add in_prot_check to S1Translate
` [PATCH v3 07/85] target/arm: Introduce get_phys_addr_for_at
` [PATCH v3 09/85] target/arm: Add prot_check parameter to do_ats_write
` [PATCH v3 10/85] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
` [PATCH v3 11/85] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH v3 12/85] target/arm: Implement FEAT_ATS1A
` [PATCH v3 13/85] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH v3 14/85] target/arm: Enable TCR2_ELx.PIE
` [PATCH v3 15/85] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v3 16/85] target/arm: Force HPD for stage2 translations
` [PATCH v3 17/85] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v3 19/85] target/arm: Implement get_S1prot_indirect
` [PATCH v3 20/85] target/arm: Implement get_S2prot_indirect
` [PATCH v3 21/85] target/arm: Do not migrate env->exception
` [PATCH v3 26/85] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH v3 27/85] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PATCH v3 28/85] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH v3 30/85] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v3 31/85] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v3 33/85] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v3 34/85] target/arm: Remove unused env argument from regime_el
` [PATCH v3 35/85] target/arm: Convert regime_el from switch to table
` [PATCH v3 37/85] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v3 38/85] target/arm: Convert regime_is_pan from switch to table
` [PATCH v3 40/85] target/arm: Convert regime_is_user "
` [PATCH v3 47/85] target/arm: Add GCS cpregs
` [PATCH v3 48/85] target/arm: Add GCS enable and trap levels to DisasContext
` [PATCH v3 51/85] target/arm: Add syndrome data for EC_GCS
` [PATCH v3 52/85] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PATCH v3 53/85] target/arm: Split {arm,core}_user_mem_index
` [PATCH v3 69/85] target/arm: Load gcs record for RET
[PATCH v6 00/13] HVF: Add support for platform vGIC and nested virtualisation
2025-08-14 12:57 UTC (3+ messages)
` [PATCH v6 04/13] hw/intc: Add hvf vGIC interrupt controller support
[PATCH] hw/virtio/virtio-pci: add defensive check for vector_irqfd
2025-08-14 11:47 UTC (2+ messages)
[PATCH] hw/intc/xics: Add missing call to register vmstate_icp_server
2025-08-14 11:44 UTC (2+ messages)
` [PATCH-for-10.1] "
[PATCH] util/qht: fix possible NULL pointer dereference in qht_bucket_remove_entry()
2025-08-14 11:37 UTC
[PATCH] linux-user: prevent NULL dereference in do_sendrecvmsg_locked()
2025-08-14 11:19 UTC (3+ messages)
[PATCH 00/33] vhost-user-blk: live-backend local migration
2025-08-14 11:15 UTC (41+ messages)
` [PATCH 01/33] vhost: introduce vhost_ops->vhost_set_vring_enable_supported method
` [PATCH 02/33] vhost: drop backend_features field
` [PATCH 03/33] vhost-user: introduce vhost_user_has_prot() helper
` [PATCH 04/33] vhost: move protocol_features to vhost_user
` [PATCH 05/33] vhost-user-gpu: drop code duplication
` [PATCH 06/33] vhost: make vhost_dev.features private
` [PATCH 07/33] virtio: move common part of _set_guest_notifier to generic code
` [PATCH 08/33] virtio: drop *_set_guest_notifier_fd_handler() helpers
` [PATCH 09/33] vhost-user: keep QIOChannelSocket for backend channel
` [PATCH 10/33] vhost: vhost_virtqueue_start(): fix failure path
` [PATCH 11/33] vhost: make vhost_memory_unmap() null-safe
` [PATCH 12/33] vhost: simplify calls to vhost_memory_unmap()
` [PATCH 13/33] vhost: move vrings mapping to the top of vhost_virtqueue_start()
` [PATCH 14/33] vhost: vhost_virtqueue_start(): drop extra local variables
` [PATCH 15/33] vhost: final refactoring of vhost vrings map/unmap
` [PATCH 16/33] vhost: simplify vhost_dev_init() error-path
` [PATCH 17/33] vhost: move busyloop timeout initialization to vhost_virtqueue_init()
` [PATCH 18/33] vhost: introduce check_memslots() helper
` [PATCH 19/33] vhost: vhost_dev_init(): drop extra features variable
` [PATCH 20/33] hw/virtio/virtio-bus: refactor virtio_bus_set_host_notifier()
` [PATCH 21/33] vhost-user: make trace events more readable
` [PATCH 22/33] vhost-user-blk: add some useful trace-points
` [PATCH 23/33] vhost: "
` [PATCH 24/33] chardev-add: support local migration
` [PATCH 25/33] virtio: introduce .skip_vhost_migration_log() handler
` [PATCH 26/33] io/channel-socket: introduce qio_channel_socket_keep_nonblock()
` [PATCH 27/33] migration/socket: keep fds non-block
` [PATCH 28/33] vhost: introduce backend migration
` [PATCH 29/33] vhost-user: support "
` [PATCH 30/33] virtio: support vhost "
` [PATCH 31/33] vhost-user-blk: "
` [PATCH 32/33] test/functional: exec_command_and_wait_for_pattern: add vm arg
` [PATCH 33/33] tests/functional: add test_x86_64_vhost_user_blk_fd_migration.py
[PATCH v2] linux-user: prevent NULL dereference in do_sendrecvmsg_locked()
2025-08-14 10:56 UTC
[PATCH v2] target/mips: fix TLB huge page check to use 64-bit shift
2025-08-14 10:48 UTC
[PATCH] target/hppa: prevent overflow in BTLB entry size calculation
2025-08-14 10:43 UTC (2+ messages)
[PATCH] x86/loader: Don't update kernel header for CoCo VMs
2025-08-14 10:28 UTC (2+ messages)
[PATCH-for-10.1? 0/3] linux-user: Select default CPUs for MicroMIPS and MIPS16e ASEs
2025-08-14 10:22 UTC (6+ messages)
` [PATCH-for-10.1? 1/3] elf: Add EF_MIPS_ARCH_ASE definitions
` [PATCH-for-10.1? 2/3] linux-user/mips: Select 74Kf CPU to run MIPS16e binaries
` [PATCH-for-10.1? 3/3] linux-user/mips: Select M14Kc CPU to run microMIPS binaries
[PATCH v2 00/85] target/arm: Implement FEAT_GCS
2025-08-14 10:15 UTC (4+ messages)
KVM sysreg ids for FEAT_SYSREG128
2025-08-14 9:48 UTC (3+ messages)
[PATCH] hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMs
2025-08-14 9:45 UTC (2+ messages)
[RFC 0/6] virtio-net: initial iterative live migration support
2025-08-14 9:28 UTC (12+ messages)
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
` [RFC 5/6] virtio,virtio-net: "
[PATCH v5] net: bundle all offloads in a single struct
2025-08-14 9:04 UTC (4+ messages)
QGA installation issue on Windows
2025-08-14 8:57 UTC (4+ messages)
[RFC v2] memory.c: improve refcounting for RAM vs MMIO regions
2025-08-14 8:47 UTC (5+ messages)
[PATCH v6 0/8] vhost-user: Add SHMEM_MAP/UNMAP requests
2025-08-14 8:37 UTC (9+ messages)
` [PATCH v6 1/8] vhost-user: Add VirtIO Shared Memory map request
` [PATCH v6 2/8] vhost_user.rst: Align VhostUserMsg excerpt members
` [PATCH v6 3/8] vhost_user.rst: Add SHMEM_MAP/_UNMAP to spec
` [PATCH v6 4/8] vhost_user: Add frontend get_shmem_config command
` [PATCH v6 5/8] vhost_user.rst: Add GET_SHMEM_CONFIG message
` [PATCH v6 6/8] tests/qtest: Add GET_SHMEM validation test
` [PATCH v6 7/8] qmp: add shmem feature map
` [PATCH v6 8/8] vhost-user-device: Add shared memory BAR
[PATCH 0/9] Add hardware page table walk support
2025-08-14 7:36 UTC (10+ messages)
` [PATCH 1/9] target/loongarch: Use auto method with PTW feature
` [PATCH 2/9] target/loongarch: Add CSR_PWCH write helper function
` [PATCH 3/9] target/loongarch: Add present and write bit with pte entry
` [PATCH 4/9] target/loongarch: Add function sptw_prepare_tlb before adding tlb entry
` [PATCH 5/9] target/loongarch: Add common function get_tlb_random_index()
` [PATCH 6/9] target/loongarch: Add MMUContext parameter in fill_tlb_entry()
` [PATCH 7/9] target/loongarch: Add basic hardware PTW support
` [PATCH 8/9] target/loongarch: Update matched ptw bit A/D with PTW supported
` [PATCH 9/9] target/loongarch: Add bit A/D checking in TLB entry "
[PATCH v2 0/8] target/loongarch: MMU enhancement about TLB search
2025-08-14 7:01 UTC (9+ messages)
` [PATCH v2 1/8] target/loongarch: Fix page size set issue with CSR_STLBPS
` [PATCH v2 2/8] target/loongarch: Add tlb search callback in loongarch_tlb_search()
` [PATCH v2 3/8] target/loongarch: Add common API loongarch_tlb_search_cb()
` [PATCH v2 4/8] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid_or_g
` [PATCH v2 5/8] target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid
` [PATCH v2 6/8] target/loongarch: Invalid tlb entry in invalidate_tlb()
` [PATCH v2 7/8] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid_or_g()
` [PATCH v2 8/8] target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid()
[ANNOUNCE] QEMU 10.1.0-rc3 is now available
2025-08-14 6:24 UTC (2+ messages)
[PULL 0/4] Uefi 20250812 patches
2025-08-14 6:14 UTC (2+ messages)
[PATCH] hw/ufs: Ensure DBC of PRDT uses only lower 18 bits
2025-08-14 6:06 UTC
[PATCH v2 0/3] DTB build housekeeping
2025-08-14 5:15 UTC (3+ messages)
[PATCH v5 00/13] virtio: introduce support for GSO over UDP tunnel
2025-08-14 3:26 UTC (10+ messages)
` [PATCH v5 02/13] linux-headers: Update to Linux v6.17-rc1
` [PATCH v5 03/13] virtio: introduce extended features type
` [PATCH v5 06/13] virtio-pci: implement support for extended features
` [PATCH v5 07/13] vhost: add support for negotiating "
` [PATCH v5 10/13] vhost-net: implement extended features support
` [PATCH v5 11/13] virtio-net: "
` [PATCH v5 12/13] net: implement tunnel probing
` [PATCH v5 13/13] net: implement UDP tunnel features offloading
[PATCH] vfio/container: Remap only populated parts in a section
2025-08-14 3:24 UTC
[PATCH] vfio/container: set error on cpr failure
2025-08-14 3:21 UTC (3+ messages)
[PATCH v2] docs: riscv-iommu: Update status of kernel support
2025-08-14 0:14 UTC
[PATCH v2 00/24] migration: Unify capabilities and parameters
2025-08-13 22:22 UTC (17+ messages)
` [PATCH v2 13/24] migration: Use QAPI_CLONE_MEMBERS in migrate_params_apply
` [PATCH v2 14/24] migration: Use visitors in migrate_params_test_apply
` [PATCH v2 15/24] migration: Cleanup hmp_info_migrate_parameters
` [PATCH v2 17/24] migration: Remove s->capabilities
` [PATCH v2 18/24] qapi/migration: Deprecate capabilities commands
` [PATCH v2 19/24] migration: Store the initial values used for s->parameters
` [PATCH v2 20/24] migration: Allow migrate commands to provide the migration config
` [PATCH v2 21/24] tests/qtest/migration: Take reference when passing %p to qtest_qmp
[PATCH qemu v2 0/1] Default disable ignore guest PAT quirk
2025-08-13 18:08 UTC (2+ messages)
` [PATCH qemu v2 1/1] Default disable ignore guest PAT quirk (second revision)
[PATCH v1 0/4] Error recovery for zPCI passthrough devices
2025-08-13 17:41 UTC (5+ messages)
` [PATCH v1 1/4] [NOTFORMERGE] linux-headers: Update for zpci vfio device
` [PATCH v1 2/4] vfio/pci: Add an architecture specific error handler
` [PATCH v1 3/4] s390x/pci: Add PCI error handling for vfio pci devices
` [PATCH v1 4/4] s390x/pci: Reset a device in error state
[RFC PATCH 0/4] migration: Introduce postcopy-setup capability and state
2025-08-13 17:42 UTC (4+ messages)
[PATCH] vfio/igd: Enable quirks when IGD is not the primary display
2025-08-13 16:59 UTC (2+ messages)
[PATCH 6.16 000/627] 6.16.1-rc1 review
2025-08-13 15:58 UTC (7+ messages)
[PATCH V3 1/1] hw/intc/arm_gicv3_kvm: preserve pending interrupts during cpr
2025-08-13 14:57 UTC (3+ messages)
[RFC 00/26] rust/memory: Integrate the vm-memory API from rust-vmm
2025-08-13 15:12 UTC (16+ messages)
` [RFC 16/26] memory: Make flatview_do_translate() return a pointer to MemoryRegionSection
` [RFC 24/26] rust/memory: Provide AddressSpace bindings
` [RFC 25/26] rust/memory: Add binding to check target endian
[PATCH V5 00/38] Live update: vfio and iommufd
2025-08-13 14:18 UTC (4+ messages)
` [PATCH V5 08/38] vfio/container: recover from unmap-all-vaddr failure
[PATCH qemu 0/1] A small patch to address Issue #2943
2025-08-13 13:00 UTC (3+ messages)
` [PATCH qemu 1/1] Default disable ignore guest PAT quirk
[Question] VFIO migration will not be aborted in a corner scenario
2025-08-13 12:18 UTC (6+ messages)
[PATCH RFC] arm/kvm: report registers we failed to set
2025-08-13 12:43 UTC (4+ messages)
[REGRESSION][BISECTED] kernel panic is not displayed correctly in qemu (CONFIG_DRM_BOCHS)
2025-08-13 9:06 UTC (2+ messages)
[PATCH] docs: riscv-iommu: Update status of kernel support
2025-08-13 11:58 UTC (2+ messages)
[PULL 0/3] Patches for QEMU 10.1.0-rc3
2025-08-13 11:48 UTC (3+ messages)
` [PULL 3/3] qemu-iotests: Ignore indentation in Killed messages
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).