summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-09-10 10:58:55 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-11 10:19:49 -0500
commit799f1f2325a1136a84d6f0ea94d891ef33656af2 (patch)
tree7801ac1a05b6311782340c939bb77f08e9f8c893 /qemu-char.h
parentmonitor: fix muxing (diff)
downloadqemu-kvm-799f1f2325a1136a84d6f0ea94d891ef33656af2.tar.gz
qemu-kvm-799f1f2325a1136a84d6f0ea94d891ef33656af2.tar.bz2
qemu-kvm-799f1f2325a1136a84d6f0ea94d891ef33656af2.zip
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-char.h b/qemu-char.h
index 0bf89442c..d12ab11a8 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;