qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-06 07:28:59 to 2025-03-06 15:56:55 UTC [more...]

[PULL 00/54] Accelerators & CPU patches
 2025-03-06 15:47 UTC  (23+ messages)
` [PULL 01/54] qemu/compiler: Absorb 'clang-tsa.h'
` [PULL 02/54] gdbstub: Clarify no more than @gdb_num_core_regs can be accessed
` [PULL 03/54] gdbstub: Check for TCG before calling tb_flush()
` [PULL 04/54] cpus: Cache CPUClass early in instance_init() handler
` [PULL 05/54] cpus: Keep default fields initialization in cpu_common_initfn()
` [PULL 06/54] accel/accel: Make TYPE_ACCEL abstract
` [PULL 07/54] accel/tcg: Remove pointless initialization of cflags_next_tb
` [PULL 08/54] accel/tcg: Build tcg_flags helpers as common code
` [PULL 09/54] accel/tcg: Restrict tlb_init() / destroy() to TCG
` [PULL 10/54] accel/tcg: Restrict 'icount_align_option' global "
` [PULL 11/54] accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h'
` [PULL 14/54] accel/accel-cpu-target.h: Include missing 'cpu.h' header
` [PULL 16/54] accel/tcg: Take mmap lock in the whole cpu_memory_rw_debug() function
` [PULL 18/54] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
` [PULL 21/54] cpus: Restrict cpu_common_post_load() code to TCG
` [PULL 24/54] cpus: Restrict cpu_get_memory_mapping() to system emulation
` [PULL 28/54] target/microblaze: Introduce mo_endian() helper
` [PULL 32/54] target/hexagon: Ensure not being build on system emulation
` [PULL 34/54] target/tricore: Ensure not being build on user emulation
` [PULL 35/54] target/mips: Fix possible MSA int overflow
` [PULL 37/54] target: Set disassemble_info::endian value for big-endian targets
` [PULL 42/54] target/riscv: Set disassemble_info::endian value in disas_set_info()

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-06 15:44 UTC  (20+ 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

[PATCH 0/2] i386: Adjust CPUID_EXT_PDCM based on enable_pmu at realization
 2025-03-06 15:52 UTC  (5+ messages)
` [PATCH 1/2] i386/cpu: Move adjustment of CPUID_EXT_PDCM before feature_dependencies[] check
` [PATCH 2/2] i386/cpu: Warn about why CPUID_EXT_PDCM is not available

[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
 2025-03-06 15:28 UTC  (15+ 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 v5 00/29] Support AST2700 A1
 2025-03-06 15:27 UTC  (44+ 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 v4 0/6] hw/ppc: Remove tswap() calls
 2025-03-06 15:23 UTC  (3+ messages)

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

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

[PATCH v4 0/9] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-03-06 14:48 UTC  (4+ messages)
` [PATCH v4 1/9] vhost-user: Add VirtIO Shared Memory map request

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

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-03-06 14:41 UTC  (6+ 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

[PULL 00/42] vfio queue
 2025-03-06 14:14 UTC  (43+ 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 14/42] migration: Add MIG_CMD_SWITCHOVER_START and its load handler
` [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 17/42] error: define g_autoptr() cleanup function for the Error type
` [PULL 18/42] migration: Add thread pool of optional load threads
` [PULL 19/42] migration/multifd: Split packet into header and RAM data
` [PULL 20/42] migration/multifd: Device state transfer support - receive side
` [PULL 21/42] migration/multifd: Make multifd_send() thread safe
` [PULL 22/42] migration/multifd: Add an explicit MultiFDSendData destructor
` [PULL 23/42] migration/multifd: Device state transfer support - send side
` [PULL 24/42] migration/multifd: Make MultiFDSendData a struct
` [PULL 25/42] migration/multifd: Add multifd_device_state_supported()
` [PULL 26/42] migration: Add save_live_complete_precopy_thread handler
` [PULL 27/42] vfio/migration: Add load_device_config_state_start trace event
` [PULL 28/42] vfio/migration: Convert bytes_transferred counter to atomic
` [PULL 29/42] vfio/migration: Add vfio_add_bytes_transferred()
` [PULL 30/42] vfio/migration: Move migration channel flags to vfio-common.h header file
` [PULL 31/42] vfio/migration: Multifd device state transfer support - basic types
` [PULL 32/42] vfio/migration: Multifd device state transfer - add support checking function
` [PULL 33/42] vfio/migration: Multifd setup/cleanup functions and associated VFIOMultifd
` [PULL 34/42] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PULL 35/42] vfio/migration: Multifd device state transfer support - received buffers queuing
` [PULL 36/42] vfio/migration: Multifd device state transfer support - load thread
` [PULL 37/42] migration/qemu-file: Define g_autoptr() cleanup function for QEMUFile
` [PULL 38/42] vfio/migration: Multifd device state transfer support - config loading support
` [PULL 39/42] vfio/migration: Multifd device state transfer support - send side
` [PULL 40/42] vfio/migration: Add x-migration-multifd-transfer VFIO property
` [PULL 41/42] vfio/migration: Make x-migration-multifd-transfer VFIO property mutable
` [PULL 42/42] hw/core/machine: Add compat for x-migration-multifd-transfer VFIO property

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

[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 00/57] docs: Add new QAPI transmogrifier
 2025-03-06 13:27 UTC  (9+ messages)
` [PATCH 31/57] qapi: expand tags to all doc sections

[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  (5+ messages)
` [PATCH 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386

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

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

[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] 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  (4+ messages)
` [PATCH v4 18/23] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for "

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


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