summaryrefslogtreecommitdiffstats
path: root/qemu-char.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-03-24 08:11:58 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-03-24 08:11:58 -0500
commit56d7a964a5664d3778a0b7a369a5f350d0fe099f (patch)
treea851ba09087f5291d2c412981efd6605118a9142 /qemu-char.h
parent24e838b787959eba0bc516d36224df2c6855d02a (diff)
parent2d6c1ef40f3678ab47a4d14fb5dadaa486bfcda6 (diff)
downloadhqemu-56d7a964a5664d3778a0b7a369a5f350d0fe099f.zip
hqemu-56d7a964a5664d3778a0b7a369a5f350d0fe099f.tar.gz
Merge remote branch 'amit/for-anthony' into staging
Diffstat (limited to 'qemu-char.h')
-rw-r--r--qemu-char.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-char.h b/qemu-char.h
index 56d9954..fb96eef 100644
--- a/qemu-char.h
+++ b/qemu-char.h
@@ -70,6 +70,7 @@ struct CharDriverState {
char *label;
char *filename;
int opened;
+ int assigned; /* chardev assigned to a device */
QTAILQ_ENTRY(CharDriverState) next;
};
OpenPOWER on IntegriCloud