summaryrefslogtreecommitdiff
path: root/include/sysemu
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@amazon.com>2013-10-10 13:16:02 -0700
committerAnthony Liguori <aliguori@amazon.com>2013-10-10 13:16:02 -0700
commite8f2f59aaf2978641b7e073ba623bd4b4a9e864d (patch)
tree9025238035ac9fd640e2de74b91013636df44150 /include/sysemu
parent88b70e56b969142c88f240434f392b9348600ef5 (diff)
parent386a5a1e0057e220f79c48fe3689e3dfb17f1b09 (diff)
downloadqemu-e8f2f59aaf2978641b7e073ba623bd4b4a9e864d.tar.gz
Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into staging
# By Amit Shah # Via Amit Shah * amit/char-remove-watch-on-unplug: char: remove watch callback on chardev detach from frontend char: use common function to disable callbacks on chardev close char: move backends' io watch tag to CharDriverState Message-id: 20131004154802.GA25646@grmbl.mre Signed-off-by: Anthony Liguori <aliguori@amazon.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r--include/sysemu/char.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/char.h b/include/sysemu/char.h
index 8053130a97..ad101d9258 100644
--- a/include/sysemu/char.h
+++ b/include/sysemu/char.h
@@ -78,6 +78,7 @@ struct CharDriverState {
int explicit_be_open;
int avail_connections;
int is_mux;
+ guint fd_in_tag;
QemuOpts *opts;
QTAILQ_ENTRY(CharDriverState) next;
};