qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 21:43:46 to 2025-06-14 02:10:36 UTC [more...]

[PATCH 0/2] virtio-9p: move G_GNUC_PRINTF to header
 2025-06-14  2:09 UTC  (3+ messages)
` [PATCH 1/2] fsdev/9p-marshal: "
` [PoC] show header-vs-source G_GNUC_PRINTF behavior

[PATCH v5 00/25] passage: Define a standard for firmware data flow
 2025-06-13 22:27 UTC  (2+ messages)
` (subset) "

[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-06-13 21:50 UTC  (14+ messages)
` [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
` [PATCH v2 06/20] amd_iommu: Return an error when unable to read PTE from guest memory
` [PATCH v2 11/20] amd_iommu: Use iova_tree records to determine large page size on UNMAP
` [PATCH v2 16/20] amd_iommu: Set all address spaces to default translation mode on reset

[PATCH 0/1] Sphinx: refactor QAPI indices
 2025-06-13 21:07 UTC  (3+ messages)
` [PATCH 1/1] docs/qapi-domain: Improve "

[PATCH 00/18] QAPI: add cross-references to qapi docs
 2025-06-13 20:36 UTC  (19+ messages)
` [PATCH 01/18] qapi: add cross-references to acpi.json
` [PATCH 02/18] qapi: add cross-references to authz.json
` [PATCH 03/18] qapi: add cross-references to block layer
` [PATCH 04/18] qapi: add cross-references to crypto.json
` [PATCH 05/18] qapi: add cross-references to dump.json
` [PATCH 06/18] qapi: add cross-references to job.json
` [PATCH 07/18] qapi: add cross-references to Machine core
` [PATCH 08/18] qapi: add cross-references to migration.json
` [PATCH 09/18] qapi: add cross-references to net.json
` [PATCH 10/18] qapi: add cross-references to pci.json
` [PATCH 11/18] qapi: add cross-references to QOM
` [PATCH 12/18] qapi: add cross-references to replay.json
` [PATCH 13/18] qapi: add cross-references to run-state.json
` [PATCH 14/18] qapi: add cross-references to sockets.json
` [PATCH 15/18] qapi: add cross-references to ui.json
` [PATCH 16/18] qapi: add cross-references to virtio.json
` [PATCH 17/18] qapi: add cross-references to yank.json
` [PATCH 18/18] qapi: add cross-references to misc modules

[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
 2025-06-13 19:36 UTC  (10+ messages)
` [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences

[PATCH v3] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
 2025-06-13 18:19 UTC 

[PATCH 00/12] Replace FSF postal address with licenses URL
 2025-06-13 17:55 UTC  (14+ messages)
` [PATCH 01/12] COPYING: replace "
` [PATCH 02/12] linux-headers: "
` [PATCH 03/12] libdecnumber: "
` [PATCH 04/12] include/libdecnumber: "
` [PATCH 05/12] include/hw: "
` [PATCH 06/12] include/qemu: "
` [PATCH 07/12] util/rcu.c: "
` [PATCH 08/12] hw: "
` [PATCH 09/12] scripts: "
` [PATCH 10/12] contrib: "
` [PATCH 11/12] target/xtensa: "
` [PATCH 12/12] target/i386/emulate: "

[PATCH v15 0/4] arm/virt: CXL support via pxb_cxl
 2025-06-13 17:21 UTC  (20+ messages)
` [PATCH v15 1/4] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
` [PATCH v15 2/4] hw/cxl: Make the CXL fixed memory windows devices
` [PATCH v15 3/4] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v15 4/4] qtest/cxl: Add aarch64 virt test for CXL

[PATCH 1/6] MAX78000: Add MAX78000FTHR Machine
 2025-06-13 16:03 UTC  (6+ messages)
` [PATCH 2/6] MAX78000: ICC Implementation
` [PATCH 3/6] MAX78000 UART implementation

[PATCH] linux-user/arm: Fix return value of SYS_cacheflush
 2025-06-13 15:59 UTC 

[PATCH v12 0/7] Add additional plugin API functions to read and write memory and registers
 2025-06-13 15:57 UTC  (5+ messages)
` [PATCH v12 6/7] plugins: Add patcher plugin and test

[PATCH v8 00/16] Introduce support for IGVM files
 2025-06-13 15:32 UTC  (17+ messages)
` [PATCH v8 01/16] meson: Add optional dependency on IGVM library
` [PATCH v8 02/16] backends/confidential-guest-support: Add functions to support IGVM
` [PATCH v8 03/16] backends/igvm: Add IGVM loader and configuration
` [PATCH v8 04/16] hw/i386: Add igvm-cfg object and processing for IGVM files
` [PATCH v8 05/16] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v8 06/16] sev: Update launch_update_data functions to use Error handling
` [PATCH v8 07/16] target/i386: Allow setting of R_LDTR and R_TR with cpu_x86_load_seg_cache()
` [PATCH v8 08/16] i386/sev: Refactor setting of reset vector and initial CPU state
` [PATCH v8 09/16] i386/sev: Implement ConfidentialGuestSupport functions for SEV
` [PATCH v8 10/16] docs/system: Add documentation on support for IGVM
` [PATCH v8 11/16] docs/interop/firmware.json: Add igvm to FirmwareDevice
` [PATCH v8 12/16] backends/confidential-guest-support: Add set_guest_policy() function
` [PATCH v8 13/16] backends/igvm: Process initialization sections in IGVM file
` [PATCH v8 14/16] backends/igvm: Handle policy for SEV guests
` [PATCH v8 15/16] i386/sev: Add implementation of CGS set_guest_policy()
` [PATCH v8 16/16] sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2

