Toggle navigation
Patchwork
Patches credited to philippe.mathieu-daude@linaro.org
Login
Register
Mail settings
Current Team Memberships
team-tcwg
Show patches with
: Archived =
No
| 6653 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
Apply
«
1
2
...
64
65
66
67
»
▾
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[07/14] hw/display/dpcd: Fix memory region size
[01/14] hw/display/edid: Add missing 'qdev-properties.h' header
-
-
-
2020-05-26
Philippe Mathieu-Daudé
New
[06/14] hw/display/cirrus_vga: Convert debug printf() to trace event
[01/14] hw/display/edid: Add missing 'qdev-properties.h' header
-
-
-
2020-05-26
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
[2/2] tests/qtest/fuzz: Avoid QTest mmio serialization
tests/qtest/fuzz: Avoid QTest serialization
-
-
-
2020-05-26
Philippe Mathieu-Daudé
New
[RFC] tests/qtest/fuzz: Add direct MemoryRegion fuzzer
[RFC] tests/qtest/fuzz: Add direct MemoryRegion fuzzer
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
[RFC] hw/net/e1000e: Do not abort() on invalid PSRCTL register value
[RFC] hw/net/e1000e: Do not abort() on invalid PSRCTL register value
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
[2/2] hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()
[1/2] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
[1/2] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
[1/2] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
[v2] hw/display/cg3: Convert debug printf()s to trace events
[v2] hw/display/cg3: Convert debug printf()s to trace events
-
-
-
2020-05-25
Philippe Mathieu-Daudé
Superseded
[v2] hw/adc/stm32f2xx_adc: Correct memory region size and access size
[v2] hw/adc/stm32f2xx_adc: Correct memory region size and access size
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
hw/adc/stm32f2xx_adc: Correct memory region size and access size
hw/adc/stm32f2xx_adc: Correct memory region size and access size
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
[4/4] hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
hw/display/xlnx_dp: Fix memory region size, improve logging
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
[3/4] hw/display/dpcd: Convert debug printf()s to trace events
hw/display/xlnx_dp: Fix memory region size, improve logging
-
-
-
2020-05-25
Philippe Mathieu-Daudé
New
scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
-
-
-
2020-05-24
Philippe Mathieu-Daudé
New
hw/display/cg3: Convert debug printf()s to trace events
hw/display/cg3: Convert debug printf()s to trace events
-
-
-
2020-05-24
Philippe Mathieu-Daudé
New
hw/nvram/mac_nvram: Convert debug printf()s to trace events
hw/nvram/mac_nvram: Convert debug printf()s to trace events
-
-
-
2020-05-24
Philippe Mathieu-Daudé
New
[4/4] hw/display/cirrus_vga: Convert debug printf() to trace event
hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace
-
-
-
2020-05-24
Philippe Mathieu-Daudé
New
[3/4] hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
hw/display/cirrus_vga: Convert debug printf() to qemu_log_mask & trace
-
-
-
2020-05-24
Philippe Mathieu-Daudé
New
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
-
-
-
2020-05-24
Philippe Mathieu-Daudé
New
[2/3] hw/display/artist: Refactor artist_rop8() to avoid buffer over-run
[1/3] hw/display/artist: Check offset in draw_line to avoid buffer over-run
-
-
-
2020-05-23
Philippe Mathieu-Daudé
New
[1/3] hw/display/artist: Check offset in draw_line to avoid buffer over-run
[1/3] hw/display/artist: Check offset in draw_line to avoid buffer over-run
-
-
-
2020-05-23
Philippe Mathieu-Daudé
New
[v2,1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
[v2,1/2] hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[RFC,v2,6/7] accel/kvm: Let KVM_EXIT_MMIO return error
exec/memory: Enforce checking MemTxResult values
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[v2,5/7] hw/arm/boot: Abort if set_kernel_args() fails
exec/memory: Enforce checking MemTxResult values
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[v2,4/7] hw/elf_ops: Do not ignore write failures when loading ELF
exec/memory: Enforce checking MemTxResult values
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[v2,1/7] exec: Let address_space_read/write_cached() propagate MemTxResult
exec/memory: Enforce checking MemTxResult values
-
-
-
2020-05-18
Philippe Mathieu-Daudé
Superseded
[v2,3/4] hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()
Untitled series #60569
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[v2,2/4] hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Untitled series #60569
-
-
-
2020-05-18
Philippe Mathieu-Daudé
Superseded
.mailmap: Update Fred Konrad email address
.mailmap: Update Fred Konrad email address
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[RFC] hw/i386/vmport: Allow QTest use without crashing
[RFC] hw/i386/vmport: Allow QTest use without crashing
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[4/4] hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()
Untitled series #60574
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[2/4] hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Untitled series #60574
-
-
-
2020-05-18
Philippe Mathieu-Daudé
New
[1/2] exec/memory: Let address_space_read/write_cached() propagate MemTxResult
[1/2] exec/memory: Let address_space_read/write_cached() propagate MemTxResult
-
-
-
2020-05-17
Philippe Mathieu-Daudé
New
[RFC,2/2] exec: Do not let flatview_read/write_continue do (too) short accesses
exec: Fix (too) short device accesses
-
-
-
2020-05-17
Philippe Mathieu-Daudé
New
target/i386: Fix OUTL debug output
target/i386: Fix OUTL debug output
-
-
-
2020-05-17
Philippe Mathieu-Daudé
New
hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' include
-
-
-
2020-05-15
Philippe Mathieu-Daudé
New
tests/docker: Kludge <linux/swab.h> breakage by pinning linux-libc-dev
tests/docker: Kludge <linux/swab.h> breakage by pinning linux-libc-dev
-
-
-
2020-05-13
Philippe Mathieu-Daudé
New
[v2,2/3] hw/mips/mips_int: Use qdev gpio rather than qemu_allocate_irqs()
hw: Use qdev gpio rather than qemu_allocate_irqs()
-
-
-
2020-05-12
Philippe Mathieu-Daudé
New
[v3,2/2] scripts/qmp: Use Python 3 interpreter
scripts: More Python fixes
-
-
-
2020-05-12
Philippe Mathieu-Daudé
Superseded
[v3,2/3] various: Remove unnecessary OBJECT() cast
[v3,1/3] target: Remove unnecessary CPU() cast
-
-
-
2020-05-12
Philippe Mathieu-Daudé
Superseded
[v3,1/3] target: Remove unnecessary CPU() cast
[v3,1/3] target: Remove unnecessary CPU() cast
-
-
-
2020-05-12
Philippe Mathieu-Daudé
New
[11/12] hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
[01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[09/12] hw/pci-host/bonito: Map the different PCI ranges more detailled
[01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[06/12] hw/pci-host/bonito: Fix DPRINTF() format strings
[01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[05/12] hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
[01/12] MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[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
[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
hw/registerfields: Prefix local variables with underscore in macros
hw/registerfields: Prefix local variables with underscore in macros
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[2/3] qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
[1/3] qemu/plugin: Trivial code movement
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[1/3] qemu/plugin: Trivial code movement
[1/3] qemu/plugin: Trivial code movement
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[7/7] hw/misc/empty_slot: Name the slots when created
hw/misc/empty_slot: Spring cleaning
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[6/7] hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS
hw/misc/empty_slot: Spring cleaning
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[4/7] hw/misc/empty_slot: Add a 'name' qdev property
hw/misc/empty_slot: Spring cleaning
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[RFC] hw/sparc/sun4m: Use memdev backend for main RAM
[RFC] hw/sparc/sun4m: Use memdev backend for main RAM
-
-
-
2020-05-10
Philippe Mathieu-Daudé
New
[11/11] exec/cpu-common: Poison hwaddr type in user-mode emulation
Untitled series #60813
-
-
-
2020-05-09
Philippe Mathieu-Daudé
New
[10/11] exec: Use 'cpu-common.h' instead of system-mode specific 'hwaddr.h'
Untitled series #60813
-
-
-
2020-05-09
Philippe Mathieu-Daudé
New
[06/11] target/s390x: Only compile decode_basedisp() on system-mode
Untitled series #60813
-
-
-
2020-05-09
Philippe Mathieu-Daudé
New
[05/11] target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
Untitled series #60813
-
-
-
2020-05-09
Philippe Mathieu-Daudé
New
[04/11] sysemu/hvf: Only declare hvf_allowed when HVF is available
Untitled series #60813
-
-
-
2020-05-09
Philippe Mathieu-Daudé
New
[03/11] sysemu/tcg: Only declare tcg_allowed when TCG is available
Untitled series #60813
-
-
-
2020-05-09
Philippe Mathieu-Daudé
New
[7/7] audio: Expose 'audio/audio.h' under the include/ directory
audio: Spring cleaning
-
-
-
2020-05-05
Philippe Mathieu-Daudé
New
[6/7] audio: Let AUD_write() use a const buffer argument
audio: Spring cleaning
-
-
-
2020-05-05
Philippe Mathieu-Daudé
New
[5/7] audio: Let HWVoice write() handlers take a const buffer
audio: Spring cleaning
-
-
-
2020-05-05
Philippe Mathieu-Daudé
New
[4/7] audio: Split advance() helper as in() and out()
audio: Spring cleaning
-
-
-
2020-05-05
Philippe Mathieu-Daudé
New
[1/7] audio: Let audio_sample_to_uint64() use const samples argument
audio: Spring cleaning
-
-
-
2020-05-05
Philippe Mathieu-Daudé
New
hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
-
-
-
2020-05-05
Philippe Mathieu-Daudé
New
[v2,3/3] qom/object: Make reparenting error more verbose
Untitled series #60986
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[v2,2/3] various: Remove unnecessary OBJECT() cast
various: Remove unnecessary casts
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[2/3] io/task: Move 'qom/object.h' header to source
qom: Few trivial patches
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'
qom: Few trivial patches
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[3/4] hw/i386: Add 'vmport.h' local header
Untitled series #60992
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[2/4] hw/i386/vmport: Remove unused 'hw/input/i8042.h' include
Untitled series #60992
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
hw/usb: Make "hcd-ehci.h" header public
hw/usb: Make "hcd-ehci.h" header public
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[3/3] hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
[1/3] hw/sh4: Use MemoryRegion typedef
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[2/3] hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'
[1/3] hw/sh4: Use MemoryRegion typedef
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[1/3] hw/sh4: Use MemoryRegion typedef
[1/3] hw/sh4: Use MemoryRegion typedef
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[3/4] hw/timer/nrf51_timer: Display timer ID in trace events
hw/arm/nrf51: Extend tracing
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[2/4] hw/arm/nrf51_soc: Mark some peripherals as unimplemented
hw/arm/nrf51: Extend tracing
-
-
-
2020-05-04
Philippe Mathieu-Daudé
New
[RFC,1/2] audio/mixeng: Fix Clang 'int-conversion' warning
[RFC,1/2] audio/mixeng: Fix Clang 'int-conversion' warning
-
-
-
2020-05-03
Philippe Mathieu-Daudé
New
[v2,2/3] scripts/qemugdb: Remove shebang header
[v2,1/3] MAINTAINERS: Cover the GDB Python scripts in the gdbstub section
-
-
-
2020-04-30
Philippe Mathieu-Daudé
Superseded
[v2,1/3] MAINTAINERS: Cover the GDB Python scripts in the gdbstub section
[v2,1/3] MAINTAINERS: Cover the GDB Python scripts in the gdbstub section
-
-
-
2020-04-30
Philippe Mathieu-Daudé
New
[1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery
[1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery
-
-
-
2020-04-29
Philippe Mathieu-Daudé
New
hw/arm/mps2-tz: Use TYPE_IOTKIT instead of hardcoded string
hw/arm/mps2-tz: Use TYPE_IOTKIT instead of hardcoded string
-
-
-
2020-04-28
Philippe Mathieu-Daudé
New
[RFC,2/3] hw/net/tulip: Log descriptor overflows
hw/net/tulip: Fix LP#1874539
-
-
-
2020-04-23
Philippe Mathieu-Daudé
New
[RFC,17/17] tests/qtest/tmp105-test: Trivial test for TempSensorClass
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,13/17] hw/misc/bcm2835_property: Implement the 'temperature-sensor' interface
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,11/17] hw/misc/bcm2835_thermal: Implement the 'temperature-sensor' interface
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,08/17] hw/misc/tmp421: Extract set_temp_mC() helper
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,07/17] hw/misc/tmp421: Extract get_temp_mC() helper
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,06/17] hw/misc/tmp421: Add definition for SENSORS_COUNT
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,05/17] hw/misc/tmp105: Implement the 'temperature-sensor' qdev interface
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[RFC,04/17] hw/misc/tmp105: Extract get_temp_mC() and set_temp_mC() helpers
hw/misc: Introduce a temperature sensor interface
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[3/4] scripts/qmp: Use Python 3 interpreter
Untitled series #61258
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[2/4] scripts/qemugdb: Remove shebang header
Untitled series #61258
-
-
-
2020-04-21
Philippe Mathieu-Daudé
New
[PATCH-for-5.0,v2] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
[PATCH-for-5.0,v2] hw/display/sm501: Avoid heap overflow in sm501_2d_operation()
-
-
-
2020-04-13
Philippe Mathieu-Daudé
Superseded
[PATCH-for-5.1,v3,4/7] migration/colo: Add missing error-propagation code
[PATCH-for-5.1,v3,1/7] scripts/coccinelle: Use &error_abort in TypeInfo::instance_init()
-
-
-
2020-04-13
Philippe Mathieu-Daudé
New
[PATCH-for-5.1,v3,1/7] scripts/coccinelle: Use &error_abort in TypeInfo::instance_init()
[PATCH-for-5.1,v3,1/7] scripts/coccinelle: Use &error_abort in TypeInfo::instance_init()
-
-
-
2020-04-13
Philippe Mathieu-Daudé
New
[PATCH-for-5.1,v3,21/23] hw/net/xilinx_axienet: Add missing error-propagation code
various: Fix error-propagation with Coccinelle scripts (part 2)
-
-
-
2020-04-12
Philippe Mathieu-Daudé
New
[PATCH-for-5.1,v3,20/23] hw/misc/macio/macio: Add missing error-propagation code
various: Fix error-propagation with Coccinelle scripts (part 2)
-
-
-
2020-04-12
Philippe Mathieu-Daudé
New
[PATCH-for-5.1,v3,19/23] hw/mips/cps: Add missing error-propagation code
various: Fix error-propagation with Coccinelle scripts (part 2)
-
-
-
2020-04-12
Philippe Mathieu-Daudé
New
«
1
2
...
64
65
66
67
»
Bundling
Create bundle: