Re: [Qemu-devel] [PATCH 2/6] libqemustub: add more stubs for qemu-char

2014-06-19 Thread Andrew Jones
On Thu, Jun 19, 2014 at 06:07:40PM +0300, Nikolay Nikolaev wrote: > Additional stubs: > - chr_baum_init > - qemu_chr_open_spice_vmc > - qemu_chr_open_spice_port > > Signed-off-by: Nikolay Nikolaev > --- > stubs/Makefile.objs |2 ++ > stubs/chr-baum-init.c |7 +++ > s

[Qemu-devel] [PATCH 2/6] libqemustub: add more stubs for qemu-char

2014-06-19 Thread Nikolay Nikolaev
Additional stubs: - chr_baum_init - qemu_chr_open_spice_vmc - qemu_chr_open_spice_port Signed-off-by: Nikolay Nikolaev --- stubs/Makefile.objs |2 ++ stubs/chr-baum-init.c |7 +++ stubs/qemu-chr-open-spice.c | 12 3 files changed, 21 insertions(+) cre