[PATCH v4 0/7] hw/arm/virt: Add support for user creatable SMMUv3 device
 2025-06-13 14:44 UTC  (8+ messages)
` [PATCH v4 1/7] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association
` [PATCH v4 2/7] hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT build
` [PATCH v4 3/7] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices
` [PATCH v4 4/7] hw/arm/virt: Factor out common SMMUV3 dt bindings code
` [PATCH v4 5/7] hw/arm/virt: Add an SMMU_IO_LEN macro
` [PATCH v4 6/7] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
` [PATCH v4 7/7] qemu-options.hx: Document the arm-smmuv3 device

[PATCH] migration/postcopy: Add latency distribution report for blocktime
 2025-06-13 14:25 UTC  (2+ messages)

[PATCH v3 00/14] migration/postcopy: Blocktime tracking overhaul
 2025-06-13 14:12 UTC  (15+ messages)
` [PATCH v3 01/14] migration: Add option to set postcopy-blocktime
` [PATCH v3 02/14] migration/postcopy: Push blocktime start/end into page req mutex
` [PATCH v3 03/14] migration/postcopy: Drop all atomic ops in blocktime feature
` [PATCH v3 04/14] migration/postcopy: Make all blocktime vars 64bits
` [PATCH v3 05/14] migration/postcopy: Drop PostcopyBlocktimeContext.start_time
` [PATCH v3 06/14] migration/postcopy: Bring blocktime layer to ns level
` [PATCH v3 07/14] migration/postcopy: Add blocktime fault counts per-vcpu
` [PATCH v3 08/14] migration/postcopy: Report fault latencies in blocktime
` [PATCH v3 09/14] migration/postcopy: Initialize blocktime context only until listen
` [PATCH v3 10/14] migration/postcopy: Cache the tid->vcpu mapping for blocktime
` [PATCH v3 11/14] migration/postcopy: Cleanup the total blocktime accounting
` [PATCH v3 12/14] migration/postcopy: Optimize blocktime fault tracking with hashtable
` [PATCH v3 13/14] migration/postcopy: blocktime allows track / report non-vCPU faults
` [PATCH v3 14/14] migration/postcopy: Add latency distribution report for blocktime

[PATCH v3 00/11] migration: Some enhancements and cleanups for 10.1
 2025-06-13 14:08 UTC  (12+ messages)
` [PATCH v3 01/11] migration/hmp: Reorg "info migrate" once more
` [PATCH v3 02/11] migration/hmp: Fix postcopy-blocktime per-vCPU results
` [PATCH v3 03/11] migration/docs: Move docs for postcopy blocktime feature
` [PATCH v3 04/11] migration/bg-snapshot: Do not check for SKIP in iterator
` [PATCH v3 05/11] migration: Drop save_live_complete_postcopy hook
` [PATCH v3 06/11] migration: Rename save_live_complete_precopy to save_complete
` [PATCH v3 07/11] migration: qemu_savevm_complete*() helpers
` [PATCH v3 08/11] migration/ram: One less indent for ram_find_and_save_block()
` [PATCH v3 09/11] migration/ram: Add tracepoints for ram_save_complete()
` [PATCH v3 10/11] migration: Rewrite the migration complete detect logic
` [PATCH v3 11/11] migration/postcopy: Avoid clearing dirty bitmap for postcopy too

