On 25 May 2016 at 11:58, xiaoqiang zhao <zxq_yx_...@163.com> 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
Hi; I'm afraid this patch series doesn't pass "make check" (it looks like we segfault trying to instantiate the raspi2 board). thanks -- PMM