commit | a10348c3ad3a1bff7c5ace95a32187780d571ebd | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Jan 13 15:29:48 2012 +0530 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Jan 13 10:21:03 2012 -0600 |
tree | 4cb2170cdbf7c7f0436af662b5f44677bd287178 | |
parent | a87f3e8b080205879232f34ff6977cb225b70e05 [diff] |
virtio-console: no need to remove char handlers explicitly qdev is now equipped (thanks to the last commit) to disassociate chardevs from the qdev devices on the devices going away. So doing it in the virtio-console driver is not necessary. Since that was the only thing being done in the qdev exit method, drop it entirely. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>