qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharD


From: Lei Li
Subject: Re: [Qemu-devel] [PATCH 1/4] qemu-char: Add new char backend CirMemCharDriver
Date: Fri, 26 Oct 2012 12:56:12 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 10/26/2012 04:05 AM, Eric Blake wrote:
On 10/25/2012 01:54 PM, Lei Li wrote:
Signed-off-by: Lei Li <address@hidden>
---
  qemu-char.c     |  136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
  qemu-config.c   |    3 +
  qemu-options.hx |   10 ++++
  3 files changed, 149 insertions(+), 0 deletions(-)

+/*********************************************************/
+/*CircularMemory chardev*/
+
Better; I'll assume the other thread also title v5 was a mis-send.

Yeah, you are right. Sorry for the mis-sending...  :-[

+Create a circular buffer with fixed size indicated by optionally 
@option{maxcapacity}
+which will be default 64K if it is not given.
+
address@hidden specify the max capacity of the size of circular buffer
+want to create. Should be power of 2.
Still, this grammar could be improved:

s/specify/specifies/
s/want//

Sure, thanks!



--
Lei




reply via email to

[Prev in Thread] Current Thread [Next in Thread]