projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbf272
)
qemu-char: remove unused list node from FDCharDriver
author
Emilio G. Cota
<cota@braap.org>
Mon, 27 Apr 2015 16:45:30 +0000
(12:45 -0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Thu, 30 Apr 2015 13:05:49 +0000
(16:05 +0300)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-char.c
patch
|
blob
|
history
diff --git
a/qemu-char.c
b/qemu-char.c
index a405d76c31fe8ab69048f1a1ac81404eefef63e2..d0c1564306d268c4d488f5e53116e6f6ac115022 100644
(file)
--- a/
qemu-char.c
+++ b/
qemu-char.c
@@
-973,7
+973,6
@@
typedef struct FDCharDriver {
CharDriverState *chr;
GIOChannel *fd_in, *fd_out;
int max_size;
- QTAILQ_ENTRY(FDCharDriver) node;
} FDCharDriver;
/* Called with chr_write_lock held. */