qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-11 14:01:23 to 2025-10-13 05:48:07 UTC [more...]

[PATCH v3 00/16] Introduce AspeedCoprocessor class and base implementation
 2025-10-13  5:43 UTC  (14+ messages)
` [PATCH v3 02/16] hw/arm/aspeed: Remove AspeedSoCClass dependency from aspeed_uart_last() API
` [PATCH v3 03/16] hw/arm/aspeed: Remove AspeedSoCState dependency from aspeed_soc_uart_set_chr() API
` [PATCH v3 04/16] hw/arm/aspeed: Remove AspeedSoCClass dependency from aspeed_soc_cpu_type() API
` [PATCH v3 05/16] hw/arm/aspeed: Remove AspeedSoCState dependency from aspeed_mmio_map() API
` [PATCH v3 06/16] hw/arm/aspeed: Remove AspeedSoCState dependency from aspeed_mmio_map_unimplemented() API
` [PATCH v3 07/16] hw/arm/aspeed: Remove AspeedSoCState dependency from aspeed_soc_uart_realize() API
` [PATCH v3 08/16] hw/arm/aspeed: Remove the aspeed_soc_get_irq and class get_irq hook
` [PATCH v3 09/16] hw/arm/aspeed: Introduce AspeedCoprocessor class and base implementation
` [PATCH v3 10/16] hw/arm/aspeed_ast27x0-ssp: Make AST27x0 SSP inherit from AspeedCoprocessor instead of AspeedSoC
` [PATCH v3 11/16] hw/arm/aspeed_ast27x0-tsp: Make AST27x0 TSP "
` [PATCH v3 12/16] hw/arm/aspeed_ast27x0-ssp: Change to use Aspeed27x0CoprocessorState
` [PATCH v3 13/16] hw/arm/aspeed_ast27x0-tsp: "
` [PATCH v3 16/16] hw/arm/aspeed_ast27x0-{ssp,tsp}: Fix coding style

[PATCH RFC v5 00/12] virtio-console: notify about the terminal size
 2025-10-13  5:44 UTC  (26+ messages)
` [PATCH RFC v5 01/12] chardev: add cols, rows fields
` [PATCH RFC v5 02/12] chardev: add CHR_EVENT_RESIZE
` [PATCH RFC v5 03/12] chardev: add qemu_chr_resize()
` [PATCH RFC v5 04/12] char-mux: add support for the terminal size
` [PATCH RFC v5 05/12] main-loop: change the handling of SIGWINCH
` [PATCH RFC v5 06/12] char-stdio: add support for the terminal size
` [PATCH RFC v5 07/12] qmp: add chardev-window-size-changed command
` [PATCH RFC v5 08/12] virtio-serial-bus: add terminal resize messages
` [PATCH RFC v5 09/12] virtio-console: notify the guest about terminal resizes
` [PATCH RFC v5 10/12] char-win-stdio: add support for terminal size
` [PATCH RFC v5 11/12] ui/console-vc: forward text console size to vc chardev
` [PATCH RFC v5 12/12] ui/gtk: forward gtk "

[PATCH v2 0/2] amd_iommu: Cleanups and fixes (PART 2)
 2025-10-13  5:00 UTC  (3+ messages)
` [PATCH v2 1/2] amd_iommu: Fix handling device on buses != 0
` [PATCH v2 2/2] amd_iommu: Support 64 bit address for IOTLB lookup

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

[PATCH v2 00/16] Introduce AspeedCoprocessor class and base implementation
 2025-10-13  1:36 UTC  (4+ messages)
` [PATCH v2 07/16] hw/arm/aspeed: Remove AspeedSoCState dependency from aspeed_soc_get_irq() API
  ` [SPAM] "

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-10-13  0:34 UTC  (2+ messages)

[PATCH v1 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
 2025-10-13  0:28 UTC  (5+ messages)
` [PATCH v1 1/5] hw/gpio: Add property for ASPEED GPIO in 32 bits basis

[PATCH] hw/uefi: fix properties list definition
 2025-10-12 22:36 UTC 

[PULL 00/76] target-arm queue
 2025-10-12 19:58 UTC  (4+ messages)

[PATCH] target/sh4: Use MO_ALIGN for system UNALIGN()
 2025-10-12 18:37 UTC  (5+ messages)

[PATCH v2 0/6] target/riscv: Implement Smsdid and Smmpt extension
 2025-10-12 17:33 UTC  (9+ 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 5/6] target/riscv: Fix smrnmi isa alphabetical order
` [PATCH v2 6/6] target/riscv: Enable SMMPT extension

[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] 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  (59+ messages)
` [PATCH 01/33] qapi: Add documentation format validation
` [PATCH 02/33] qapi/acpi.json: docs: width=70 and two spaces between sentences
` [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 06/33] qapi/block.json: "
` [PATCH 06/33] qapi/block.json: reflow docs to "
` [PATCH 07/33] qapi/char.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 11/33] qapi/job.json: "
` [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: "
` [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 "


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