Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   7644 patches
« 1 2 3 476 77 »
Patch Series S/W/F Date Submitter Delegate State
[8/8] hw/cpu/arm_mpcore: Remove default values for GIC external IRQs hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[7/8] hw/arm/highbank: Explicit number of GIC external IRQs hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[6/8] hw/arm/vexpress: Explicit number of GIC external IRQs hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[5/8] hw/arm/xilinx_zynq: Explicit number of GIC external IRQs hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[4/8] hw/arm/xilinx_zynq: Replace IRQ_OFFSET -> GIC_INTERNAL hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[3/8] hw/arm/realview: Explicit number of GIC external IRQs hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[2/8] hw/arm/exynos4210: Explicit number of GIC external IRQs hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[1/8] hw/arm/exynos4210: Replace magic 32 by proper 'GIC_INTERNAL' definition hw/arm: Explicit number of GIC external IRQs for Cortex A9/A15 MPCore --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,6/6] hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro hw/arm: Minor cleanups around MPCore code --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,5/6] hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE hw/arm: Minor cleanups around MPCore code --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,4/6] hw/arm/fsl-imx7: Add local 'mpcore/gic' variables hw/arm: Minor cleanups around MPCore code --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,3/6] hw/arm/fsl-imx6ul: Add local 'mpcore/gic' variables hw/arm: Minor cleanups around MPCore code --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,2/6] hw/arm/fsl-imx6: Add local 'mpcore/gic' variables hw/arm: Minor cleanups around MPCore code --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,1/6] hw/arm/boot: Propagate vCPU to arm_load_dtb() hw/arm: Minor cleanups around MPCore code --- 2025-01-30 Philippe Mathieu-Daudé New
overall: Remove unnecessary g_strdup_printf() calls overall: Remove unnecessary g_strdup_printf() calls --- 2025-01-30 Philippe Mathieu-Daudé New
[v2,1/2] tests/qtest: Extract qtest_qom_has_concrete_type() helper tests/qtest: Make qtest_has_accel() generic --- 2025-01-30 Philippe Mathieu-Daudé New
[9/9] accel/kvm: Remove unreachable assertion in kvm_dirty_ring_reap*() accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[8/9] accel/kvm: Assert vCPU is created when calling kvm_dirty_ring_reap*() accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[RFC,7/9] cpus: Only expose REALIZED vCPUs to global &cpus_queue accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[6/9] cpus: Call hotplug handlers in DeviceWire() accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[5/9] cpus: Add DeviceClass::[un]wire() stubs accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[RFC,4/9] hw/qdev: Introduce DeviceClass::[un]wire() handlers accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[RFC,3/9] cpus: Remove cpu from global queue after UNREALIZE completed accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[RFC,2/9] accel/tcg: Invalidate TB jump cache with global vCPU queue locked accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[RFC,1/9] accel/tcg: Simplify use of &first_cpu in rr_cpu_thread_fn() accel: Only include qdev-realized vCPUs in global &cpus_queue --- 2025-01-28 Philippe Mathieu-Daudé New
[7/7] tests/qtest/migration: Allow using accelerators different of TCG / KVM tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[RFC,6/7] tests/qtest/migration: Run aarch64/HVF tests using GICv2 tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[5/7] tests/qtest/migration: Add MigrationTestEnv::has_hvf field tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[4/7] tests/qtest/migration: Pass accelerator arguments as machine option tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[3/7] tests/qtest/migration: Initialize MigrationTestEnv::arch early tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[2/7] tests/qtest/migration: Make 'has_dirty_ring' generic tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[1/7] migration/dirtyrate: Do not unlock cpu_list lock twice tests/qtest/migration: Update framework to allow using HVF accelerator --- 2025-01-28 Philippe Mathieu-Daudé New
[2/2] tests/qtest: Make qtest_has_accel() generic Untitled series #259797 --- 2025-01-28 Philippe Mathieu-Daudé New
[10/10] disas: Remove target_words_bigendian() call in initialize_debug_target() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[09/10] target/xtensa: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[08/10] target/sh4: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[07/10] target/riscv: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[06/10] target/ppc: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[05/10] target/mips: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[04/10] target/microblaze: Set disassemble_info::endian value in disas_set_info disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[03/10] target/arm: Set disassemble_info::endian value in disas_set_info() disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[02/10] target: Set disassemble_info::endian value for big-endian targets disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[01/10] target: Set disassemble_info::endian value for little-endian targets disas: Have CPUClass::disas_set_info() callback set the endianness --- 2025-01-27 Philippe Mathieu-Daudé New
[6/6] hw/loader: Pass ELFDATA endian order argument to load_elf() hw/loader: Pass ELFDATA endian order argument to load_elf() --- 2025-01-27 Philippe Mathieu-Daudé New
[5/6] hw/loader: Pass ELFDATA endian order argument to load_elf_as() hw/loader: Pass ELFDATA endian order argument to load_elf() --- 2025-01-27 Philippe Mathieu-Daudé New
[4/6] hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym() hw/loader: Pass ELFDATA endian order argument to load_elf() --- 2025-01-27 Philippe Mathieu-Daudé New
[3/6] hw/loader: Clarify local variable name in load_elf_ram_sym() hw/loader: Pass ELFDATA endian order argument to load_elf() --- 2025-01-27 Philippe Mathieu-Daudé New
[2/6] hw/loader: Remove unused load_elf_ram() hw/loader: Pass ELFDATA endian order argument to load_elf() --- 2025-01-27 Philippe Mathieu-Daudé New
[1/6] hw/avr/boot: Replace load_elf_ram_sym() -> load_elf_as() hw/loader: Pass ELFDATA endian order argument to load_elf() --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,15/15] target/ppc: Restrict various system helpers to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,14/15] target/ppc: Restrict ATTN / SCV / PMINSN helpers to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,13/15] target/ppc: Make powerpc_excp() prototype public target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,12/15] target/ppc: Fix style in excp_helper.c target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,11/15] target/ppc: Restrict various common helpers to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,10/15] target/ppc: Restrict ppc_tcg_hv_emu() to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,09/15] target/ppc: Restrict exception helpers to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,08/15] target/ppc: Remove raise_exception_ra() target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,07/15] target/ppc: Restrict powerpc_checkstop() to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,06/15] target/ppc: Ensure powerpc_checkstop() is only called under TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,05/15] target/ppc: Move ppc_ldl_code() to tcg-excp_helper.c target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,04/15] target/ppc: Move TCG specific exception handlers to tcg-excp_helper.c target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,03/15] target/ppc: Make ppc_ldl_code() declaration public target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,02/15] hw/ppc/spapr: Restrict part of PAGE_INIT hypercall to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[v2,01/15] hw/ppc/spapr: Restrict CONFER hypercall to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c --- 2025-01-27 Philippe Mathieu-Daudé New
[2/2] qemu/timer: Sanity check timer_list in timer_init_full() qemu/timer: Clarify QEMUTimer new/free API --- 2025-01-25 Philippe Mathieu-Daudé New
[1/2] qemu/timer: Clarify timer_new*() must be freed with timer_free() qemu/timer: Clarify QEMUTimer new/free API --- 2025-01-25 Philippe Mathieu-Daudé New
[RFC,9/9] hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE --- 2025-01-25 Philippe Mathieu-Daudé New
[8/9] hw/tpm: Have TPM TIS sysbus device inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE --- 2025-01-25 Philippe Mathieu-Daudé New
[2/9] hw/sysbus: Declare QOM types using DEFINE_TYPES() macro hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,24/24] cpus: Remove CPUClass::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,23/24] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,22/24] target/tricore: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,21/24] target/sparc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,20/24] target/sh4: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,19/24] target/s390x: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,18/24] target/s390x: Restrict I/O handler installers to system emulation cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,17/24] target/rx: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,16/24] target/riscv: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,15/24] target/ppc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,14/24] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,13/24] target/mips: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,12/24] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,11/24] target/m68k: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,10/24] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,09/24] target/i386: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,08/24] target/hppa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,07/24] target/hexagon: Remove CPUClass:has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,06/24] target/avr: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,05/24] target/arm: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,04/24] target/alpha: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,03/24] cpus: Introduce SysemuCPUOps::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,02/24] cpus: Un-inline cpu_has_work() cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v3,01/24] cpus: Restrict cpu_has_work() to system emulation cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[2/2] qom: Introduce class_post_init() handler qom: Introduce class_post_init() handler --- 2025-01-25 Philippe Mathieu-Daudé New
[1/2] qom: Declare class_base_init() before class_init() qom: Introduce class_post_init() handler --- 2025-01-25 Philippe Mathieu-Daudé New
[v2,24/24] cpus: Remove CPUClass::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé New
[v2,23/24] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,22/24] target/tricore: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,21/24] target/sparc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
[v2,20/24] target/sh4: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation --- 2025-01-25 Philippe Mathieu-Daudé Superseded
« 1 2 3 476 77 »