mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qemu-char: Add fe_open tracking
Add tracking of the fe_open state to struct CharDriverState. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Message-id: 1364292483-16564-4-git-send-email-hdegoede@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
fee204fd46
commit
c0c4bd2cfa
2 changed files with 9 additions and 0 deletions
|
@ -75,6 +75,7 @@ struct CharDriverState {
|
|||
char *label;
|
||||
char *filename;
|
||||
int be_open;
|
||||
int fe_open;
|
||||
int avail_connections;
|
||||
QemuOpts *opts;
|
||||
QTAILQ_ENTRY(CharDriverState) next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue