summaryrefslogtreecommitdiffstats
path: root/hw/usb/combined-packet.c
Commit message (Expand)AuthorAgeFilesLines
* usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann2021-05-051-1/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/usb: Fix LGPL information in the file headersThomas Huth2019-01-301-2/+2
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* usb: Fix iovec memleak on combined-packet freeHans de Goede2013-09-191-0/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede2012-11-081-18/+15Star
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-11/+18
* combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede2012-11-011-2/+5
* usb: Add packet combining functionsHans de Goede2012-11-011-0/+179