summaryrefslogtreecommitdiff
path: root/hw/usb/combined-packet.c
AgeCommit message (Expand)Author
2021-05-05usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2016-01-29usb: Clean up includesPeter Maydell
2013-09-19usb: Fix iovec memleak on combined-packet freeHans de Goede
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-08usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()Hans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede
2012-11-01usb: Add packet combining functionsHans de Goede