]> git.proxmox.com Git - mirror_qemu.git/blobdiff - vl.h
Monitor multiplexing, by Jason Wessel.
[mirror_qemu.git] / vl.h
diff --git a/vl.h b/vl.h
index 79de55fa02e659f7d8ccd3a59109d6af28569902..bcaf004dd062fe8e505db68adaad84cd44bc8b74 100644 (file)
--- a/vl.h
+++ b/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;