messages from 2025-03-06 10:45:37 to 2025-03-06 16:40:37 UTC [more...]
From ce9a42483c23c32cee233f648101a160b6604b45 Mon Sep 17 00:00:00 2001
2025-03-06 16:39 UTC (4+ messages)
` [PATCH 02/10] target/arm: Un-inline access_secure_reg()
` [PATCH 04/10] linux-user/arm: Remove unused get_put_user macros
` [PATCH 07/10] target/arm: SCR_EL3.RW should be treated as 1 if EL2 doesn't support AArch32
[PATCH 0/7] hw/hyperv: remove duplication compilation units
2025-03-06 16:35 UTC (9+ messages)
` [PATCH 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH 5/7] hw/hyperv/syndbg: common compilation unit
[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-03-06 16:50 UTC (3+ messages)
` [PATCH v2 02/10] target/i386: disable PERFCORE when "-pmu" is configured
[PATCH v3] meson.build: default to -gsplit-dwarf for debug info
2025-03-06 16:16 UTC
[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
2025-03-06 16:13 UTC (11+ messages)
[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
2025-03-06 16:05 UTC (16+ messages)
` [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values
[PATCH v4 00/47] x86: Improve operation under QEMU
2025-03-06 16:04 UTC (6+ messages)
` [PATCH v4 04/47] x86: qemu: Switch to bochs display
` [PATCH v4 05/47] x86: qemu: Enable dhrystone
` [PATCH v4 06/47] x86: qemu: Avoid accessing BSS too early
` [PATCH v4 28/47] x86: qemu: Support environment and cat command
` [PATCH v4 34/47] x86: qemu: Use the new e820 API
[PATCH 0/2] i386: Adjust CPUID_EXT_PDCM based on enable_pmu at realization
2025-03-06 16:22 UTC (6+ 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
[PULL 00/54] Accelerators & CPU patches
2025-03-06 15:47 UTC (55+ 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 12/54] accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h'
` [PULL 13/54] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
` [PULL 14/54] accel/accel-cpu-target.h: Include missing 'cpu.h' header
` [PULL 15/54] accel/tcg: Include missing bswap headers in user-exec.c
` [PULL 16/54] accel/tcg: Take mmap lock in the whole cpu_memory_rw_debug() function
` [PULL 17/54] accel/tcg: Avoid using lock_user() in cpu_memory_rw_debug()
` [PULL 18/54] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
` [PULL 19/54] accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h
` [PULL 20/54] cpus: Fix style in cpu-target.c
` [PULL 21/54] cpus: Restrict cpu_common_post_load() code to TCG
` [PULL 22/54] cpus: Have cpu_class_init_props() per user / system emulation
` [PULL 23/54] cpus: Have cpu_exec_initfn() "
` [PULL 24/54] cpus: Restrict cpu_get_memory_mapping() to "
` [PULL 25/54] hw/core/generic-loader: Do not open-code cpu_set_pc()
` [PULL 26/54] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
` [PULL 27/54] target/microblaze: Set MO_TE once in do_load() / do_store()
` [PULL 28/54] target/microblaze: Introduce mo_endian() helper
` [PULL 29/54] target/microblaze: Consider endianness while translating code
` [PULL 30/54] target/i386/hvf: Variable type fixup in decoder
` [PULL 31/54] target/openrisc: Call cpu_openrisc_clock_init() in cpu_realize()
` [PULL 32/54] target/hexagon: Ensure not being build on system emulation
` [PULL 33/54] target/rx: Ensure not being build on user emulation
` [PULL 34/54] target/tricore: "
` [PULL 35/54] target/mips: Fix possible MSA int overflow
` [PULL 36/54] target: Set disassemble_info::endian value for little-endian targets
` [PULL 37/54] target: Set disassemble_info::endian value for big-endian targets
` [PULL 38/54] target/arm: Set disassemble_info::endian value in disas_set_info()
` [PULL 39/54] target/microblaze: Set disassemble_info::endian value in disas_set_info
` [PULL 40/54] target/mips: Set disassemble_info::endian value in disas_set_info()
` [PULL 41/54] target/ppc: "
` [PULL 42/54] target/riscv: "
` [PULL 43/54] target/sh4: "
` [PULL 44/54] target/xtensa: "
` [PULL 45/54] disas: Remove target_words_bigendian() call in initialize_debug_target()
` [PULL 46/54] target/i386: Constify X86CPUModel uses
` [PULL 47/54] target/sparc: Constify SPARCCPUClass::cpu_def
` [PULL 48/54] target/xtensa: Finalize config in xtensa_register_core()
` [PULL 49/54] target/riscv: Declare RISCVCPUClass::misa_mxl_max as RISCVMXL
` [PULL 50/54] target/riscv: Convert misa_mxl_max using GLib macros
` [PULL 51/54] target/alpha: Do not mix exception flags and FPCR bits
` [PULL 52/54] target/i386: Mark WHPX APIC region as little-endian
` [PULL 53/54] system: Open-code qemu_init_arch_modules() using target_name()
` [PULL 54/54] include: Poison TARGET_PHYS_ADDR_SPACE_BITS definition
[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-03-06 15:59 UTC (13+ messages)
` [PATCH rfcv2 03/20] HostIOMMUDevice: Introduce realize_late callback
` [PATCH rfcv2 05/20] vfio/iommufd: Implement [at|de]tach_hwpt handlers
` [PATCH rfcv2 06/20] host_iommu_device: Define two new capabilities HOST_IOMMU_DEVICE_CAP_[NESTING|FS1GP]
[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 (36+ 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 06/29] hw/intc/aspeed: Introduce helper functions for enable and status registers
` [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 11/29] hw/intc/aspeed: Rename num_ints to num_inpins for clarity
` [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 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 23/29] hw/arm/aspeed: Add Machine Support "
` [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 29/29] docs/specs: Add aspeed-intc
[PATCH v4 0/6] hw/ppc: Remove tswap() calls
2025-03-06 15:23 UTC (3+ messages)
[PATCH 0/2] 9pfs: v9fs_reclaim_fd() fixes
2025-03-06 15:11 UTC (4+ messages)
` [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 (4+ messages)
` [PATCH v2 7/9] cpu: Introduce cpu_get_phys_bits()
[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 (5+ messages)
[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 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).