Toggle navigation
Patchwork
qemu-devel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Philippe Mathieu-Daudé
| State =
Action Required
| Archived =
No
| 3453 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
3
4
…
34
35
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
hw/boards: Convert MachineClass bitfields to boolean
hw/boards: Convert MachineClass bitfields to boolean
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,10/10] target/arm: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,09/10] hw/acpi: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,08/10] gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,07/10] disas: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,06/10] user: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,05/10] accel: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,04/10] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,03/10] cpus: Cache CPUClass early in instance_init() handler
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,02/10] gdbstub: Clarify no more than @gdb_num_core_regs can be accessed
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[v2,01/10] hw/core/generic-loader: Do not open-code cpu_set_pc()
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[2/2] hw/cxl: Allow tracing component I/O accesses
hw/cxl: Add tracing for component I/O region
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
[1/2] hw/cxl: Remove unused component_registers::io_registers[] array
hw/cxl: Add tracing for component I/O region
-
-
-
2025-01-22
Philippe Mathieu-Daudé
New
linux-user: Constify target_shmlba() argument
linux-user: Constify target_shmlba() argument
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
hw/char/pci-multi: Convert legacy qemu_allocate_irqs to qemu_init_irq
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
hw/sh4/r2d: Convert legacy qemu_allocate_irqs() to qemu_init_irqs()
hw/sh4/r2d: Convert legacy qemu_allocate_irqs() to qemu_init_irqs()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[6/6] target/mips: Allocate CPU IRQs within CPUMIPSState
target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[5/6] target/mips: Move CPU timer from hw/mips/ to target/mips/system/
target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[4/6] target/mips: Pass env to cpu_mips_clock_init()
target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[3/6] target/mips: Initialize CPU-specific timer/IRQs once in DeviceRealize
target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[2/6] target/mips: Create clock *after* accelerator vCPU is realized
target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[1/6] hw/pci-host/bonito: Expose output IRQ as QDev GPIO
target/mips: Convert legacy qemu_allocate_irqs() to qemu_init_irq()
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[v3,3/3] hw/ipack: Remove legacy qemu_allocate_irqs() use
hw/ipack: Minor dust removal
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[v3,2/3] hw/ipack: Clarify KConfig symbols
hw/ipack: Minor dust removal
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[v3,1/3] hw/irq: Introduce qemu_init_irqs() helper
hw/ipack: Minor dust removal
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[28/28] cpus: Remove CPUClass::has_work() handler
cpus: Restrict CPU has_work() handlers to system emulation
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[07/28] cpus: Introduce SysemuCPUOps::has_work() handler
cpus: Restrict CPU has_work() handlers to system emulation
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[06/28] cpus: Un-inline cpu_has_work()
cpus: Restrict CPU has_work() handlers to system emulation
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
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
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[11/11] target/openrisc: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[10/11] target/microblaze: Prefer cached CpuClass over CPU_GET_CLASS() macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[08/11] hw/core/generic-loader: Prefer cached CpuClass over CPU_GET_CLASS macro
cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
[2/2] hw/ipack: Remove legacy qemu_allocate_irqs() use
hw/ipack: Minor dust removal
-
-
-
2025-01-21
Philippe Mathieu-Daudé
New
user: Extract common MMAP API to 'user/mmap.h'
user: Extract common MMAP API to 'user/mmap.h'
-
-
-
2025-01-17
Philippe Mathieu-Daudé
New
[v3] qemu/compiler: Absorb 'clang-tsa.h'
[v3] qemu/compiler: Absorb 'clang-tsa.h'
-
-
-
2025-01-17
Philippe Mathieu-Daudé
New
[RFC,2/2] target/arm: Constify lot of helpers taking CPUARMState argument
target/arm: Constify helpers taking CPUARMState arg
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[RFC,1/2] cpus: Introduce const_cpu_env() and const_env_archcpu()
target/arm: Constify helpers taking CPUARMState arg
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
softfloat: Constify helpers returning float_status field
softfloat: Constify helpers returning float_status field
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[v2] qemu/compiler: Absorb 'clang-tsa.h'
[v2] qemu/compiler: Absorb 'clang-tsa.h'
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
qemu/compiler: Absorb 'clang-tsa.h'
qemu/compiler: Absorb 'clang-tsa.h'
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,13/13] hw/arm/virt: Remove VirtMachineClass::no_highmem_ecam field
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,12/13] hw/arm/virt: Remove deprecated virt-2.12 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,11/13] hw/arm/virt: Remove VirtMachineClass::smbios_old_sys_ver field
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,10/13] hw/arm/virt: Remove deprecated virt-2.11 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,09/13] hw/arm/virt: Remove deprecated virt-2.10 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,08/13] hw/arm/virt: Remove deprecated virt-2.9 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,07/13] hw/arm/virt: Remove VirtMachineClass::claim_edge_triggered_timers field
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,06/13] hw/arm/virt: Remove deprecated virt-2.8 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,05/13] hw/arm/virt: Remove VirtMachineClass::no_its field
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,04/13] hw/arm/virt: Remove deprecated virt-2.7 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,03/13] hw/arm/virt: Remove VirtMachineClass::disallow_affinity_adjustment
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,02/13] hw/arm/virt: Remove VirtMachineClass::no_pmu field
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[PATCH-for-10.1,v2,01/13] hw/arm/virt: Remove deprecated virt-2.6 machine
hw/arm: Remove virt-2.6 up to virt-2.12 machines
-
-
-
2025-01-16
Philippe Mathieu-Daudé
New
[v2,11/11] hw/mips/loongson3_bootp: Move to common_ss[]
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,10/11] hw/mips/loongson3_virt: Propagate %processor_id to init_boot_param()
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,09/11] hw/mips/loongson3_virt: Propagate processor_id to init_loongson_params()
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,08/11] hw/mips/loongson3_bootp: Propagate processor_id to init_cpu_info()
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,07/11] hw/mips/loongson3_virt: Propagate cpu_count to init_boot_param()
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,06/11] hw/mips/loongson3: Propagate cpu_count to init_loongson_params()
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,05/11] hw/mips/loongson3_bootp: Include missing headers
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,04/11] hw/mips/loongson3_virt: Pass CPU argument to get_cpu_freq_hz()
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,03/11] hw/mips/loongson3_virt: Have fw_conf_init() access local loaderparams
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,02/11] hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpu
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[v2,01/11] hw/mips/loongson3_virt: Factor generic_cpu_reset() out
hw/mips/loongson3: Remove uses of &first_cpu global
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[21/21] hw/net/vmxnet3: Merge DeviceRealize in InstanceInit
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[20/21] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[19/21] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[18/21] hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[17/21] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[16/21] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[15/21] hw/block/fdc-isa: Remove 'fallback' property
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[14/21] hw/core/machine: Remove hw_compat_2_5[] array
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[13/21] hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[12/21] hw/i386/x86: Remove X86MachineClass::save_tsc_khz field
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[11/21] hw/i386/pc: Remove deprecated pc-q35-2.5 and pc-i440fx-2.5 machines
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
[10/21] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition
hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
-
-
-
2025-01-15
Philippe Mathieu-Daudé
New
«
1
2
3
4
…
34
35
»