[PATCH] pc-bios/s390-ccw: link statically
 2025-06-13 13:55 UTC  (6+ messages)

[PATCH v2 0/4] xlnx-zynqmp: add support to boot on RPUs
 2025-06-13 13:46 UTC  (7+ messages)
` [PATCH v2 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
` [PATCH v2 3/4] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5

[PATCH v3 0/3] xlnx-zynqmp: add support to boot on RPUs
 2025-06-13 13:42 UTC  (4+ messages)
` [PATCH v3 1/3] hw/arm: make cpu targeted by arm_load_kernel the primary CPU
` [PATCH v3 2/3] hw/intc/arm_gic: introduce a first-cpu-index property
` [PATCH v3 3/3] hw/arm/xlnx-zynqmp: wire a second GIC for the Cortex-R5

[PATCH v2 00/25] ACPI PCI Hotplug support on ARM
 2025-06-13 13:39 UTC  (12+ messages)
` [PATCH v2 02/25] hw/arm/virt: Introduce machine state acpi pcihp flags and props

[PATCH 0/2] rust: prepare for multiple bindgen invocations
 2025-06-13 13:02 UTC  (3+ messages)
` [PATCH 1/2] rust: prepare variable definitions "
` [PATCH 2/2] rust: move rust.bindgen to qemu-api crate

[PATCH] hw/arm/mps2: Configure the AN500 CPU with 16 MPU regions
 2025-06-13 12:46 UTC  (2+ messages)

[PATCH 00/21] migration: Unify capabilities and parameters
 2025-06-13 12:30 UTC  (7+ messages)
` [PATCH 10/21] migration: Use QAPI_CLONE_MEMBERS in query_migrate_parameters

[PATCH v7 00/16] Introduce support for IGVM files
 2025-06-13 12:20 UTC  (6+ messages)
` [PATCH v7 03/16] backends/igvm: Add IGVM loader and configuration
  ` [PATCH v7 15/16] i386/sev: Add implementation of CGS set_guest_policy()

[PATCH v5 0/3] Add SCLP event type CPI
 2025-06-13 11:37 UTC  (4+ messages)
` [PATCH v5 2/3] hw/s390x: add Control-Program Identification to QOM

[PATCH v2] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
 2025-06-13 11:13 UTC  (4+ messages)

[PATCH v2] docs/interop: convert text file to reStructuredText format (v2)
 2025-06-13 10:27 UTC  (2+ messages)

[PATCH v2] hw/acpi: Fix GPtrArray memory leak in crs_range_merge
 2025-06-13 10:16 UTC  (3+ messages)

[PATCH v3] target/arm: Define raw write for PMU CLR registers
 2025-06-13 10:05 UTC  (2+ messages)

[PATCH v1 00/15] intel_iommu: Enable stage-1 translation for passthrough device
 2025-06-13  9:08 UTC  (4+ messages)
