summary refs log tree commit diff stats
path: root/qemu-char.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-10-27 10:14:50 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:29:06 -0500
commitf7cbc08ff0d712b0febcf84ce8458c3ae30db4fa (patch)
treeec7d9b6de929b2daffa724a5de5d858a414cb0a0 /qemu-char.h
parent9f09204064f7df627361e0dfc1f0e86f106de8e9 (diff)
downloadfocaccia-qemu-f7cbc08ff0d712b0febcf84ce8458c3ae30db4fa.tar.gz
focaccia-qemu-f7cbc08ff0d712b0febcf84ce8458c3ae30db4fa.zip
Revert "char: emit the OPENED event only when a new char connection is opened"
This reverts commit 6cfa64de908d67fb6f6b6e3ae4888dd863f69e44.

This breaks the monitor prompt.  Proper fix will come from Amit.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-char.h')
-rw-r--r--qemu-char.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu-char.h b/qemu-char.h
index 409961d205..05fe15d8cd 100644
--- a/qemu-char.h
+++ b/qemu-char.h
@@ -1,7 +1,6 @@
 #ifndef QEMU_CHAR_H
 #define QEMU_CHAR_H
 
-#include <stdbool.h>
 #include "qemu-common.h"
 #include "qemu-queue.h"
 #include "qemu-option.h"
@@ -67,7 +66,6 @@ struct CharDriverState {
     QEMUBH *bh;
     char *label;
     char *filename;
-    bool initial_reset_issued;
     QTAILQ_ENTRY(CharDriverState) next;
 };