On 25/05/2016 12:58, xiaoqiang zhao wrote: > This patch series's main idea is to drop the use of > qemu_char_get_next_serial. patches 1-5 QOM'ify the related > device model and the affected board code. Most of them > are arm related. The patch 6 get rid of the function from > the code base. > > I only test the code with ARM versatilepb machine. The other > machine need test! > > xiaoqiang zhao (6): > hw/char: QOM'ify pl011 model > hw/char: QOM'ify cadence_uart model > hw/char: QOM'ify digic-uart model > hw/char: QOM'ify stm32f2xx_usart model > hw/char: QOM'ify xilinx_uartlite model > char: get rid of qemu_char_get_next_serial
These are all ARM boards, so I guess they will be merged through Peter's ARM tree. Thanks, Paolo