[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] aspeed/wdt: Add trace events
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 1/4] aspeed/wdt: Add trace events |
Date: |
Mon, 18 Oct 2021 10:57:39 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 |
On 10/4/21 17:46, Cédric Le Goater wrote:
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
> ---
> hw/watchdog/wdt_aspeed.c | 5 +++++
> hw/watchdog/trace-events | 4 ++++
> 2 files changed, 9 insertions(+)
> +# wdt-aspeed.c
> +aspeed_wdt_read(uint64_t addr, uint32_t size) "@0x%" PRIx64 " size=%d"
> +aspeed_wdt_write(uint64_t addr, uint32_t size, uint64_t data) "@0x%" PRIx64
> " size=%d value=0x%"PRIx64
"size=%u", otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- [PATCH 0/4] aspeed/smc: Improve support for the alternate boot function, Cédric Le Goater, 2021/10/04
- [PATCH 2/4] aspeed/smc: Dump address offset in trace events, Cédric Le Goater, 2021/10/04
- [PATCH 3/4] aspeed/wdt: Add an alias for the MMIO region, Cédric Le Goater, 2021/10/04
- [PATCH 1/4] aspeed/wdt: Add trace events, Cédric Le Goater, 2021/10/04
- [PATCH 4/4] aspeed/smc: Improve support for the alternate boot function, Cédric Le Goater, 2021/10/04
- Re: [PATCH 0/4] aspeed/smc: Improve support for the alternate boot function, Cédric Le Goater, 2021/10/18