Now that the core takes care of fe_open tracking we no longer need this hack.
Signed-off-by: Hans de Goede <hdego...@redhat.com> --- spice-qemu-char.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spice-qemu-char.c b/spice-qemu-char.c index d249829..535f955 100644 --- a/spice-qemu-char.c +++ b/spice-qemu-char.c @@ -149,7 +149,6 @@ static int spice_chr_write(CharDriverState *chr, const uint8_t *buf, int len) { SpiceCharDriver *s = chr->opaque; - vmc_register_interface(s); assert(s->datalen == 0); if (s->bufsize < len) { s->bufsize = len; -- 1.8.1.4