Re: [Qemu-devel] [RFC v3 ATCH 0/5] char: expose CirMemCharDriver and provide QMP interface

2012-09-19 Thread Luiz Capitulino
On Wed, 12 Sep 2012 20:58:00 -0500 Anthony Liguori wrote: > "Daniel P. Berrange" writes: > > > On Wed, Sep 12, 2012 at 07:57:21PM +0800, Lei Li wrote: > >> This RFC series attempts to convert the MemCharDriver to use a circular > >> buffer for input and output, expose it to users by introducing

Re: [Qemu-devel] [RFC v3 ATCH 0/5] char: expose CirMemCharDriver and provide QMP interface

2012-09-12 Thread Anthony Liguori
"Daniel P. Berrange" writes: > On Wed, Sep 12, 2012 at 07:57:21PM +0800, Lei Li wrote: >> This RFC series attempts to convert the MemCharDriver to use a circular >> buffer for input and output, expose it to users by introducing QMP commands >> memchar_write and memchar_read and via the command li

Re: [Qemu-devel] [RFC v3 ATCH 0/5] char: expose CirMemCharDriver and provide QMP interface

2012-09-12 Thread Daniel P. Berrange
On Wed, Sep 12, 2012 at 07:57:21PM +0800, Lei Li wrote: > This RFC series attempts to convert the MemCharDriver to use a circular > buffer for input and output, expose it to users by introducing QMP commands > memchar_write and memchar_read and via the command line like the other > CharDriverStates

Re: [Qemu-devel] [RFC v3 ATCH 0/5] char: expose CirMemCharDriver and provide QMP interface

2012-09-12 Thread Avi Kivity
On 09/12/2012 02:57 PM, Lei Li wrote: > This RFC series attempts to convert the MemCharDriver to use a circular > buffer for input and output, expose it to users by introducing QMP commands > memchar_write and memchar_read and via the command line like the other > CharDriverStates. > > Serial port

[Qemu-devel] [RFC v3 ATCH 0/5] char: expose CirMemCharDriver and provide QMP interface

2012-09-12 Thread Lei Li
This RFC series attempts to convert the MemCharDriver to use a circular buffer for input and output, expose it to users by introducing QMP commands memchar_write and memchar_read and via the command line like the other CharDriverStates. Serial ports in qemu always use CharDriverStates as there bac