aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/combined-packet.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-05usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann1-1/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth1-2/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
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