Re: [Qemu-devel] [PATCH v2 0/6] Drop the qemu_char_get_next_serial function

2016-06-06 Thread Peter Maydell
On 4 June 2016 at 09:14, 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. >

[Qemu-devel] [PATCH v2 0/6] Drop the qemu_char_get_next_serial function

2016-06-04 Thread xiaoqiang zhao
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 oth