Re: [Qemu-devel] [PATCH v2 7/7] spice: Initialization stubs on qemu-spice.h

2015-11-12 Thread Gerd Hoffmann
On Do, 2015-11-12 at 17:02 -0200, Eduardo Habkost wrote: > This reduces the number of CONFIG_SPICE #ifdefs in vl.c. > > Cc: Gerd Hoffmann > Signed-off-by: Eduardo Habkost > --- > Changes v1 -> v2: > * Move stubs to qemu-spice.h, as the header file already > had a separate section for !CONFIG_S

[Qemu-devel] [PATCH v2 7/7] spice: Initialization stubs on qemu-spice.h

2015-11-12 Thread Eduardo Habkost
This reduces the number of CONFIG_SPICE #ifdefs in vl.c. Cc: Gerd Hoffmann Signed-off-by: Eduardo Habkost --- Changes v1 -> v2: * Move stubs to qemu-spice.h, as the header file already had a separate section for !CONFIG_SPICE --- include/ui/qemu-spice.h | 13 + vl.c