qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-06 03:35:09 to 2025-03-06 14:21:10 UTC [more...]

[PULL 00/42] vfio queue
 2025-03-06 14:14 UTC  (25+ messages)
` [PULL 01/42] vfio: Add property documentation
` [PULL 02/42] vfio/ccw: Replace warn_once_pfch() with warn_report_once()
` [PULL 03/42] hw/pci: Basic support for PCI power management
` [PULL 04/42] pci: Use PCI PM capability initializer
` [PULL 05/42] vfio/pci: Delete local pm_cap
` [PULL 06/42] pcie, virtio: Remove redundant pm_cap
` [PULL 07/42] hw/vfio/pci: Re-order pre-reset
` [PULL 08/42] MAINTAINERS: Add myself as vfio-igd maintainer
` [PULL 09/42] vfio-platform: Deprecate all forms of vfio-platform devices
` [PULL 10/42] migration: Clarify that {load, save}_cleanup handlers can run without setup
` [PULL 11/42] thread-pool: Remove thread_pool_submit() function
` [PULL 12/42] thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio
` [PULL 13/42] thread-pool: Implement generic (non-AIO) pool support
` [PULL 15/42] migration: Add qemu_loadvm_load_state_buffer() and its handler
` [PULL 16/42] migration: Always take BQL for migration_incoming_state_destroy()
` [PULL 18/42] migration: Add thread pool of optional load threads
` [PULL 19/42] migration/multifd: Split packet into header and RAM data
` [PULL 23/42] migration/multifd: Device state transfer support - send side
` [PULL 25/42] migration/multifd: Add multifd_device_state_supported()
` [PULL 28/42] vfio/migration: Convert bytes_transferred counter to atomic
` [PULL 32/42] vfio/migration: Multifd device state transfer - add support checking function
` [PULL 34/42] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PULL 36/42] vfio/migration: Multifd device state transfer support - load thread
` [PULL 40/42] vfio/migration: Add x-migration-multifd-transfer VFIO property

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-06 14:13 UTC  (10+ messages)
` [PATCH v6 30/36] vfio/migration: Multifd device state transfer support - send side

