aliguori
|
1eec614b36
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
|
16 years ago |
blueswir1
|
b4e237aae7
Suppress a -Werror=format-security warning
|
16 years ago |
blueswir1
|
6806364989
Native BSD host USB support (Juergen Lock, Lonnie Mendez)
|
16 years ago |
blueswir1
|
47398b9c36
Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Egger
|
16 years ago |
pbrook
|
e41b39105b
Use locally defined structure.
|
17 years ago |
blueswir1
|
5be8e1f258
Silence warnings about unused variables
|
17 years ago |
aliguori
|
f16a0db323
Keep usb host scanning from leaking file descriptors
|
17 years ago |
aliguori
|
22babebbaa
Fix broken USB support for Linux host (Bjorn Danielsson)
|
17 years ago |
aliguori
|
0f431527b7
Add USB sys file-system support (v8) (TJ)
|
17 years ago |
aliguori
|
ac4ffb5a13
Don't use sprintf() or strcpy()
|
17 years ago |
blueswir1
|
d9cf15784f
Define a few structures instead of including a file, add "static"
|
17 years ago |
aliguori
|
5d0c5750bb
usb: Support for removing device by host addr, improved auto filter syntax (Max Krasnyansky)
|
17 years ago |
aliguori
|
446ab1284e
husb: Make control transactions asynchronous (Max Krasnyansky)
|
17 years ago |
aliguori
|
0d38064858
husb: Fixup printfs and stuff based on the review comments (Max Krasnyansky)
|
17 years ago |
aliguori
|
24772c1eda
husb: remove disconnect detection timer (Max Krasnyansky)
|
17 years ago |
aliguori
|
64838171c4
husb: rewrite Linux host USB layer, fully async operation (Max Krasnyansky)
|
17 years ago |
aliguori
|
4b096fc9ec
husb: support for USB host device auto connect (Max Krasnyansky)
|
17 years ago |
aliguori
|
1f3870ab24
husb: support for USB host device auto disconnect (Max Krasnyansky)
|
17 years ago |
pbrook
|
9596ebb701
Add statics and missing #includes for prototypes.
|
18 years ago |
pbrook
|
87ecb68bdf
Break up vl.h.
|
18 years ago |
balrog
|
046833eae3
Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa.
|
18 years ago |
balrog
|
4d043a0900
Quiet warnings introduced with the USB iso support.
|
18 years ago |
balrog
|
b9dc033c0d
USB iso transfers support for the linux redirector and for UHCI, by Arnon Gilboa.
|
18 years ago |
ths
|
3b46e62427
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
18 years ago |
ths
|
5fafdf24ef
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
18 years ago |
ths
|
a42aa81571
Build fix for newer kernel headers, thanks Jason Wessel.
|
18 years ago |
pbrook
|
4d611c9a2f
SCSI and USB async IO support.
|
19 years ago |
bellard
|
059809e451
usb destroy API change (Lonnie Mendez)
|
19 years ago |
bellard
|
3b2ccc57c7
Linux compilation fix
|
19 years ago |
bellard
|
1f6e24e73c
display device identifier string for user with info usb (Lonnie Mendez)
|
19 years ago |