Re: [Qemu-devel] [PATCH 7/9] chardev: add stdio support to qapi

2013-02-25 Thread Eric Blake
On 02/25/2013 02:03 AM, Gerd Hoffmann wrote: > This patch adds 'stdio' support to qapi and also switches over the > stdio chardev initialization to the new qapi code path. > > Signed-off-by: Gerd Hoffmann > --- > qapi-schema.json | 14 +- > qemu-char.c | 26 +

[Qemu-devel] [PATCH 7/9] chardev: add stdio support to qapi

2013-02-25 Thread Gerd Hoffmann
This patch adds 'stdio' support to qapi and also switches over the stdio chardev initialization to the new qapi code path. Signed-off-by: Gerd Hoffmann --- qapi-schema.json | 14 +- qemu-char.c | 26 -- 2 files changed, 33 insertions(+), 7 deletions(-