From e280ff5e9159ed227a117339c1157143627cab96 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 26 Mar 2013 11:08:03 +0100 Subject: spice-qemu-char: Drop hackish vmc_register on spice_chr_write Now that the core takes care of fe_open tracking we no longer need this hack. Signed-off-by: Hans de Goede Message-id: 1364292483-16564-12-git-send-email-hdegoede@redhat.com Signed-off-by: Anthony Liguori --- spice-qemu-char.c | 1 - 1 file changed, 1 deletion(-) (limited to 'spice-qemu-char.c') diff --git a/spice-qemu-char.c b/spice-qemu-char.c index d249829624..535f955ca8 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; -- cgit v1.2.1