summaryrefslogtreecommitdiff
path: root/hw/usb/combined-packet.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-19usb: Fix iovec memleak on combined-packet freeHans de Goede1-0/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede1-18/+15
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-11/+18
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede1-2/+5
2012-11-01usb: Add packet combining functionsHans de Goede1-0/+179