Re: [Qemu-devel] [PATCH 06/12] char: add an edge event API for the front ends

2011-08-01 Thread Anthony Liguori
On 08/01/2011 10:39 AM, Stefan Hajnoczi wrote: On Mon, Aug 1, 2011 at 3:23 PM, Anthony Liguori wrote: Signed-off-by: Anthony Liguori --- qemu-char.c | 91 +-- qemu-char.h |9 ++ 2 files changed, 85 insertions(+), 15 deletions

Re: [Qemu-devel] [PATCH 06/12] char: add an edge event API for the front ends

2011-08-01 Thread Stefan Hajnoczi
On Mon, Aug 1, 2011 at 3:23 PM, Anthony Liguori wrote: > Signed-off-by: Anthony Liguori > --- >  qemu-char.c |   91 > +-- >  qemu-char.h |    9 ++ >  2 files changed, 85 insertions(+), 15 deletions(-) > > diff --git a/qemu-char.c b/qemu

[Qemu-devel] [PATCH 06/12] char: add an edge event API for the front ends

2011-08-01 Thread Anthony Liguori
Signed-off-by: Anthony Liguori --- qemu-char.c | 91 +-- qemu-char.h |9 ++ 2 files changed, 85 insertions(+), 15 deletions(-) diff --git a/qemu-char.c b/qemu-char.c index 0e4a30c..9e40e04 100644 --- a/qemu-char.c +++ b/qemu-char.