index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usb-redir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-27
usb: convert to QEMU Object Model
Anthony Liguori
1
-13
/
+20
2012-01-17
usb-redir: Improve some debugging messages
Hans de Goede
1
-5
/
+8
2012-01-17
usb-redir: Try to keep our buffer size near the target size
Hans de Goede
1
-3
/
+27
2012-01-17
usb-redir: Pre-fill our isoc input buffer before sending pkts to the host
Hans de Goede
1
-0
/
+16
2012-01-17
usb-redir: Dynamically adjust iso buffering size based on ep interval
Hans de Goede
1
-5
/
+48
2012-01-17
usb-redir: Clear iso / irq error when stopping the stream
Hans de Goede
1
-2
/
+4
2012-01-06
Strip trailing '\n' from error_report()'s first argument (again)
Markus Armbruster
1
-2
/
+2
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-2
/
+2
2011-11-28
usb-redir: Don't try to write to the chardev after a close event
Hans de Goede
1
-0
/
+4
2011-11-28
usb-redir: Device disconnect + re-connect robustness fixes
Hans de Goede
1
-1
/
+21
2011-11-28
usb-redir: Call qemu_chr_fe_open/close
Hans de Goede
1
-0
/
+3
2011-08-22
char: rename qemu_chr_close() -> qemu_chr_delete()
Anthony Liguori
1
-1
/
+1
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-26
/
+33
2011-07-22
USB: add usb network redirection support
Hans de Goede
1
-0
/
+1218