diff options
| author | Anthony Liguori | 2013-10-10 22:16:02 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-10-10 22:16:02 +0200 |
| commit | e8f2f59aaf2978641b7e073ba623bd4b4a9e864d (patch) | |
| tree | 9025238035ac9fd640e2de74b91013636df44150 /include | |
| parent | Merge remote-tracking branch 'otubo/seccomp' into staging (diff) | |
| parent | char: remove watch callback on chardev detach from frontend (diff) | |
| download | qemu-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.h | 1 |
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; }; |
