Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   1829 patches
« 1 2 3 418 19 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[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
[7/9] hw/net: Have eTSEC device inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE - - - - --- 2025-01-25 Philippe Mathieu-Daudé New
[6/9] hw/i386: Have X86_IOMMU devices inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE - - - - --- 2025-01-25 Philippe Mathieu-Daudé New
[5/9] hw/display: Have RAMFB device inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE - - - - --- 2025-01-25 Philippe Mathieu-Daudé New
[4/9] hw/vfio: Have VFIO_PLATFORM devices inherit from DYNAMIC_SYS_BUS_DEVICE hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE - - - - --- 2025-01-25 Philippe Mathieu-Daudé New
[3/9] hw/sysbus: Introduce TYPE_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
[1/9] hw/sysbus: Use sizeof(BusState) in main_system_bus_create() hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE - - - - --- 2025-01-25 Philippe Mathieu-Daudé New
[20/20] cpus: Build cpu_exec_[un]realizefn() methods once accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[19/20] cpus: Register VMState per user / system emulation accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[18/20] cpus: Have cpu_exec_initfn() per user / system emulation accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[17/20] cpus: Have cpu_class_init_props() per user / system emulation accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[16/20] cpus: Restrict cpu_common_post_load() code to TCG accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[15/20] cpus: Fix style in cpu-target.c accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[14/20] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[13/20] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h' accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[12/20] accel/accel-cpu-target.h: Include missing 'cpu.h' header accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[11/20] accel: Rename 'hw/core/accel-cpu.h' -> 'accel/accel-cpu-target.h' accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[10/20] accel/tcg: Rename 'hw/core/tcg-cpu-ops.h' -> 'accel/tcg/cpu-ops.h' accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[09/20] accel/tcg: Restrict 'icount_align_option' global to TCG accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[08/20] accel/tcg: Restrict tlb_init() / destroy() to TCG accel: Simplify cpu-target.c (omnibus) - - 1 - --- 2025-01-23 Philippe Mathieu-Daudé New
[07/20] accel/tcg: Build tcg_flags helpers as common code accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[06/20] accel/kvm: Remove unused 'system/cpus.h' header in kvm-cpus.h accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[05/20] cpus: Keep default fields initialization in cpu_common_initfn() accel: Simplify cpu-target.c (omnibus) - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[04/20] cpus: Cache CPUClass early in instance_init() handler accel: Simplify cpu-target.c (omnibus) - - 1 - --- 2025-01-23 Philippe Mathieu-Daudé New
[03/20] gdbstub: Check for TCG before calling tb_flush() accel: Simplify cpu-target.c (omnibus) - - 1 - --- 2025-01-23 Philippe Mathieu-Daudé New
[02/20] user: Extract common MMAP API to 'user/mmap.h' accel: Simplify cpu-target.c (omnibus) - - 1 - --- 2025-01-23 Philippe Mathieu-Daudé New
[01/20] qemu/compiler: Absorb 'clang-tsa.h' accel: Simplify cpu-target.c (omnibus) - - 3 - --- 2025-01-23 Philippe Mathieu-Daudé New
[15/15] target/ppc: Restrict ATTN helper to TCG target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[14/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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[08/15] target/ppc: Remove raise_exception_ra() target/ppc: Move TCG code from excp_helper.c to tcg-excp_helper.c - - - - --- 2025-01-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[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-23 Philippe Mathieu-Daudé New
[RFC,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-23 Philippe Mathieu-Daudé New
hw/boards: Convert MachineClass bitfields to boolean hw/boards: Convert MachineClass bitfields to boolean - - 2 - --- 2025-01-22 Philippe Mathieu-Daudé New
[28/28] cpus: Remove CPUClass::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[27/28] target/xtensa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[26/28] target/tricore: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[25/28] target/sparc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[24/28] target/sh4: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[23/28] target/s390x: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[22/28] target/s390x: Restrict I/O handler installers to system emulation cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[21/28] target/rx: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[20/28] target/riscv: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - - - --- 2025-01-21 Philippe Mathieu-Daudé New
[19/28] target/ppc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[18/28] target/openrisc: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[17/28] target/mips: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[16/28] target/microblaze: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[15/28] target/m68k: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[14/28] target/loongarch: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[13/28] target/i386: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[12/28] target/hppa: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[11/28] target/hexagon: Remove CPUClass:has_work() handler cpus: Restrict CPU has_work() handlers to system emulation - - 2 - --- 2025-01-21 Philippe Mathieu-Daudé New
[10/28] target/avr: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[09/28] target/arm: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[08/28] target/alpha: Move has_work() from CPUClass to SysemuCPUOps cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[07/28] cpus: Introduce SysemuCPUOps::has_work() handler cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[06/28] cpus: Un-inline cpu_has_work() cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[05/28] cpus: Restrict cpu_has_work() to system emulation cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[04/28] cpus: Restrict cpu_get_memory_mapping() to system emulation cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[03/28] target/tricore: Ensure not being build on user emulation cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[02/28] target/rx: Ensure not being build on user emulation cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[01/28] target/hexagon: Ensure not being build on system emulation cpus: Restrict CPU has_work() handlers to system emulation - - 1 - --- 2025-01-21 Philippe Mathieu-Daudé New
[2/2] hw/ppc/prep_systemio: Set IOMap IRQ in ResetExit() handler hw/ppc/prep_systemio: Remove &first_cpu and fix IRQ use - - - - --- 2025-01-10 Philippe Mathieu-Daudé New
[1/2] hw/ppc/prep_systemio: Use link property to remove &first_cpu hw/ppc/prep_systemio: Remove &first_cpu and fix IRQ use - - - - --- 2025-01-10 Philippe Mathieu-Daudé New
[RFC,7/7] accel/kvm: Use CPU_FOREACH_KVM() accel: Add per-accelerator vCPUs queue - - - - --- 2025-01-06 Philippe Mathieu-Daudé New
[RFC,6/7] accel/hvf: Use CPU_FOREACH_HVF() accel: Add per-accelerator vCPUs queue - - - - --- 2025-01-06 Philippe Mathieu-Daudé New
[RFC,5/7] accel/hw: Implement hw_accel_get_cpus_queue() accel: Add per-accelerator vCPUs queue - - - - --- 2025-01-06 Philippe Mathieu-Daudé New
[RFC,4/7] accel/tcg: Use CPU_FOREACH_TCG() accel: Add per-accelerator vCPUs queue - - - - --- 2025-01-06 Philippe Mathieu-Daudé New
[RFC,3/7] accel/tcg: Implement tcg_get_cpus_queue() accel: Add per-accelerator vCPUs queue - - - - --- 2025-01-06 Philippe Mathieu-Daudé New
[RFC,2/7] cpus: Introduce AccelOpsClass::get_cpus_queue() accel: Add per-accelerator vCPUs queue - - - - --- 2025-01-06 Philippe Mathieu-Daudé New
[RFC,1/7] cpus: Restrict CPU_FOREACH_SAFE() to user emulation accel: Add per-accelerator vCPUs queue - - 1 - --- 2025-01-06 Philippe Mathieu-Daudé New
[3/3] target/cpus: Remove pointless re-assignment of CPUState::halted cpus: Avoid re-initializing fields cleared in cpu_common_reset_hold() 1 - - - --- 2024-12-30 Philippe Mathieu-Daudé New
[2/3] target/cpus: Remove pointless re-assignment of CPUState::exception_index cpus: Avoid re-initializing fields cleared in cpu_common_reset_hold() - - 1 - --- 2024-12-30 Philippe Mathieu-Daudé New
[1/3] accel/tcg: Remove pointless initialization of cflags_next_tb cpus: Avoid re-initializing fields cleared in cpu_common_reset_hold() - - 1 - --- 2024-12-30 Philippe Mathieu-Daudé New
[v4,6/6] hw/ppc/epapr: Do not swap ePAPR magic value hw/ppc: Remove tswap() calls - - 1 1 --- 2024-12-20 Philippe Mathieu-Daudé New
[v4,5/6] hw/ppc/spapr: Convert DIRTY_HPTE() macro as hpte_set_dirty() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-20 Philippe Mathieu-Daudé New
[v4,4/6] hw/ppc/spapr: Convert CLEAN_HPTE() macro as hpte_set_clean() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-20 Philippe Mathieu-Daudé New
[v4,3/6] hw/ppc/spapr: Convert HPTE_DIRTY() macro as hpte_is_dirty() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-20 Philippe Mathieu-Daudé New
[v4,2/6] hw/ppc/spapr: Convert HPTE_VALID() macro as hpte_is_valid() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-20 Philippe Mathieu-Daudé New
[v4,1/6] hw/ppc/spapr: Convert HPTE() macro as hpte_get_ptr() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-20 Philippe Mathieu-Daudé New
[PULL,08/59] hw/ppc: Explicitly create the drc container Untitled series #437777 - - 1 - --- 2024-12-20 Philippe Mathieu-Daudé New
[PULL,07/59] ppc/e500: Avoid abuse of container_get() Untitled series #437777 - - 2 - --- 2024-12-20 Philippe Mathieu-Daudé New
[v3,7/7] hw/ppc/epapr: Do not swap ePAPR magic value hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-18 Philippe Mathieu-Daudé New
[v3,6/7] hw/ppc/spapr: Convert DIRTY_HPTE() macro as hpte_set_dirty() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-18 Philippe Mathieu-Daudé New
[v3,5/7] hw/ppc/spapr: Convert CLEAN_HPTE() macro as hpte_set_clean() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-18 Philippe Mathieu-Daudé New
[v3,4/7] hw/ppc/spapr: Convert HPTE_DIRTY() macro as hpte_is_dirty() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-18 Philippe Mathieu-Daudé New
[v3,3/7] hw/ppc/spapr: Convert HPTE_VALID() macro as hpte_is_valid() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-18 Philippe Mathieu-Daudé New
[v3,2/7] hw/ppc/spapr: Convert HPTE() macro as hpte_get() method hw/ppc: Remove tswap() calls - - 1 - --- 2024-12-18 Philippe Mathieu-Daudé New
[v3,1/7] meson: Run some compiler checks using -Wno-unused-value hw/ppc: Remove tswap() calls - - - - --- 2024-12-18 Philippe Mathieu-Daudé New
« 1 2 3 418 19 »