diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-09-10 10:58:55 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-11 10:19:49 -0500 |
commit | 799f1f2325a1136a84d6f0ea94d891ef33656af2 (patch) | |
tree | 7801ac1a05b6311782340c939bb77f08e9f8c893 /qemu-char.h | |
parent | a7aec5da4d3d20e9c505f59487da56fce0a08f3c (diff) |
move mux focus field from CharDriverState to MuxDriver
Now that monitor stopped using focus we can make it internal
to the mux driver.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-char.h')
-rw-r--r-- | qemu-char.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-char.h b/qemu-char.h index 0bf89442c6..d12ab11a84 100644 --- a/qemu-char.h +++ b/qemu-char.h @@ -63,7 +63,6 @@ struct CharDriverState { void (*chr_close)(struct CharDriverState *chr); void (*chr_accept_input)(struct CharDriverState *chr); void *opaque; - int focus; QEMUBH *bh; char *label; char *filename; |