Re: [Qemu-devel] [PATCH 1/6] qemu-char: introduce qemu_chr_alloc

2014-06-10 Thread Fam Zheng
On Tue, 06/03 18:39, Paolo Bonzini wrote: > The next patch will modify this function to initialize state that is > common to all backends. > > Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng > --- > backends/baum.c | 2 +- > backends/msmouse.c| 2 +- > include/sysemu/char.h |

[Qemu-devel] [PATCH 1/6] qemu-char: introduce qemu_chr_alloc

2014-06-03 Thread Paolo Bonzini
The next patch will modify this function to initialize state that is common to all backends. Signed-off-by: Paolo Bonzini --- backends/baum.c | 2 +- backends/msmouse.c| 2 +- include/sysemu/char.h | 9 + qemu-char.c | 32 +++- spice-qem