Show patches with: Submitter = Philippe Mathieu-Daudé       |    Archived = No       |   5150 patches
« 1 2 3 451 52 »
Patch Series S/W/F Date Submitter Delegate State
[01/10] hw/arm/allwinner-a10: Remove 'hw/arm/boot.h' from header hw/arm: Move 'hw/arm/boot.h' from header to source --- 2023-10-25 Philippe Mathieu-Daudé New
[01/10] hw/arm/realview: Simplify using 'break' statement hw/arm/realview: Introduce abstract RealviewMachineClass --- 2023-05-24 Philippe Mathieu-Daudé New
[01/10] hw/isa: Introduce IsaIrqNumber enum hw/isa: Introduce definitions for default IRQ values --- 2020-10-11 Philippe Mathieu-Daudé New
[01/10] sysemu/kvm: Remove unused headers accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé New
[01/10] system/qtest: Clean up global variable shadowing in qtest_server_init() tests: Clean up global variables shadowing --- 2023-10-09 Philippe Mathieu-Daudé Superseded
[01/10] target/hppa/helper: Include missing "cpu.h" header target/misc: Header cleanups around "cpu.h" --- 2022-12-16 Philippe Mathieu-Daudé New
[01/11] exec: Make EXCP_FOO definitions target agnostic accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé Superseded
[01/11] hw/arm/aspeed: Extract code common to all boards to a common file hw/arm/aspeed: Split AspeedSoCState per 2400/2600/10x0 --- 2023-10-24 Philippe Mathieu-Daudé Superseded
[01/11] hw/intc/i8259: Document i8259_init() hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[01/11] softmmu: Introduce qemu_target_page_mask/qemu_target_page_align helpers hw/virtio: Build various target-agnostic objects just once --- 2023-05-23 Philippe Mathieu-Daudé New
[01/11] tcg: Clean up local variable shadowing (few more) Steps towards enabling -Wshadow --- 2023-08-31 Philippe Mathieu-Daudé Superseded
[01/12] contrib/gitdm: Add more academic domains contrib/gitdm: First round of updates --- 2020-10-06 Philippe Mathieu-Daudé New
[01/12] hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region hw: Strengthen SysBus & QBus API --- 2023-10-18 Philippe Mathieu-Daudé Superseded
[01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer [01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer --- 2020-05-10 Philippe Mathieu-Daudé New
[01/12] tcg/tcg-op: Factor tcg_gen_hrev32_i32() out tcg: Factor hrev{32,64}_{i32,i64,tl} out --- 2023-08-22 Philippe Mathieu-Daudé New
[01/12] ui/console-vc: Replace sprintf() by g_strdup_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé New
[01/12] util/fifo8: Fix typo in fifo8_push_all() description hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-05-22 Philippe Mathieu-Daudé Superseded
[01/13] hw/arm/pxa2xx: Simplify pxa255_init() hw/arm: Cleanups before pflash refactor --- 2023-01-09 Philippe Mathieu-Daudé Accepted
[01/13] hw/i386/pc: Include missing 'sysemu/tcg.h' header target/i386: Cleanups around KVM declarations --- 2023-09-04 Philippe Mathieu-Daudé Superseded
[01/13] softmmu/trace-events: Fix a typo misc: Rename 'softmmu' -> 'system' --- 2023-10-04 Philippe Mathieu-Daudé Superseded
[01/14] hw/arm/pxa: Avoid forward-declaring PXA2xxI2CState hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups --- 2023-01-09 Philippe Mathieu-Daudé Superseded
[01/14] hw/display/edid: Add missing 'qdev-properties.h' header [01/14] hw/display/edid: Add missing 'qdev-properties.h' header --- 2020-05-26 Philippe Mathieu-Daudé New
[01/14] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer hw/mips: patch queue for 2020-05-26 --- 2020-05-26 Philippe Mathieu-Daudé Superseded
[01/14] MAINTAINERS: Add 'ICH9 South Bridge' section hw/southbridge: Extract ICH9 QOM container model --- 2024-02-19 Philippe Mathieu-Daudé Superseded
[01/14] target/i386: Simplify get_memio_eip() exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé New
[01/15] hw/timer/arm_timer: Declare QOM types using DEFINE_TYPES() macro hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT --- 2023-05-31 Philippe Mathieu-Daudé Superseded
[01/16] hw/core/cpu: Let CPU object have a clock source hw/mips: Set CPU frequency --- 2020-09-28 Philippe Mathieu-Daudé New
[01/16] target/riscv: Remove unused 'instmap.h' header in translate.c target/riscv: Allow building without TCG (KVM-only so far) --- 2023-06-26 Philippe Mathieu-Daudé Superseded
[01/18] hw/arm: Move various units to softmmu_ss[] hw/arm: Move various objects to softmmu_ss to build them once (part 1) --- 2023-01-10 Philippe Mathieu-Daudé Superseded
[01/18] migration/vmstate: Document vmstate_dummy [01/18] migration/vmstate: Document vmstate_dummy --- 2020-07-03 Philippe Mathieu-Daudé New
[01/18] target: Mention 'cpu-qom.h' is target agnostic target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[01/19] hw/char/serial-pci: Replace DO_UPCAST(PCISerialState) by PCI_SERIAL() hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[01/19] NOTFORMERGE scripts/coccinelle: Add qom-qdev-prop.cocci hw: Set QDev properties using QDev API (part 1/3) --- 2023-02-03 Philippe Mathieu-Daudé New
[01/20] hw/arm/exynos4210: Include missing 'exec/tswap.h' header arm: Rework target/ headers to build various hw/ files once --- 2024-01-18 Philippe Mathieu-Daudé Superseded
[01/20] hw/block: Pass DeviceState to pflash_cfi01_get_blk() hw: Remove implicit sysbus_mmio_map() from pflash APIs --- 2023-01-04 Philippe Mathieu-Daudé Superseded
[01/20] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes" hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[01/21] gdbstub: Simplify #ifdef'ry in helpers.h exec/next for 9.1 --- 2024-04-17 Philippe Mathieu-Daudé Superseded
[01/21] hw/i386/pc: Do not use C99 mixed-declarations style hw: More QDev cleanups --- 2024-02-16 Philippe Mathieu-Daudé New
[01/21] qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition qapi: Kill 'qapi/qmp/qerror.h' for good --- 2023-10-04 Philippe Mathieu-Daudé Superseded
[01/22] plugins: Remove unused 'exec/helper-proto.h' header target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h' --- 2023-06-09 Philippe Mathieu-Daudé Superseded
[01/22] target/i386: Only realize existing APIC device exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header include/exec: Rework (part 2) --- 2024-04-18 Philippe Mathieu-Daudé Superseded
[01/24] exec: Include 'cpu.h' before validating CPUArchState placement exec: Rework of various headers (user focused) --- 2023-12-11 Philippe Mathieu-Daudé Superseded
[01/24] exec/user: Move 'thunk.h' from 'exec/user' to 'user' exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[01/33] hw/arm/boot: Propagate vCPU to arm_load_dtb() hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv --- 2023-12-12 Philippe Mathieu-Daudé New
[02/10] accel/kvm: Declare kvm_direct_msi_allowed in stubs accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé Superseded
[02/10] hw/arm/allwinner-h3: Remove 'hw/arm/boot.h' from header hw/arm: Move 'hw/arm/boot.h' from header to source --- 2023-10-25 Philippe Mathieu-Daudé New
[02/10] hw/arm/realview: Declare QOM types using DEFINE_TYPES() macro hw/arm/realview: Introduce abstract RealviewMachineClass --- 2023-05-24 Philippe Mathieu-Daudé New
[02/10] hw/isa: Add the ISA_IRQ_KBD_DEFAULT definition hw/isa: Introduce definitions for default IRQ values --- 2020-10-11 Philippe Mathieu-Daudé New
[02/10] target/hexagon: Declare hexagon_regnames[] in "cpu.h" target/misc: Header cleanups around "cpu.h" --- 2022-12-16 Philippe Mathieu-Daudé New
[02/10] tests/throttle: Clean up global variable shadowing tests: Clean up global variables shadowing --- 2023-10-09 Philippe Mathieu-Daudé Superseded
[02/11] exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h' accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé Superseded
[02/11] hw/arm/aspeed: Rename aspeed_soc_init() as AST2400/2500 specific hw/arm/aspeed: Split AspeedSoCState per 2400/2600/10x0 --- 2023-10-24 Philippe Mathieu-Daudé Superseded
[02/11] hw/isa/i82378: Rename output IRQ as 'cpu_intr' hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
[02/11] hw/scsi: Introduce VHOST_SCSI_COMMON symbol in Kconfig hw/virtio: Build various target-agnostic objects just once --- 2023-05-23 Philippe Mathieu-Daudé Superseded
[02/11] target/arm: Clean up local variable shadowing (few more) Steps towards enabling -Wshadow --- 2023-08-31 Philippe Mathieu-Daudé New
[02/12] contrib/gitdm: Add more individual contributors contrib/gitdm: First round of updates --- 2020-10-06 Philippe Mathieu-Daudé New
[02/12] hw/i386/intel_iommu: Do not use SysBus API to map local MMIO region hw: Strengthen SysBus & QBus API --- 2023-10-18 Philippe Mathieu-Daudé Superseded
[02/12] hw/mips/fuloong2e: Rename PMON BIOS name [01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer --- 2020-05-10 Philippe Mathieu-Daudé New
[02/12] hw/vfio/pci: Replace sprintf() by g_strdup_printf() misc: Remove sprintf() due to macOS deprecation --- 2024-04-10 Philippe Mathieu-Daudé New
[02/12] MAINTAINERS: Add entry for RX hardware hw/rx: Add RX GDB simulator machine --- 2020-06-01 Philippe Mathieu-Daudé New
[02/12] target/arm: Use generic hrev32_i32() in ARM REV16 and VREV16 opcodes tcg: Factor hrev{32,64}_{i32,i64,tl} out --- 2023-08-22 Philippe Mathieu-Daudé New
[02/12] util/fifo8: Allow fifo8_pop_buf() to not populate popped length hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop --- 2023-05-22 Philippe Mathieu-Daudé Superseded
[02/13] hw/arm/pxa2xx: Simplify pxa270_init() hw/arm: Cleanups before pflash refactor --- 2023-01-09 Philippe Mathieu-Daudé Accepted
[02/13] hw/i386/pc: Include missing 'cpu.h' header target/i386: Cleanups around KVM declarations --- 2023-09-04 Philippe Mathieu-Daudé New
[02/13] travis-ci: Correct invalid mentions of 'softmmu' by 'system' misc: Rename 'softmmu' -> 'system' --- 2023-10-04 Philippe Mathieu-Daudé Superseded
[02/14] accel: Remove unused hThread variable on TCG/WHPX accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) --- 2023-04-05 Philippe Mathieu-Daudé Superseded
[02/14] hw/gpio/omap_gpio: Add local variable to avoid embedded cast hw/arm: QOM OBJECT_DECLARE_SIMPLE_TYPE cleanups --- 2023-01-09 Philippe Mathieu-Daudé Superseded
[02/14] hw/i386/q35: Add local 'lpc_obj' variable hw/southbridge: Extract ICH9 QOM container model --- 2024-02-19 Philippe Mathieu-Daudé New
[02/14] plugins: Update stale comment exec: Rework around CPUState user fields --- 2024-04-27 Philippe Mathieu-Daudé Superseded
[02/15] hw/timer/arm_timer: Move SP804 code around hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT --- 2023-05-31 Philippe Mathieu-Daudé Superseded
[02/16] target/mips: Move cpu_mips_get_random() with CP0 helpers hw/mips: Set CPU frequency --- 2020-09-28 Philippe Mathieu-Daudé Superseded
[02/16] target/riscv: Restrict KVM-specific fields from ArchCPU target/riscv: Allow building without TCG (KVM-only so far) --- 2023-06-26 Philippe Mathieu-Daudé Superseded
[02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header hw/arm: Move various objects to softmmu_ss to build them once (part 1) --- 2023-01-10 Philippe Mathieu-Daudé New
[02/18] target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' target: Make 'cpu-qom.h' really target agnostic --- 2023-10-10 Philippe Mathieu-Daudé Superseded
[02/19] cpus: Filter for target specific CPU (generic) cpus: Step toward removing global 'first_cpu' --- 2023-10-20 Philippe Mathieu-Daudé New
[02/19] hw/char/serial-pci-multi: Batch register types using DEFINE_TYPES macro hw: Use QOM macros and remove DO_UPCAST() uses --- 2023-02-12 Philippe Mathieu-Daudé Superseded
[02/19] hw/qdev: Introduce qdev_prop_set_link() hw: Set QDev properties using QDev API (part 1/3) --- 2023-02-03 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
[02/20] hw/block: Use pflash_cfi01_get_blk() in pflash_cfi01_legacy_drive() hw: Remove implicit sysbus_mmio_map() from pflash APIs --- 2023-01-04 Philippe Mathieu-Daudé Superseded
[02/20] hw/ide/mmio: Use CamelCase for MMIO_IDE state name hw/ide: QOM/QDev housekeeping --- 2023-02-15 Philippe Mathieu-Daudé Superseded
[02/21] hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h exec/next for 9.1 --- 2024-04-17 Philippe Mathieu-Daudé Superseded
[02/21] hw/i386/pc_sysfw: Use qdev_is_realized() instead of QOM API hw: More QDev cleanups --- 2024-02-16 Philippe Mathieu-Daudé Superseded
[02/21] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition qapi: Kill 'qapi/qmp/qerror.h' for good --- 2023-10-04 Philippe Mathieu-Daudé Superseded
[02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h' --- 2023-06-09 Philippe Mathieu-Daudé Superseded
[02/22] hw/intc/apic: Pass CPU using QOM link property exec/cpu: Call cpu_exec_realizefn() once in cpu_common_realize() --- 2023-09-18 Philippe Mathieu-Daudé New
[02/24] coverity: Update user emulation regexp exec: Rework around CPUState user fields (part 2) --- 2024-04-28 Philippe Mathieu-Daudé New
[02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header include/exec: Rework (part 2) --- 2024-04-18 Philippe Mathieu-Daudé Superseded
[02/24] exec: Expose 'target_page.h' API to user emulation exec: Rework of various headers (user focused) --- 2023-12-11 Philippe Mathieu-Daudé Superseded
[02/26] hw/ppc/sam460ex: Add missing 'hw/pci/pci.h' header hw/usb: Give it love, reduce 'hw/usb.h' inclusion out of hw/usb/ --- 2020-07-04 Philippe Mathieu-Daudé New
[02/33] hw/arm/fsl-imx6: Add a local 'gic' variable hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv --- 2023-12-12 Philippe Mathieu-Daudé New
[03/10] hw/arm/allwinner-r40: Remove 'hw/arm/boot.h' from header hw/arm: Move 'hw/arm/boot.h' from header to source --- 2023-10-25 Philippe Mathieu-Daudé New
[03/10] hw/arm/realview: Introduce abstract RealviewMachineClass hw/arm/realview: Introduce abstract RealviewMachineClass --- 2023-05-24 Philippe Mathieu-Daudé New
[03/10] hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers accel/kvm: Spring cleaning --- 2023-04-05 Philippe Mathieu-Daudé Superseded
[03/10] hw/isa: Add the ISA_IRQ_SER_DEFAULT definition hw/isa: Introduce definitions for default IRQ values --- 2020-10-11 Philippe Mathieu-Daudé New
[03/10] target/loongarch/cpu: Remove unused "sysbus.h" header target/misc: Header cleanups around "cpu.h" --- 2022-12-16 Philippe Mathieu-Daudé Superseded
[03/10] tests/virtio-scsi: Clean up global variable shadowing tests: Clean up global variables shadowing --- 2023-10-09 Philippe Mathieu-Daudé New
[03/11] accel/tcg: Restrict dump_exec_info() declaration accel/tcg: Make more files target agnostic (& exec/ housekeeping) --- 2023-09-14 Philippe Mathieu-Daudé New
[03/11] hw/arm/aspeed: Rename aspeed_soc_realize() as AST2400/2500 specific hw/arm/aspeed: Split AspeedSoCState per 2400/2600/10x0 --- 2023-10-24 Philippe Mathieu-Daudé Superseded
[03/11] hw/isa/i82378: Remove intermediate IRQ forwarder hw/isa: More housekeeping --- 2023-02-10 Philippe Mathieu-Daudé Superseded
« 1 2 3 451 52 »