` [PATCH v1 04/15] intel_iommu: Introduce a new structure VTDHostIOMMUDevice

[PATCH] qemu-options.hx: Fix reversed description of icount sleep behavior
 2025-06-13  9:06 UTC  (2+ messages)

[PATCH] hw/acpi: Fix GPtrArray memory leak in crs_range_merge
 2025-06-13  8:35 UTC  (4+ messages)

[PATCH v7 0/1] Optimizing the print format of the QEMU monitor 'info mtree'
 2025-06-13  7:49 UTC  (2+ messages)
` [PATCH v7 1/1] system: improve visual representation of node hierarchy in 'info mtree' output for qemu monitor

[PATCH 00/10] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
 2025-06-13  7:54 UTC  (4+ messages)
` [PATCH 02/10] loongarch: add virt feature avecintc support

[PATCH preview 0/3] reviving minimal QAPI generation from 2021
 2025-06-13  5:57 UTC  (5+ messages)

Build platform guarantees, docs, tests, and snakes in the garden
 2025-06-13  5:21 UTC  (2+ messages)

[PATCH V1 0/2] Fix the rtc issue on loongarch
 2025-06-13  4:47 UTC  (7+ messages)
` [PATCH V1 1/2] hw/rtc: Fixed loongson rtc emulation errors
` [PATCH V1 2/2] hw/loongarch: add rtc acpi table

[PATCH v13 0/7] Specifying cache topology on ARM
 2025-06-13  3:11 UTC  (3+ messages)
` [PATCH v13 2/7] hw/core/machine: topology functions capabilities added

[PATCH 00/19] i3c: aspeed: Add I3C support
 2025-06-13  0:04 UTC  (20+ messages)
` [PATCH 01/19] hw/misc/aspeed_i3c: Move to i3c directory
` [PATCH 02/19] hw/i3c: Add bus support
` [PATCH 03/19] hw/i3c: Split DesignWare I3C out of Aspeed I3C
` [PATCH 04/19] hw/i3c/dw-i3c: Add more register fields
` [PATCH 05/19] hw/i3c/aspeed_i3c: "
` [PATCH 06/19] hw/i3c/dw-i3c: Add more reset values
` [PATCH 07/19] hw/i3c/aspeed_i3c: Add register RO field masks
` [PATCH 08/19] hw/i3c/dw-i3c: "
` [PATCH 09/19] hw/i3c/dw-i3c: Treat more registers as read-as-zero
` [PATCH 10/19] hw/i3c/dw-i3c: Use 32 bits on MMIO writes
` [PATCH 11/19] hw/i3c/dw-i3c: Add IRQ MMIO behavior
` [PATCH 12/19] hw/i3c/dw-i3c: Add data TX and RX
` [PATCH 13/19] hw/i3c/dw-i3c: Add IBI handling
` [PATCH 14/19] hw/i3c/dw-i3c: Add ctrl MMIO handling
` [PATCH 15/19] hw/i3c/dw-i3c: Add controller resets
` [PATCH 16/19] hw/i3c/aspeed: Add I3C bus get function
` [PATCH 17/19] hw/i3c: Add Mock target
` [PATCH 18/19] hw/arm/aspeed: Build with I3C_DEVICES
` [PATCH 19/19] hw/i3c: Add hotplug support

[PATCH v4] meson: fix Windows build
 2025-06-12 22:15 UTC 

[PATCH v2 0/3] docs: remove legacy qapidoc
 2025-06-12 22:10 UTC  (4+ messages)
` [PATCH v2 1/3] docs: fix errors formatting in tests/qapi-schema/doc-good
` [PATCH v2 2/3] docs: remove legacy QAPI manual generator
` [PATCH v2 3/3] docs: remove special parsing for freeform sections

[PATCH RESEND v3] meson: fix Windows build
 2025-06-12 22:06 UTC  (4+ messages)

[PATCH v4 0/4] qapi: add auto-generated return docs
 2025-06-12 21:42 UTC  (3+ messages)
` [PATCH v4 1/4] docs/qapi-domain: add return-nodesc
` [PATCH v4 4/4] qapi: rephrase return docs to avoid type name


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