index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
redirect.c
Age
Commit message (
Expand
)
Author
2012-11-21
usb-redir: Don't handle interrupt output packets async
Hans de Goede
2012-11-21
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
Hans de Goede
2012-11-16
usb-redir: Set default debug level to warning
Hans de Goede
2012-11-16
usb-redir: Only add actually in flight packets to the in flight queue
Hans de Goede
2012-11-08
usb-redir: Allow packets to have both data and an error-status
Hans de Goede
2012-11-08
usb: split packet result into actual_length + status
Hans de Goede
2012-11-01
usb-redir: Allow redirecting super speed devices to high speed controllers
Hans de Goede
2012-11-01
usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
Jan Kiszka
2012-11-01
usb-redir: Use reject rather the disconnect on bad ep info
Hans de Goede
2012-11-01
usb-redir: Add an usbredir_setup_usb_eps() helper function
Hans de Goede
2012-11-01
usb-redir: Add support for input pipelining
Hans de Goede
2012-11-01
usb-redir: Add support for 32 bits bulk packet length
Hans de Goede
2012-10-25
usb: Move short-not-ok handling to the core
Hans de Goede
2012-10-11
usb-redir: Don't make migration fail in none seamless case
Hans de Goede
2012-10-11
usb-redir: Change usbredir_open_chardev into usbredir_create_parser
Hans de Goede
2012-09-13
usb-redir: Revert usb-redir part of commit 93bfef4c
Hans de Goede
2012-09-13
usb-redir: Add chardev open / close debug logging
Hans de Goede
2012-09-13
usb-redir: Add support for migration
Hans de Goede
2012-09-13
usb-redir: Store max_packet_size in endp_data
Hans de Goede
2012-09-13
usb-redir: Add an already_in_flight packet-id queue
Hans de Goede
2012-09-13
usb-redir: Change cancelled packet code into a generic packet-id queue
Hans de Goede
2012-09-11
usb-redir: Enable pipelining for bulk endpoints
Hans de Goede
2012-09-11
usb-redir: Ensure our peer has the necessary caps when redirecting to XHCI
Hans de Goede
2012-09-11
usb-redir: Add a usbredir_reject_device helper function
Hans de Goede
2012-09-11
usb-redir: Set ep max_packet_size if available
Hans de Goede
2012-09-11
usb-redir: Convert to new libusbredirparser 0.5 API
Hans de Goede
2012-09-11
usb-redir: Return babble when getting more bulk data then requested
Hans de Goede
2012-09-11
usb-redir: Move to core packet id and queue handling
Hans de Goede
2012-09-11
usb-redir: Get rid of unused async-struct dev member
Hans de Goede
2012-09-11
usb-redir: Get rid of local shadow copy of packet headers
Hans de Goede
2012-09-11
usb-redir: Get rid of async-struct get member
Hans de Goede
2012-09-11
usb-redir: Don't delay handling of open events to a bottom half
Hans de Goede
2012-09-11
usb-redir: Never return USB_RET_NAK for async handled packets
Hans de Goede
2012-07-09
usb-redir: Correctly handle the usb_redir_babble usbredir status
Hans de Goede
2012-06-19
Allow machines to configure the QEMU_VERSION that's exposed via hardware
CrÃstian Viana
2012-04-26
usb-redir: Not finding an async urb id is not an error
Hans de Goede
2012-04-26
usb-redir: Reset device address and speed on disconnect
Hans de Goede
2012-04-26
usb-redir: An interface count of 0 is a valid value
Hans de Goede
2012-04-17
usb-redir: Notify our peer when we reject a device due to a speed mismatch
Hans de Goede
2012-04-17
Add bootindex support to usb-host and usb-redir
Gerd Hoffmann
2012-03-13
usb: the big rename
Gerd Hoffmann