mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Monitor multiplexing, by Jason Wessel.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2434 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
925fd0f202
commit
20d8a3edb0
4 changed files with 335 additions and 166 deletions
1
vl.h
1
vl.h
|
@ -303,6 +303,7 @@ typedef struct CharDriverState {
|
|||
void (*chr_send_event)(struct CharDriverState *chr, int event);
|
||||
void (*chr_close)(struct CharDriverState *chr);
|
||||
void *opaque;
|
||||
int focus;
|
||||
QEMUBH *bh;
|
||||
} CharDriverState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue