commit | a8e662b5477a7e3659c7fc2d83db50c42b201c1d | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Sep 25 21:42:39 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Oct 05 09:32:48 2009 -0500 |
tree | 12dcfa0a4ef0960eec14ff44b772c8e0a5e80061 | |
parent | e3936fa574d9fbe241acdc76b5195b048567537e [diff] |
usb: hook unplug into qdev, cleanups + fixes. Hook into DeviceInfo->exit(). handle_destroy() must not free the state struct, this is handled by the new usb_qdev_exit() function now. qdev_free(usb_device) works now. Fix usb hub to qdev_free() all connected devices on unplug. Unplugging a usb hub works now. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>