commit | 57e073a3a152d0e63c3df257c60ababb19f2c13d | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Tue Nov 03 19:59:55 2009 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Nov 17 08:03:30 2009 -0600 |
tree | 0cc9772c7c7904ccb5ff71b4d8982c59d554bcef | |
parent | 9bd7854e1e5d6f4cfe4558090bbd9493c12bf846 [diff] |
char: Remove special init_reset handling The initial_reset sent to chardevs doesn't do much other than setting a bool to true. Char devices are interested in the open event and that gets sent whenever the device is opened. Moreover, the reset logic breaks as and when qemu's bh scheduling changes. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>