[PATCH v3 0/2] hw/timer/m48t59: Convert to trace events

Philippe Mathieu-Daudé posted 2 patches 4 years, 3 months ago
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200117165809.31067-1-philmd@redhat.com
Maintainers: "Hervé Poussineau" <hpoussin@reactos.org>
hw/rtc/m48t59-internal.h |  5 -----
hw/rtc/m48t59.c          | 11 +++++------
MAINTAINERS              |  2 ++
hw/rtc/trace-events      |  6 ++++++
4 files changed, 13 insertions(+), 11 deletions(-)
[PATCH v3 0/2] hw/timer/m48t59: Convert to trace events
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
Another trivial cleanup series.

v2: Rebased on 4.2

Philippe Mathieu-Daudé (2):
  MAINTAINERS: Add missing m48t59 files to the PReP section
  hw/timer/m48t59: Convert debug printf()s to trace events

 hw/rtc/m48t59-internal.h |  5 -----
 hw/rtc/m48t59.c          | 11 +++++------
 MAINTAINERS              |  2 ++
 hw/rtc/trace-events      |  6 ++++++
 4 files changed, 13 insertions(+), 11 deletions(-)

-- 
2.21.1


Re: [PATCH v3 0/2] hw/timer/m48t59: Convert to trace events
Posted by Hervé Poussineau 4 years, 3 months ago
Le 17/01/2020 à 17:58, Philippe Mathieu-Daudé a écrit :
> Another trivial cleanup series.
> 
> v2: Rebased on 4.2
> 
> Philippe Mathieu-Daudé (2):
>    MAINTAINERS: Add missing m48t59 files to the PReP section
>    hw/timer/m48t59: Convert debug printf()s to trace events
> 
>   hw/rtc/m48t59-internal.h |  5 -----
>   hw/rtc/m48t59.c          | 11 +++++------
>   MAINTAINERS              |  2 ++
>   hw/rtc/trace-events      |  6 ++++++
>   4 files changed, 13 insertions(+), 11 deletions(-)
> 

Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>