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:
ths 2007-02-18 17:04:49 +00:00
parent 925fd0f202
commit 20d8a3edb0
4 changed files with 335 additions and 166 deletions

1
vl.h
View file

@ -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;