[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
 2025-03-06 14:10 UTC  (13+ messages)
` [RFC PATCH 04/18] qemu: Introduce 'qemu/legacy_binary_info.h'
` [RFC PATCH 10/18] qemu: Introduce legacy_binary_is_big_endian() helper

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-06 14:10 UTC  (15+ messages)
` [PATCH qemu v2 2/3] hw/s390x: add SCLP event type CPI
` [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

[RFC PATCH] target/openrisc: Call cpu_openrisc_clock_init() in cpu_realize()
 2025-03-06 14:05 UTC  (2+ messages)

[PATCH v2 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
 2025-03-06 14:00 UTC  (3+ messages)

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-06 13:48 UTC  (10+ messages)

[PATCH v2] meson.build: default to -gsplit-dwarf for debug info
 2025-03-06 13:38 UTC  (5+ messages)

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-06 13:27 UTC  (23+ messages)
` [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option
` [PATCH 30/57] qapi/parser: adjust info location for doc body section
` [PATCH 31/57] qapi: expand tags to all doc sections
` [PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

[PATCH v2 00/11] qom: Constify class_data
 2025-03-06 13:16 UTC  (2+ messages)

[PATCH] target/alpha: Do not mix exception flags and FPCR bits
 2025-03-06 13:13 UTC  (2+ messages)

[PATCH v7 00/16] Introduce support for IGVM files
 2025-03-06 13:09 UTC  (4+ messages)

[PATCH 0/7] target/riscv: store max SATP mode as a single integer in RISCVCPUConfig
 2025-03-06 13:00 UTC  (7+ messages)
` [PATCH 1/7] hw/riscv: acpi: only create RHCT MMU entry for supported types
` [PATCH 2/7] target/riscv: env->misa_mxl is a constant

[PATCH 0/7] hw/hyperv: remove duplication compilation units
 2025-03-06 12:27 UTC  (10+ messages)
` [PATCH 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH v2 00/12] rust: wrap all C types exposed through qemu_api
 2025-03-06 11:35 UTC  (7+ messages)
` [PATCH 04/12] rust: timer: wrap QEMUTimer with Opaque<> and express pinning requirements

[PATCH] MAINTAINERS: Add docs/devel/testing/functional.rst to the functional section
 2025-03-06 11:20 UTC  (2+ messages)

[PATCH v5 00/29] Support AST2700 A1
 2025-03-06 10:38 UTC  (30+ messages)
` [PATCH v5 01/29] hw/intc/aspeed: Support setting different memory size
` [PATCH v5 02/29] hw/intc/aspeed: Rename status_addr and addr to status_reg and reg for clarity
` [PATCH v5 03/29] hw/intc/aspeed: Introduce dynamic allocation for regs array
` [PATCH v5 04/29] hw/intc/aspeed: Support setting different register size
` [PATCH v5 05/29] hw/intc/aspeed: Reduce regs array size by adding a register sub-region
` [PATCH v5 06/29] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [PATCH v5 07/29] hw/intc/aspeed: Add object type name to trace events for better debugging
` [PATCH v5 08/29] hw/arm/aspeed: Rename IRQ table and machine name for AST2700 A0
` [PATCH v5 09/29] hw/arm/aspeed_ast27x0: Sort the IRQ table by IRQ number
` [PATCH v5 10/29] hw/intc/aspeed: Support different memory region ops
` [PATCH v5 11/29] hw/intc/aspeed: Rename num_ints to num_inpins for clarity
` [PATCH v5 12/29] hw/intc/aspeed: Add support for multiple output pins in INTC
` [PATCH v5 13/29] hw/intc/aspeed: Refactor INTC to support separate input and output pin indices
` [PATCH v5 14/29] hw/intc/aspeed: Introduce AspeedINTCIRQ structure to save the irq index and register address
` [PATCH v5 15/29] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PATCH v5 16/29] hw/intc/aspeed: Add Support for Multi-Output IRQ Handling
` [PATCH v5 17/29] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller
` [PATCH v5 18/29] hw/misc/aspeed_scu: Add Support for AST2700/AST2750 A1 Silicon Revisions
` [PATCH v5 19/29] hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt Mapping
` [PATCH v5 20/29] hw/arm/aspeed_ast27x0: Define an Array of AspeedINTCState with Two Instances
` [PATCH v5 21/29] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1
` [PATCH v5 22/29] hw/arm/aspeed_ast27x0: Add SoC Support "
` [PATCH v5 23/29] hw/arm/aspeed: Add Machine "
` [PATCH v5 24/29] hw/arm/aspeed_ast27x0: Sort the memmap table by mapping address
` [PATCH v5 25/29] tests/functional/aspeed: Introduce start_ast2700_test API
` [PATCH v5 26/29] tests/functional/aspeed: Update temperature hwmon path
` [PATCH v5 27/29] tests/functional/aspeed: Update test ASPEED SDK v09.05
` [PATCH v5 28/29] tests/functional/aspeed: Add test case for AST2700 A1
` [PATCH v5 29/29] docs/specs: Add aspeed-intc

[PATCH 0/2] scsi-disk: Add FUA write support
 2025-03-06 10:43 UTC  (6+ messages)
` [PATCH 1/2] scsi-disk: Advertise FUA support by default
` [PATCH 2/2] scsi-disk: Add native FUA support

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-03-06 10:37 UTC  (5+ messages)
` [PATCH v2 7/9] cpu: Introduce cpu_get_phys_bits()
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width

[RFC PATCH 0/4] hw/arm: Register target-specific QOM types at runtime
 2025-03-06 10:13 UTC  (9+ messages)
` [RFC PATCH 2/4] hw/arm/raspi: Replace TARGET_AARCH64 by legacy_binary_is_64bit()

[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
 2025-03-06  9:59 UTC  (9+ messages)

[PULL 00/10] QAPI patches patches for 2025-03-06
 2025-03-06  9:36 UTC  (11+ messages)
` [PULL 01/10] docs/about/build-platforms: Correct minimum supported Python version
` [PULL 02/10] qapi: Eliminate OrderedDict
` [PULL 03/10] qapi/introspect: Use @dataclass to simplify
` [PULL 04/10] qdev: Delete unused qdev_prop_enum
` [PULL 05/10] qdev: Change qdev_prop_pci_devfn member @name from "int32" to "str"
` [PULL 06/10] qdev: Rename PropertyInfo member @name to @type
` [PULL 07/10] qdev: Change values of PropertyInfo member @type to be QAPI types
` [PULL 08/10] qdev: Improve PropertyInfo member @description for enum properties
` [PULL 09/10] qdev: Improve a few more PropertyInfo @description members
` [PULL 10/10] docs/devel/qapi-code-gen: Discourage use of 'prefix'

[PATCH 0/2] 9pfs: v9fs_reclaim_fd() fixes
 2025-03-06  9:07 UTC  (5+ messages)
` [PATCH 1/2] 9pfs: fix concurrent v9fs_reclaim_fd() calls
` [PATCH 2/2] 9pfs: reduce latency of v9fs_reclaim_fd()

[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
 2025-03-06  8:58 UTC  (4+ messages)

[qemu-web PATCH] download/windows: Drop link to 32-bit builds, add aarch64 instead
 2025-03-06  8:44 UTC  (2+ messages)

[PATCH] hw/display/qxl-render.c: fix qxl_unpack_chunks() chunk size calculation
 2025-03-06  8:33 UTC  (2+ messages)

[PATCH v4 00/23] Support AST2700 A1
 2025-03-06  8:29 UTC  (7+ messages)
` [PATCH v4 17/23] hw/arm/aspeed_ast27x0.c Support AST2700 A1 GIC Interrupt Mapping
` [PATCH v4 18/23] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for AST2700 A1

[v5,1/6] hw/misc/aspeed_scu: Skipping dram_init in u-boot
 2025-03-06  8:05 UTC  (2+ messages)

[PATCH 0/7] hw/riscv: Move few units to common_ss[]
 2025-03-06  7:47 UTC  (4+ messages)
` [PATCH 2/7] target/riscv: Move target-agnostic definitions to 'cpu-qom.h'

[PATCH] goldfish_rtc: Fix tick_offset migration
 2025-03-06  7:46 UTC  (4+ messages)

[PATCH v3 0/2] target/riscv: throw debug exception before page fault
 2025-03-06  7:44 UTC  (3+ messages)

[PATCH] target/riscv: rvv: Fix unexpected behavior of vector reduction instructions when vl is 0
 2025-03-06  7:43 UTC  (3+ messages)

[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
 2025-03-06  7:23 UTC  (18+ messages)

[PATCH v5 0/2] s390x/pci: relax I/O address translation requirement
 2025-03-06  7:08 UTC  (2+ messages)

[PATCH] doc: add missing 'Asset' type in function test doc
 2025-03-06  7:07 UTC  (3+ messages)

[PATCH v2 1/2] target/riscv: fix access permission checks for CSR_SSP
 2025-03-06  6:46 UTC  (2+ messages)
` [PATCH v2 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode

[PATCH 1/2] target/riscv: fix access permission checks for CSR_SSP
 2025-03-06  6:30 UTC  (10+ messages)
` [PATCH 2/2] target/riscv: fixes a bug against `ssamoswap` behavior in M-mode

[PATCH] target/riscv: rvv: Fix incorrect vlen comparison in prop_vlen_set
 2025-03-06  6:29 UTC  (3+ messages)

[PULL v5 00/11] xenpvh5-tag
 2025-03-06  6:28 UTC  (6+ messages)
` [PULL v5 09/11] hw/arm: introduce xenpvh machine

[PATCH v2 0/2] target/riscv: Support scontext-based trigger matching
 2025-03-06  6:17 UTC  (6+ messages)
` [PATCH v2 1/2] target/riscv: Add scontext CSR handling
` [PATCH v2 2/2] target/riscv: Support matching scontext in Sdtrig's textra CSRs

[PATCH v6 0/4] virtio: Convert feature properties to OnOffAuto
 2025-03-06  6:16 UTC  (5+ messages)
` [PATCH v6 1/4] qapi: Do not consume a value if failed
` [PATCH v6 2/4] qapi: Accept bool for OnOffAuto and OnOffSplit
` [PATCH v6 3/4] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
` [PATCH v6 4/4] virtio: Convert feature properties to OnOffAuto

[PATCH v7 0/6] Specifying cache topology on ARM
 2025-03-06  6:03 UTC  (7+ messages)
` [PATCH v7 1/6] target/arm/tcg: increase cache level for cpu=max
` [PATCH v7 2/6] arm/virt.c: add cache hierarchy to device tree
` [PATCH v7 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT
` [PATCH v7 4/6] hw/acpi/aml-build.c: add cache hierarchy to pptt table
` [PATCH v7 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology
` [PATCH v7 6/6] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h

[PATCH v2 0/9] vfio/igd: Decoupling quirks with legacy mode
 2025-03-06  5:50 UTC  (2+ messages)

[PATCH v2 0/6] Improve Microchip Polarfire SoC customization
 2025-03-06  4:43 UTC  (10+ messages)
` [PATCH v2 3/6] hw/riscv: Make FDT optional for MPFS
` [PATCH v2 4/6] hw/riscv: Allow direct start of kernel "
` [PATCH v2 5/6] hw/riscv: Configurable MPFS CLINT timebase freq
` [PATCH v2 6/6] hw/riscv: microchip_pfsoc: Rework documentation

[PATCH 0/6] Implement Firmware Assisted Dump for PSeries
 2025-03-06  4:22 UTC  (13+ messages)
` [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH 2/6] hw/ppc: Trigger Fadump boot if fadump is registered
` [PATCH 3/6] hw/ppc: Preserve memory regions registered for fadump
` [PATCH 4/6] hw/ppc: Implement saving CPU state in Fadump

[PATCH] hw/riscv/riscv-iommu: Get target page info using runtime helpers
 2025-03-06  4:02 UTC  (3+ messages)

[PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-06  3:43 UTC  (3+ messages)

[PATCH 0/1] [RISC-V/RVV] use a single function to probe memory
 2025-03-06  3:33 UTC  (3+ messages)
` [PATCH 1/1] [RISC-V/RVV] Expand the probe_pages helper function to handle probe flags


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