Re: [Qemu-devel] [PATCH] hw/char/mcf_uart: QOMify the ColdFire UART

2017-02-06 Thread Paolo Bonzini
On 28/01/2017 07:56, Thomas Huth wrote: > Use type_init() etc. to adapt the ColdFire UART > to the latest QEMU device conventions. > > Signed-off-by: Thomas Huth > --- > hw/char/mcf_uart.c| 102 > +- > hw/m68k/mcf5208.c

[Qemu-devel] [PATCH] hw/char/mcf_uart: QOMify the ColdFire UART

2017-01-27 Thread Thomas Huth
Use type_init() etc. to adapt the ColdFire UART to the latest QEMU device conventions. Signed-off-by: Thomas Huth --- hw/char/mcf_uart.c| 102 +- hw/m68k/mcf5208.c | 6 +-- include/hw/m68k/mcf.h | 6 +-- 3 files