summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnthony Liguori2013-10-10 22:16:02 +0200
committerAnthony Liguori2013-10-10 22:16:02 +0200
commite8f2f59aaf2978641b7e073ba623bd4b4a9e864d (patch)
tree9025238035ac9fd640e2de74b91013636df44150 /include
parentMerge remote-tracking branch 'otubo/seccomp' into staging (diff)
parentchar: remove watch callback on chardev detach from frontend (diff)
downloadqemu-e8f2f59aaf2978641b7e073ba623bd4b4a9e864d.tar.gz
qemu-e8f2f59aaf2978641b7e073ba623bd4b4a9e864d.tar.xz
qemu-e8f2f59aaf2978641b7e073ba623bd4b4a9e864d.zip
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')
-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;
};