qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-10 20:21:21 to 2025-10-12 17:33:44 UTC [more...]

[PATCH v2 0/6] target/riscv: Implement Smsdid and Smmpt extension
 2025-10-12 17:32 UTC  (5+ messages)
` [PATCH v2 1/6] target/riscv: Add basic definitions and CSRs for SMMPT
` [PATCH v2 2/6] target/riscv: Implement core SMMPT lookup logic

[PATCH v2 00/18] Implements RISC-V WorldGuard extension v0.4
 2025-10-12 17:27 UTC  (5+ messages)
` [PATCH v2 04/18] exec: Add RISC-V WorldGuard WID to MemTxAttrs

[RFC v3 00/21] hw/arm/smmuv3: Add initial support for Secure State
 2025-10-12 15:16 UTC  (22+ messages)
` [RFC v3 01/21] hw/arm/smmuv3: Fix incorrect reserved mask for SMMU CR0 register
` [RFC v3 02/21] hw/arm/smmuv3: Correct SMMUEN field name in CR0
` [RFC v3 03/21] hw/arm/smmuv3: Introduce secure registers
` [RFC v3 04/21] refactor: Move ARMSecuritySpace to a common header
` [RFC v3 05/21] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
` [RFC v3 06/21] hw/arm/smmuv3: Thread SEC_SID through helper APIs
` [RFC v3 07/21] hw/arm/smmuv3: Track SEC_SID in configs and events
` [RFC v3 08/21] hw/arm/smmuv3: Add separate address space for secure SMMU accesses
` [RFC v3 09/21] hw/arm/smmuv3: Plumb transaction attributes into config helpers
` [RFC v3 10/21] hw/arm/smmu-common: Key configuration cache on SMMUDevice and SEC_SID
` [RFC v3 11/21] hw/arm/smmuv3: Decode security attributes from descriptors
` [RFC v3 12/21] hw/arm/smmu-common: Implement secure state handling in ptw
` [RFC v3 13/21] hw/arm/smmuv3: Tag IOTLB cache keys with SEC_SID
` [RFC v3 14/21] hw/arm/smmuv3: Add access checks for MMIO registers
` [RFC v3 15/21] hw/arm/smmuv3: Determine register bank from MMIO offset
` [RFC v3 16/21] hw/arm/smmuv3: Implement SMMU_S_INIT register
` [RFC v3 17/21] hw/arm/smmuv3: Pass security state to command queue and IRQ logic
` [RFC v3 18/21] hw/arm/smmuv3: Harden security checks in MMIO handlers
` [RFC v3 19/21] hw/arm/smmuv3: Use iommu_index to represent the security context
` [RFC v3 20/21] hw/arm/smmuv3: Initialize the secure register bank
` [RFC v3 21/21] hw/arm/smmuv3: Add secure migration and enable secure state

