aliguori 1f3870ab24 husb: support for USB host device auto disconnect (Max Krasnyansky)
I got really annoyed by the fact that you have to manually do
usb_del in the monitor when host device is unplugged and decided
to fix it :)

Basically we now automatically remove guest USB device
when the actual host device is disconnected.

At first I've extended set_fd_handlerX() stuff to support checking
for exceptions on fds. But unfortunately usbfs code does not wake up
user-space process when device is removed, which means we need a
timer to periodically check if device is still there. So I removed
fd exception stuff and implemented it with the timer.

Signed-off-by: Max Krasnyansky <maxk@kernel.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5047 c046a42c-6fe2-441c-8c8c-71466251a162
2008-08-21 19:27:48 +00:00
2008-08-21 17:58:08 +00:00
2008-08-21 17:58:08 +00:00
2008-07-29 07:46:53 +00:00
2008-08-01 17:14:35 +00:00
2008-08-21 17:58:08 +00:00
2008-08-21 17:58:08 +00:00
2008-08-21 19:25:45 +00:00
2008-03-28 22:30:48 +00:00
2008-06-08 01:55:07 +00:00
2008-08-21 19:25:45 +00:00
2008-07-03 21:36:35 +00:00
2008-07-17 12:53:05 +00:00
2008-03-18 06:55:27 +00:00
2008-08-21 17:58:08 +00:00
2008-08-21 17:58:08 +00:00
2008-04-12 20:14:54 +00:00
2008-04-12 20:14:54 +00:00
2008-08-21 17:58:08 +00:00
2008-05-31 16:21:33 +00:00
2008-02-01 10:50:11 +00:00
2008-06-04 14:57:43 +00:00
2008-08-21 19:25:45 +00:00
2008-08-21 18:00:53 +00:00
2008-08-21 17:58:08 +00:00
2008-06-07 20:50:51 +00:00
2008-08-21 17:58:08 +00:00
2008-06-03 19:51:57 +00:00
2008-07-24 11:25:30 +00:00
2008-06-29 01:03:05 +00:00
2008-02-04 14:47:49 +00:00
2008-05-13 18:26:52 +00:00
2008-01-06 17:10:54 +00:00
2008-08-06 08:37:17 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%