Show patches with: Submitter = Philippe Mathieu-Daudé       |    State = Action Required       |    Archived = No       |   2534 patches
« 1 2 ... 5 6 725 26 »
Patch Series S/W/F Date Submitter Delegate State
[v3,13/29] target/i386/hvf: Use CPUState typedef hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,12/29] target/hppa: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,10/29] target/cris: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,08/29] target/arm: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,05/29] scripts/coccinelle: Add cpu_env.cocci script hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,02/29] hw/core: Declare CPUArchId::cpu as CPUState instead of Object hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,5/9] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[] hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé New
[v2,23/23] target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,22/23] target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,20/23] target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,18/23] target/rx: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,15/23] target/openrisc: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,14/23] target/nios2: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,12/23] target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,07/23] target/cris: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,05/23] target/arm: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[v2,02/23] scripts/coccinelle: Add cpu_env.cocci_template script hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-26 Philippe Mathieu-Daudé New
[1/2] scripts/coccinelle: Add cpu_env.cocci_template script hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-25 Philippe Mathieu-Daudé New
[v3,5/5] hw/arm/aspeed: Check for CPU types in machine_run_board_init() hw/arm/aspeed: Check for CPU types in machine_run_board_init() --- 2024-01-25 Philippe Mathieu-Daudé New
[v3,4/5] hw/arm/aspeed: Introduce aspeed_soc_cpu_type() helper hw/arm/aspeed: Check for CPU types in machine_run_board_init() --- 2024-01-25 Philippe Mathieu-Daudé New
[v6,4/4] accel/tcg: Move perf and debuginfo support to tcg/ accel/tcg: Move perf and debuginfo support to tcg --- 2024-01-25 Philippe Mathieu-Daudé New
[v6,3/4] accel/tcg: Remove #ifdef TARGET_I386 from perf.c accel/tcg: Move perf and debuginfo support to tcg --- 2024-01-25 Philippe Mathieu-Daudé New
[v6,2/4] tcg: Make tb_cflags() usable from target-agnostic code accel/tcg: Move perf and debuginfo support to tcg --- 2024-01-25 Philippe Mathieu-Daudé New
[v6,1/4] accel/tcg: Make use of qemu_target_page_mask() in perf.c accel/tcg: Move perf and debuginfo support to tcg --- 2024-01-25 Philippe Mathieu-Daudé New
[2/2] accel/kvm: Directly check KVM_ARCH_HAVE_MCE_INJECTION value in place accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition --- 2024-01-24 Philippe Mathieu-Daudé New
[1/2] accel/kvm: Define KVM_ARCH_HAVE_MCE_INJECTION in each target accel/kvm: Sanitize KVM_HAVE_MCE_INJECTION definition --- 2024-01-24 Philippe Mathieu-Daudé New
[9/9] target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[8/9] accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[7/9] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/ accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[6/9] accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[5/9] accel/tcg: Hoist CPUClass arg to functions with external linkage accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[3/9] accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[2/9] accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy() accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[1/9] accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson accel/tcg: Extract some x86-specific code --- 2024-01-24 Philippe Mathieu-Daudé New
[v5,4/4] accel/tcg: Move perf and debuginfo support to tcg accel/tcg: Move perf and debuginfo support to tcg --- 2024-01-24 Philippe Mathieu-Daudé New
[v5,1/4] target: Make qemu_target_page_mask() available for *-user accel/tcg: Move perf and debuginfo support to tcg --- 2024-01-24 Philippe Mathieu-Daudé New
[6/6] hw/virtio/vhost: Use RCU_READ macro hw/accel: Use RCU_READ macros --- 2024-01-24 Philippe Mathieu-Daudé New
[5/6] hw/vfio/common: Use RCU_READ macros hw/accel: Use RCU_READ macros --- 2024-01-24 Philippe Mathieu-Daudé New
[4/6] hw/scsi/virtio-scsi: Use RCU_READ macro hw/accel: Use RCU_READ macros --- 2024-01-24 Philippe Mathieu-Daudé New
[3/6] hw/display/virtio-gpu-udmabuf: Use RCU_READ macro hw/accel: Use RCU_READ macros --- 2024-01-24 Philippe Mathieu-Daudé New
[2/6] hw/9pfs/9p-synth: Use RCU_READ macro hw/accel: Use RCU_READ macros --- 2024-01-24 Philippe Mathieu-Daudé New
[1/6] accel/tcg/cpu-exec: Use RCU_READ macro hw/accel: Use RCU_READ macros --- 2024-01-24 Philippe Mathieu-Daudé New
[7/8] hw/arm/aspeed/1030: Check for CPU types in machine_run_board_init() hw/arm/cortex-a: Check for CPU types in machine_run_board_init() --- 2024-01-23 Philippe Mathieu-Daudé New
[6/8] hw/arm/aspeed/2600: Check for CPU types in machine_run_board_init() hw/arm/cortex-a: Check for CPU types in machine_run_board_init() --- 2024-01-23 Philippe Mathieu-Daudé New
[5/8] hw/arm/aspeed/2500: Check for CPU types in machine_run_board_init() hw/arm/cortex-a: Check for CPU types in machine_run_board_init() --- 2024-01-23 Philippe Mathieu-Daudé New
[4/8] hw/arm/aspeed/2400: Check for CPU types in machine_run_board_init() hw/arm/cortex-a: Check for CPU types in machine_run_board_init() --- 2024-01-23 Philippe Mathieu-Daudé New
[v3,15/38,6/6] target/s390x: Improve general case of disas_jcc Untitled series #232902 --- 2024-01-19 Philippe Mathieu-Daudé New
[v3,15/38,4/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (4/5) Untitled series #232900 --- 2024-01-19 Philippe Mathieu-Daudé New
[v3,15/38,3/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (3/5) Untitled series #232897 --- 2024-01-19 Philippe Mathieu-Daudé New
[v3,15/38,2/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (2/5) Untitled series #232898 --- 2024-01-19 Philippe Mathieu-Daudé New
[v3,15/38,1/6] target/s390x: Reorder CC_OP_STATIC switch case in disas_jcc (1/5) Untitled series #232901 --- 2024-01-19 Philippe Mathieu-Daudé New
[v3,18/38,2/2] tcg/aarch64: Generate TBZ, TBNZ Untitled series #232896 --- 2024-01-19 Philippe Mathieu-Daudé New
[v2,1/2] hw/arm/allwinner-a10: Unconditionally map the USB Host controllers hw/arm: Unconditionally map MMIO-based USB host controllers --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,35/36] MAINTAINERS: Update hw/core/cpu.c entry [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,33/36] hw/elf_ops: Ignore loadable segments with zero size [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,24/36] accel: Rename accel_init_ops_interfaces() to include 'system' [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,18/36] hw/pflash: refactor pflash_data_write() [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,14/36] util/async: Only call icount_notify_exit() if icount is enabled [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,13/36] target/arm: Ensure icount is enabled when emulating INST_RETIRED [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,12/36] system/cpu-timers: Introduce ICountMode enumerator [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,11/36] system/cpu-timers: Have icount_configure() return a boolean [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,10/36] target/alpha: Only build sys_helper.c on system emulation [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,09/36] target/alpha: Extract clk_helper.c from sys_helper.c [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,08/36] accel/tcg: Remove tb_invalidate_phys_page() from system emulation [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,07/36] accel/tcg: Remove unused tb_invalidate_phys_addr() [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,05/36] target/xtensa: use generic instruction breakpoint infrastructure [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,04/36] accel: Do not set CPUState::can_do_io in non-TCG accels [PULL,01/36] hw/timer/hpet: Convert DPRINTF to trace events --- 2024-01-19 Philippe Mathieu-Daudé New
[PULL,00/36] HW core patches for 2024-01-19 --- 2024-01-19 Philippe Mathieu-Daudé New
[20/20] hw/arm: Build various units only once arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[19/20] target/arm: Move GTimer definitions to new 'gtimer.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[17/20] target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[16/20] hw/arm/armv7m: Make 'hw/intc/armv7m_nvic.h' a target agnostic header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[14/20] hw/misc/xlnx-versal-crl: Build it only once arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[13/20] hw/misc/xlnx-versal-crl: Include generic 'cpu-qom.h' instead of 'cpu.h' arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[10/20] target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[09/20] target/arm: Create arm_cpu_mp_affinity arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[08/20] target/arm: Rename arm_cpu_mp_affinity arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[07/20] target/arm/cpregs: Include missing 'kvm-consts.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[06/20] target/arm/cpregs: Include missing 'hw/registerfields.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
[02/20] hw/arm/xilinx_zynq: Include missing 'exec/tswap.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé New
ui/gtk: Strip trailing '\n' from error string arguments ui/gtk: Strip trailing '\n' from error string arguments --- 2024-01-18 Philippe Mathieu-Daudé New
[3/3] cli: Remove deprecated '-singlestep' command line option qapi/hmp/cli: Remove the deprecated 'singlestep' --- 2024-01-17 Philippe Mathieu-Daudé New
[2/3] hmp: Remove deprecated 'singlestep' command qapi/hmp/cli: Remove the deprecated 'singlestep' --- 2024-01-17 Philippe Mathieu-Daudé New
[1/3] qapi: Remove deprecated 'singlestep' member of StatusInfo qapi/hmp/cli: Remove the deprecated 'singlestep' --- 2024-01-17 Philippe Mathieu-Daudé New
[v2] tests/vm/netbsd: Remove missing py311-expat package [v2] tests/vm/netbsd: Remove missing py311-expat package --- 2024-01-17 Philippe Mathieu-Daudé New
accel/tcg: Include missing headers to 'tb-jmp-cache.h' accel/tcg: Include missing headers to 'tb-jmp-cache.h' --- 2024-01-11 Philippe Mathieu-Daudé New
hw/core: Handle cpu_model_from_type() returning NULL value hw/core: Handle cpu_model_from_type() returning NULL value --- 2024-01-11 Philippe Mathieu-Daudé New
[v3,14/14] hw/arm: Prefer cpu_isar_feature(aa64_mte) over property_find(tag-memory) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,13/14] hw/arm: Prefer arm_feature(AARCH64) over object_property_find(aarch64) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,12/14] hw/arm: Prefer arm_feature(GENERIC_TMR) over 'kvm-no-adjvtime' property hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,11/14] hw/arm: Prefer arm_feature(PMU) over object_property_find(pmu) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,10/14] hw/arm: Prefer arm_feature(CBAR*) over object_property_find(reset-cbar) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,09/14] hw/arm: Prefer arm_feature(EL2) over object_property_find(has_el2) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,08/14] hw/arm: Prefer arm_feature(EL3) over object_property_find(has_el3) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,07/14] hw/arm: Prefer arm_feature(V7) over object_property_find(pmsav7-dregion) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,06/14] hw/arm: Prefer arm_feature(THUMB_DSP) over object_property_find(dsp) hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,05/14] hw/arm: Prefer arm_feature(M_SECURITY) over object_property_find() hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,04/14] hw/arm/armv7m: Always set 'init-nsvtor' property for Cortex-M CPUs hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,03/14] hw/arm/armv7m: Move code setting 'start-powered-off' property around hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
[v3,02/14] hw/arm/armv7m: Ensure requested CPU type implements ARM_FEATURE_M hw/arm: Prefer arm_feature() over object_property_find() --- 2024-01-10 Philippe Mathieu-Daudé New
« 1 2 ... 5 6 725 26 »