[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
 2025-10-12 14:58 UTC  (19+ messages)
` [PATCH v6 02/22] intel_iommu: Delete RPS capability related supporting code
` [PATCH v6 03/22] intel_iommu: Update terminology to match VTD spec
` [PATCH v6 05/22] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v6 06/22] intel_iommu: Implement get_viommu_flags() callback
` [PATCH v6 08/22] vfio/iommufd: Force creating nesting parent HWPT
` [PATCH v6 09/22] intel_iommu: Stick to system MR for IOMMUFD backed host device when x-fls=on
` [PATCH v6 10/22] intel_iommu: Check for compatibility with IOMMUFD backed device when x-flts=on
` [PATCH v6 12/22] intel_iommu: Handle PASID cache invalidation

[PATCH 0/5] vfio: relax the vIOMMU check
 2025-10-12 10:31 UTC  (3+ messages)
` [PATCH 4/5] intel_iommu: Optimize unmap_bitmap during migration

[PATCH] gitlab: purge msys pacman cache
 2025-10-12  2:28 UTC  (2+ messages)

[PATCH v2 00/23] vhost refactoring and fixes
 2025-10-11 23:24 UTC  (24+ messages)
` [PATCH v2 01/23] vhost-user: rework enabling vrings
` [PATCH v2 02/23] vhost: drop backend_features field
` [PATCH v2 03/23] vhost-user: introduce vhost_user_has_protocol_feature() helper
` [PATCH v2 04/23] vhost: move protocol_features to vhost_user
` [PATCH v2 05/23] vhost-user-gpu: drop code duplication
` [PATCH v2 06/23] vhost: make vhost_dev.features private
` [PATCH v2 07/23] virtio: move common part of _set_guest_notifier to generic code
` [PATCH v2 08/23] virtio: drop *_set_guest_notifier_fd_handler() helpers
` [PATCH v2 09/23] vhost-user: keep QIOChannelSocket for backend channel
` [PATCH v2 10/23] vhost: vhost_virtqueue_start(): fix failure path
` [PATCH v2 11/23] vhost: make vhost_memory_unmap() null-safe
` [PATCH v2 12/23] vhost: simplify calls to vhost_memory_unmap()
` [PATCH v2 13/23] vhost: move vrings mapping to the top of vhost_virtqueue_start()
` [PATCH v2 14/23] vhost: vhost_virtqueue_start(): drop extra local variables
` [PATCH v2 15/23] vhost: final refactoring of vhost vrings map/unmap
` [PATCH v2 16/23] vhost: simplify vhost_dev_init() error-path
` [PATCH v2 17/23] vhost: move busyloop timeout initialization to vhost_virtqueue_init()
` [PATCH v2 18/23] vhost: introduce check_memslots() helper
` [PATCH v2 19/23] vhost: vhost_dev_init(): simplify features initialization
` [PATCH v2 20/23] hw/virtio/virtio-bus: refactor virtio_bus_set_host_notifier()
` [PATCH v2 21/23] vhost-user: make trace events more readable
` [PATCH v2 22/23] vhost-user-blk: add some useful trace-points
` [PATCH v2 23/23] vhost: "

[PATCH] migration: Use QAPI_CLONE() instead of duplicating it inline
 2025-10-11 21:48 UTC  (3+ messages)
  ` 回复:[PATCH] "

[PATCH 0/4] linux-user: fix several mremap bugs
 2025-10-11 20:15 UTC  (6+ messages)
` [PATCH 1/4] linux-user: fix mremap unmapping adjacent region
` [PATCH 2/4] linux-user: fix mremap errors for invalid ranges
` [PATCH 3/4] linux-user: fix reserved_va page leak in do_munmap
` [PATCH 4/4] tests: add tcg coverage for fixed mremap bugs

[PATCH 00/33] vhost-user-blk: live-backend local migration
 2025-10-11 19:10 UTC  (5+ messages)
` [PATCH 11/33] vhost: make vhost_memory_unmap() null-safe

[PATCH v7 00/19] virtio-net: live-TAP local migration
 2025-10-11 15:26 UTC  (2+ messages)

[PATCH] virtio-net: Advertise UDP tunnel GSO support by default
 2025-10-11 15:19 UTC  (3+ messages)

[PATCH v2 00/33] qapi: docs: width=70 and two spaces between sentences
 2025-10-11 14:04 UTC  (34+ messages)
` [PATCH v2 01/33] qapi: Add documentation format validation
` [PATCH v2 02/33] qapi/acpi.json: docs: width=70 and two spaces between sentences
` [PATCH v2 03/33] qapi/audio.json: "
` [PATCH v2 04/33] qapi/block-core.json: "
` [PATCH v2 05/33] qapi/block-export.json: "
` [PATCH v2 06/33] qapi/block.json: "
` [PATCH v2 07/33] qapi/char.json: "
` [PATCH v2 08/33] qapi/crypto.json: "
` [PATCH v2 09/33] qapi/dump.json: "
` [PATCH v2 10/33] qapi/introspect.json: "
` [PATCH v2 11/33] qapi/job.json: "
` [PATCH v2 12/33] qapi/machine-s390x.json: "
` [PATCH v2 13/33] qapi/machine.json: "
` [PATCH v2 14/33] qapi/migration.json: "
` [PATCH v2 15/33] qapi/misc-arm.json: "
` [PATCH v2 16/33] qapi/misc-i386.json: "
` [PATCH v2 17/33] qapi/misc.json: "
` [PATCH v2 18/33] qapi/net.json: "
` [PATCH v2 19/33] qapi/qdev.json: "
` [PATCH v2 20/33] qapi/qom.json: "
` [PATCH v2 21/33] qapi/replay.json: "
` [PATCH v2 22/33] qapi/rocker.json: "
` [PATCH v2 23/33] qapi/run-state.json: "
` [PATCH v2 24/33] qapi/sockets.json: "
` [PATCH v2 25/33] qapi/stats.json: "
` [PATCH v2 26/33] qapi/tpm.json: "
` [PATCH v2 27/33] qapi/trace.json: "
` [PATCH v2 28/33] qapi/transaction.json: "
` [PATCH v2 29/33] qapi/ui.json: "
` [PATCH v2 30/33] qapi/vfio.json: "
` [PATCH v2 31/33] qapi/virtio.json: "
` [PATCH v2 32/33] qga/qapi-schema.json: "
` [PATCH v2 33/33] qapi/acpi-hest.json: "

[PATCH 00/33] qapi: docs: width=70 and two spaces between sentences
 2025-10-11 13:57 UTC  (66+ messages)
` [PATCH 01/33] qapi: Add documentation format validation
` [PATCH 02/33] qapi/acpi.json: docs: width=70 and two spaces between sentences
` [PATCH 02/33] qapi/acpi.json: reflow docs to "
` [PATCH 03/33] qapi/audio.json: docs: "
` [PATCH 03/33] qapi/audio.json: reflow docs to "
` [PATCH 04/33] qapi/block-core.json: docs: "
` [PATCH 04/33] qapi/block-core.json: reflow docs to "
` [PATCH 05/33] qapi/block-export.json: docs: "
` [PATCH 05/33] qapi/block-export.json: reflow docs to "
` [PATCH 06/33] qapi/block.json: docs: "
` [PATCH 06/33] qapi/block.json: reflow docs to "
` [PATCH 07/33] qapi/char.json: docs: "
` [PATCH 07/33] qapi/char.json: reflow docs to "
` [PATCH 08/33] qapi/crypto.json: docs: "
` [PATCH 08/33] qapi/crypto.json: reflow docs to "
` [PATCH 09/33] qapi/dump.json: docs: "
` [PATCH 09/33] qapi/dump.json: reflow docs to "
` [PATCH 10/33] qapi/introspect.json: docs: "
` [PATCH 10/33] qapi/introspect.json: reflow docs to "
` [PATCH 11/33] qapi/job.json: docs: "
` [PATCH 11/33] qapi/job.json: reflow docs to "
` [PATCH 12/33] qapi/machine-s390x.json: docs: "
` [PATCH 12/33] qapi/machine-s390x.json: reflow docs to "
` [PATCH 13/33] qapi/machine.json: docs: "
` [PATCH 13/33] qapi/machine.json: reflow docs to "
` [PATCH 14/33] qapi/migration.json: docs: "
` [PATCH 14/33] qapi/migration.json: reflow docs to "
` [PATCH 15/33] qapi/misc-arm.json: docs: "
` [PATCH 15/33] qapi/misc-arm.json: reflow docs to "
` [PATCH 16/33] qapi/misc-i386.json: docs: "
` [PATCH 16/33] qapi/misc-i386.json: reflow docs to "
` [PATCH 17/33] qapi/misc.json: docs: "
` [PATCH 17/33] qapi/misc.json: reflow docs to "
` [PATCH 18/33] qapi/net.json: docs: "
` [PATCH 18/33] qapi/net.json: reflow docs to "
` [PATCH 19/33] qapi/qdev.json: docs: "
` [PATCH 19/33] qapi/qdev.json: reflow docs to "
` [PATCH 20/33] qapi/qom.json: docs: "
` [PATCH 20/33] qapi/qom.json: reflow docs to "
` [PATCH 21/33] qapi/replay.json: docs: "
` [PATCH 21/33] qapi/replay.json: reflow docs to "
` [PATCH 22/33] qapi/rocker.json: docs: "
` [PATCH 22/33] qapi/rocker.json: reflow docs to "
` [PATCH 23/33] qapi/run-state.json: docs: "
` [PATCH 23/33] qapi/run-state.json: reflow docs to "
` [PATCH 24/33] qapi/sockets.json: docs: "
` [PATCH 24/33] qapi/sockets.json: reflow docs to "
` [PATCH 25/33] qapi/stats.json: docs: "
` [PATCH 25/33] qapi/stats.json: reflow docs to "
` [PATCH 26/33] qapi/tpm.json: docs: "
` [PATCH 26/33] qapi/tpm.json: reflow docs to "
` [PATCH 27/33] qapi/trace.json: docs: "
` [PATCH 27/33] qapi/trace.json: reflow docs to "
` [PATCH 28/33] qapi/transaction.json: docs: "
` [PATCH 28/33] qapi/transaction.json: reflow docs to "
` [PATCH 29/33] qapi/ui.json: docs: "
` [PATCH 29/33] qapi/ui.json: reflow docs to "
` [PATCH 30/33] qapi/vfio.json: docs: "
` [PATCH 30/33] qapi/vfio.json: reflow docs to "
` [PATCH 31/33] qapi/virtio.json: docs: "
` [PATCH 31/33] qapi/virtio.json: reflow docs to "
` [PATCH 32/33] qga/qapi-schema.json: docs: "
` [PATCH 32/33] qga/qapi-schema.json: reflow docs to "
` [PATCH 33/33] qapi/acpi-hest.json: docs: "
` [PATCH 33/33] qapi/acpi-hest.json: reflow docs to "

[PATCH 0/2] i386/tcg: Protect SMM against malicious kernel via IPI & DR
 2025-10-11  7:48 UTC  (6+ messages)
` [PATCH 1/2] i386/cpu: Prevent delivering SIPI during SMM in TCG mode
` [PATCH 2/2] i386/tcg/smm_helper: Properly apply DR values on SMM entry / exit

[PATCH v3] hw/uefi: add "info firmware-log" + "query-firmware-log" monitor commands
 2025-10-11  9:29 UTC  (7+ messages)

[PATCH v3 0/3] Add support for zboot images compressed with zstd
 2025-10-11  8:15 UTC  (4+ messages)
` [PATCH v3 1/3] Rename LOAD_IMAGE_MAX_GUNZIP_BYTES to LOAD_IMAGE_MAX_DECOMPRESSED_BYTES
` [PATCH v3 2/3] Use g_autofree in unpack_efi_zboot_image()
` [PATCH v3 3/3] Add support for zboot images compressed with zstd

[PATCH v2 0/3] Add support for zboot images compressed with zstd
 2025-10-11  8:13 UTC  (4+ messages)
` [PATCH v2 1/3] Rename LOAD_IMAGE_MAX_GUNZIP_BYTES to LOAD_IMAGE_MAX_DECOMPRESSED_BYTES
` [PATCH v2 2/3] Use g_autofree in unpack_efi_zboot_image()
` [PATCH v2 3/3] Add support for zboot images compressed with zstd

[PATCH 00/16] overall: Replace HOST_BIG_ENDIAN #ifdef with runtime if() check
 2025-10-11  8:04 UTC  (4+ messages)
` [PATCH 08/16] hw/virtio: "

[PATCH] target/i386: fix x86_64 pushw op
 2025-10-11  7:26 UTC  (2+ messages)

[PATCH v2 0/3] accel/kvm: Cleanups around kvm_arch_put_registers()
 2025-10-11  7:04 UTC  (2+ messages)

[PATCH] i386/kvm: Expose ARCH_CAP_FB_CLEAR when invulnerable to MDS
 2025-10-11  7:02 UTC  (2+ messages)

[PATCH] target/i386: Fix CR2 handling for non-canonical addresses
 2025-10-11  6:59 UTC  (2+ messages)

[PATCH v3] aplic: fix mask for smsiaddrcfgh
 2025-10-11  0:54 UTC 

[PATCH v2 00/14] hw/arm/smmuv3: Add initial support for Secure State
 2025-10-11  0:31 UTC  (2+ messages)

[PATCH 1/1] cpus: resume hotplugged vCPU only when the guest is running
 2025-10-10 21:36 UTC 

[PATCH 0/7] target/arm: Implement FEAT_AIE
 2025-10-10 20:19 UTC  (7+ messages)
` [PATCH 1/7] target/arm: Add isar feature test for FEAT_AIE
` [PATCH 2/7] target/arm: Implement MAIR2_ELx and AMAIR2_ELx
` [PATCH 3/7] target/arm: Add AIE to ARMVAParameters
` [PATCH 4/7] target/arm: Drop trivial assert vs attrindx
` [PATCH 6/7] target/arm: Honor param.aie in get_phys_addr_lpae
` [PATCH 7/7] target/arm: Enable FEAT_AIE for -cpu max


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