projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6b815
)
spice-qemu-char: Drop hackish vmc_register on spice_chr_write
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 26 Mar 2013 10:08:03 +0000
(11:08 +0100)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Wed, 27 Mar 2013 15:26:50 +0000
(10:26 -0500)
Now that the core takes care of fe_open tracking we no longer need this hack.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Message-id:
1364292483
-16564-12-git-send-email-hdegoede@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
spice-qemu-char.c
patch
|
blob
|
history
diff --git
a/spice-qemu-char.c
b/spice-qemu-char.c
index d249829624a6638fabc3e5e4dcd76cfd29a1b3e7..535f955ca88abd2021697b4c7ff7645fd72f5524 100644
(file)
--- 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;