Re: [PATCH v6 0/7] hw/misc: Add LED device

2020-11-02 Thread Cédric Le Goater
On 10/26/20 11:00 PM, Philippe Mathieu-Daudé wrote: > On 10/16/20 5:29 PM, Philippe Mathieu-Daudé wrote: >> On 9/19/20 2:30 PM, Philippe Mathieu-Daudé wrote: >>> On 9/12/20 3:40 PM, Philippe Mathieu-Daudé wrote: Hello, These patches are part of the GSoC unselected 'QEMU visualizer' >

Re: [PATCH v6 0/7] hw/misc: Add LED device

2020-10-26 Thread Philippe Mathieu-Daudé
On 10/16/20 5:29 PM, Philippe Mathieu-Daudé wrote: On 9/19/20 2:30 PM, Philippe Mathieu-Daudé wrote: On 9/12/20 3:40 PM, Philippe Mathieu-Daudé wrote: Hello, These patches are part of the GSoC unselected 'QEMU visualizer' project. This series introduce a LED device that can be easily connecte

Re: [PATCH v6 0/7] hw/misc: Add LED device

2020-10-16 Thread Philippe Mathieu-Daudé
Hi Cédric, On 9/19/20 2:30 PM, Philippe Mathieu-Daudé wrote: On 9/12/20 3:40 PM, Philippe Mathieu-Daudé wrote: Hello, These patches are part of the GSoC unselected 'QEMU visualizer' project. This series introduce a LED device that can be easily connected to a GPIO output. [...] Philippe Mat

Re: [PATCH v6 0/7] hw/misc: Add LED device

2020-09-19 Thread Philippe Mathieu-Daudé
On 9/12/20 3:40 PM, Philippe Mathieu-Daudé wrote: > Hello, > > These patches are part of the GSoC unselected 'QEMU visualizer' > project. > > This series introduce a LED device that can be easily connected > to a GPIO output. [...] > Philippe Mathieu-Daud=C3=A9 (7): > hw/misc/led: Add a LED dev

Re: [PATCH v6 0/7] hw/misc: Add LED device

2020-09-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200912134041.946260-1-f4...@amsat.org/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. The full log is availab

[PATCH v6 0/7] hw/misc: Add LED device

2020-09-12 Thread Philippe Mathieu-Daudé
Hello, These patches are part of the GSoC unselected 'QEMU visualizer' project. This series introduce a LED device that can be easily connected to a GPIO output. Missing review: - Patch #2: "hw/misc/led: Allow connecting from GPIO output" Since v5: - Rebased on "QOM boilerplate cleanup" (use DE