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

2016-06-04 Thread xiaoqiang zhao
> 在 2016年6月4日,02:24,Peter Maydell 写道: > >> On 25 May 2016 at 11: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

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

2016-06-03 Thread Peter Maydell
On 25 May 2016 at 11: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. >

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

2016-05-25 Thread Paolo Bonzini
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. > >

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

2016-05-25 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