Re: [PATCH 07/11] hw/gpio/avr_gpio: Add tracing for reads and writes

2021-03-23 Thread Philippe Mathieu-Daudé
Hi Niteesh, On 3/23/21 3:42 AM, Niteesh G. S. wrote: > Hii Phil, > > A gentle reminder to push these patches. Unfortunately the series is blocked by a legal issue in a previous patch: https://www.mail-archive.com/qemu-devel@nongnu.org/msg791443.html We are pending an update from Heecheol Yang.

Re: [PATCH 07/11] hw/gpio/avr_gpio: Add tracing for reads and writes

2021-03-22 Thread Niteesh G. S.
Hii Phil, A gentle reminder to push these patches. Thanks, Niteesh. On Sat, Mar 13, 2021 at 10:51 PM Niteesh G. S. wrote: > Reviewed-by: Niteesh G S > > On Sat, Mar 13, 2021 at 10:25 PM Philippe Mathieu-Daudé > wrote: > >> From: G S Niteesh Babu >> >> Added tracing for gpio read, write, and

Re: [PATCH 07/11] hw/gpio/avr_gpio: Add tracing for reads and writes

2021-03-13 Thread Niteesh G. S.
Reviewed-by: Niteesh G S On Sat, Mar 13, 2021 at 10:25 PM Philippe Mathieu-Daudé wrote: > From: G S Niteesh Babu > > Added tracing for gpio read, write, and update output irq. > > 1) trace_avr_gpio_update_ouput_irq > 2) trace_avr_gpio_read > 3) trace_avr_gpio_write > > Signed-off-by: G S Nitee

[PATCH 07/11] hw/gpio/avr_gpio: Add tracing for reads and writes

2021-03-13 Thread Philippe Mathieu-Daudé
From: G S Niteesh Babu Added tracing for gpio read, write, and update output irq. 1) trace_avr_gpio_update_ouput_irq 2) trace_avr_gpio_read 3) trace_avr_gpio_write Signed-off-by: G S Niteesh Babu Reviewed-by: Michael Rolnik Message-Id: <20210311135539.10206-3-niteesh...@gmail.com> [PMD: Added