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

2013-01-21 Thread Lei Li
On 01/22/2013 03:48 AM, Anthony Liguori wrote: Lei Li writes: Signed-off-by: Lei Li --- qemu-char.c | 134 +++ qemu-options.hx | 10 2 files changed, 144 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c i

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

2013-01-21 Thread Anthony Liguori
Lei Li writes: > Signed-off-by: Lei Li > --- > qemu-char.c | 134 > +++ > qemu-options.hx | 10 > 2 files changed, 144 insertions(+), 0 deletions(-) > > diff --git a/qemu-char.c b/qemu-char.c > index 9ba0573..950c543 100644 > ---

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

2013-01-21 Thread Lei Li
Signed-off-by: Lei Li --- qemu-char.c | 134 +++ qemu-options.hx | 10 2 files changed, 144 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 9ba0573..950c543 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -9

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

2012-12-06 Thread Lei Li
Signed-off-by: Lei Li --- qemu-char.c | 131 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 144 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 242b799..3e45ce6 100644 --- a/qemu-char

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

2012-10-30 Thread Lei Li
Signed-off-by: Lei Li --- qemu-char.c | 131 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 144 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index afe2bfb..11c320f 100644 --- a/qemu-char

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

2012-10-28 Thread Lei Li
On 10/27/2012 12:47 AM, Luiz Capitulino wrote: On Fri, 26 Oct 2012 19:21:49 +0800 Lei Li wrote: Signed-off-by: Lei Li --- qemu-char.c | 140 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 153 insertions

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

2012-10-26 Thread Luiz Capitulino
On Fri, 26 Oct 2012 19:21:49 +0800 Lei Li wrote: > Signed-off-by: Lei Li > --- > qemu-char.c | 140 > +++ > qemu-config.c |3 + > qemu-options.hx | 10 > 3 files changed, 153 insertions(+), 0 deletions(-) > > diff --git a/q

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

2012-10-26 Thread Lei Li
Signed-off-by: Lei Li --- qemu-char.c | 140 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 153 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index b082bae..c3ec43d 100644 --- a/qemu-char

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

2012-10-25 Thread Lei Li
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 --- qemu-char.c | 136 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 149 insertions(+), 0 deletions(-

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

2012-10-25 Thread Eric Blake
On 10/25/2012 01:48 PM, Lei Li wrote: > Signed-off-by: Lei Li > --- > qemu-char.c | 136 > +++ > qemu-config.c |3 + > qemu-options.hx | 10 > 3 files changed, 149 insertions(+), 0 deletions(-) > > diff --git a/qemu-char.c b/

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

2012-10-25 Thread Eric Blake
On 10/25/2012 01:54 PM, Lei Li wrote: > Signed-off-by: Lei Li > --- > qemu-char.c | 136 > +++ > qemu-config.c |3 + > qemu-options.hx | 10 > 3 files changed, 149 insertions(+), 0 deletions(-) > > > +/*

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

2012-10-25 Thread Lei Li
Signed-off-by: Lei Li --- qemu-char.c | 136 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 149 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index b082bae..45d2a86 100644 --- a/qemu-char

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

2012-10-25 Thread Lei Li
Signed-off-by: Lei Li --- qemu-char.c | 136 +++ qemu-config.c |3 + qemu-options.hx | 10 3 files changed, 149 insertions(+), 0 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index b082bae..45d2a86 100644 --- a/qemu-char