diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-03-24 08:11:58 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-03-24 08:11:58 -0500 |
commit | 56d7a964a5664d3778a0b7a369a5f350d0fe099f (patch) | |
tree | a851ba09087f5291d2c412981efd6605118a9142 /qemu-char.h | |
parent | 24e838b787959eba0bc516d36224df2c6855d02a (diff) | |
parent | 2d6c1ef40f3678ab47a4d14fb5dadaa486bfcda6 (diff) |
Merge remote branch 'amit/for-anthony' into staging
Diffstat (limited to 'qemu-char.h')
-rw-r--r-- | qemu-char.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-char.h b/qemu-char.h index 56d9954c52..fb96eef3de 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; }; |