Re: [PATCH v1 1/3] hw/char: Convert the Ibex UART to use the qdev Clock model

2020-07-07 Thread Alistair Francis
On Fri, Jul 3, 2020 at 12:42 AM Philippe Mathieu-Daudé wrote: > > +Damien > > On 6/30/20 10:12 PM, Alistair Francis wrote: > > Conver the Ibex UART to use the recently added qdev-clock functions. > > Yeah! This is our first user \o/ :) > > > > > Signed-off-by: Alistair Francis > > --- > > incl

Re: [PATCH v1 1/3] hw/char: Convert the Ibex UART to use the qdev Clock model

2020-07-03 Thread Philippe Mathieu-Daudé
+Damien On 6/30/20 10:12 PM, Alistair Francis wrote: > Conver the Ibex UART to use the recently added qdev-clock functions. Yeah! This is our first user \o/ > > Signed-off-by: Alistair Francis > --- > include/hw/char/ibex_uart.h | 2 ++ > hw/char/ibex_uart.c | 19 ++-

[PATCH v1 1/3] hw/char: Convert the Ibex UART to use the qdev Clock model

2020-06-30 Thread Alistair Francis
Conver the Ibex UART to use the recently added qdev-clock functions. Signed-off-by: Alistair Francis --- include/hw/char/ibex_uart.h | 2 ++ hw/char/ibex_uart.c | 19 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/include/hw/char/ibex_uart.h b/include