qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 16:56:41 to 2025-08-14 15:05:44 UTC [more...]

[PATCH v2 00/24] migration: Unify capabilities and parameters
 2025-08-14 15:04 UTC  (22+ 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 v2 22/24] tests/qtest/migration: Adapt the capabilities helper to take a config
` [PATCH v2 24/24] tests/qtest/migration: Pass the migration config to file tests

[PATCH] x86/loader: Rectify the address of setup_data
 2025-08-14 14:14 UTC 

[PATCH-for-10.1? 0/3] linux-user: Select default CPUs for MicroMIPS and MIPS16e ASEs
 2025-08-14 13:42 UTC  (7+ 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 qemu v2 0/1] Default disable ignore guest PAT quirk
 2025-08-14 13:41 UTC  (3+ messages)
` [PATCH qemu v2 1/1] Default disable ignore guest PAT quirk (second revision)

[PATCH v3 00/85] target/arm: Implement FEAT_GCS
 2025-08-14 12:57 UTC  (86+ 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 06/85] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH v3 07/85] target/arm: Introduce get_phys_addr_for_at
` [PATCH v3 08/85] target/arm: Skip AF and DB updates for AccessType_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 18/85] target/arm: Populate PIE in aa64_va_parameters
` [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 22/85] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH v3 23/85] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v3 24/85] target/arm: Implement dirtybit check for PIE
` [PATCH v3 25/85] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [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 29/85] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH v3 30/85] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v3 31/85] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v3 32/85] target/arm: Split out mmuidx.h from cpu.h
` [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 36/85] target/arm: Convert regime_has_2_ranges "
` [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 39/85] target/arm: Remove unused env argument from regime_is_user
` [PATCH v3 40/85] target/arm: Convert regime_is_user from switch to table
` [PATCH v3 41/85] target/arm: Convert arm_mmu_idx_is_stage1_of_2 "
` [PATCH v3 42/85] target/arm: Convert regime_is_stage2 "
` [PATCH v3 43/85] target/arm: Introduce mmu indexes for GCS
` [PATCH v3 44/85] target/arm: Introduce regime_to_gcs
` [PATCH v3 45/85] target/arm: Support page protections for GCS mmu indexes
` [PATCH v3 46/85] target/arm: Implement gcs bit for data abort
` [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 49/85] target/arm: Implement FEAT_CHK
` [PATCH v3 50/85] target/arm: Expand pstate to 64 bits
` [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 54/85] target/arm: Introduce delay_exception{_el}
` [PATCH v3 55/85] target/arm: Emit HSTR trap exception out of line
` [PATCH v3 56/85] target/arm: Emit v7m LTPSIZE "
` [PATCH v3 57/85] target/arm: Implement GCSSTR, GCSSTTR
` [PATCH v3 58/85] target/arm: Implement GCSB
` [PATCH v3 59/85] target/arm: Implement GCSPUSHM
` [PATCH v3 60/85] target/arm: Implement GCSPOPM
` [PATCH v3 61/85] target/arm: Implement GCSPUSHX
` [PATCH v3 62/85] target/arm: Implement GCSPOPX
` [PATCH v3 63/85] target/arm: Implement GCSPOPCX
` [PATCH v3 64/85] target/arm: Implement GCSSS1
` [PATCH v3 65/85] target/arm: Implement GCSSS2
` [PATCH v3 66/85] target/arm: Add gcs record for BL
` [PATCH v3 67/85] target/arm: Add gcs record for BLR
` [PATCH v3 68/85] target/arm: Add gcs record for BLR with PAuth
` [PATCH v3 69/85] target/arm: Load gcs record for RET
` [PATCH v3 70/85] target/arm: Load gcs record for RET with PAuth
` [PATCH v3 71/85] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v3 72/85] target/arm: Implement EXLOCK check during exception return
` [PATCH v3 73/85] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v3 74/85] linux-user/aarch64: Implement prctls for GCS
` [PATCH v3 75/85] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH v3 76/85] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH v3 77/85] linux-user/aarch64: Implement map_shadow_stack syscall
` [PATCH v3 78/85] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v3 79/85] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v3 80/85] linux-user/aarch64: Generate GCS signal records
` [PATCH v3 81/85] linux-user: Change exported get_elf_hwcap to abi_ulong
` [PATCH v3 82/85] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v3 83/85] tests/tcg/aarch64: Add gcsstr
` [PATCH v3 84/85] tests/tcg/aarch64: Add gcspushm
` [PATCH v3 85/85] tests/tcg/aarch64: Add gcsss

[PATCH] docs/system/i386: document TDG.VP.VMCALL<GetQuote> and TD attestation
 2025-08-14 13:18 UTC  (2+ messages)

[PATCH 6.16 000/627] 6.16.1-rc1 review
 2025-08-14  1:27 UTC  (5+ messages)

[PATCH v6 00/13] HVF: Add support for platform vGIC and nested virtualisation
 2025-08-14 13:06 UTC  (5+ messages)
` [PATCH v6 04/13] hw/intc: Add hvf vGIC interrupt controller support
` [PATCH v6 12/13] target/arm: hvf: instantiate GIC early

[PATCH] hw/virtio/virtio-pci: add defensive check for vector_irqfd
 2025-08-14 13:07 UTC  (3+ 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  (22+ messages)
` [PATCH 02/33] vhost: drop backend_features field
` [PATCH 04/33] vhost: move protocol_features to vhost_user
` [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 10/33] vhost: vhost_virtqueue_start(): fix failure path
` [PATCH 11/33] vhost: make vhost_memory_unmap() null-safe
` [PATCH 14/33] vhost: vhost_virtqueue_start(): drop extra local variables
` [PATCH 18/33] vhost: introduce check_memslots() helper
` [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 24/33] chardev-add: support local migration
` [PATCH 32/33] test/functional: exec_command_and_wait_for_pattern: add vm arg

[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 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  (2+ 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  (2+ messages)

[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  (2+ messages)

[PATCH v2] docs: riscv-iommu: Update status of kernel support
 2025-08-14  0:14 UTC 

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


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