Files
qemu/hw/usb
Hans de Goede ef5b234477 ehci: Fix memory leak in handling of NAK-ed packets
Currently each time we try to execute a NAK-ed packet we redo
ehci_init_transfer, and usb_packet_map, re-allocing (without freeing) the
sg list every time.

This patch fixes this, it does this by introducing another async state, so
that we also properly cleanup a NAK-ed packet on cancel.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2012-09-11 07:42:59 +02:00
..
2012-06-18 15:14:38 +02:00
2012-04-26 12:21:17 +02:00
2012-04-26 12:21:17 +02:00
2012-08-31 15:47:57 +02:00
2012-08-31 11:57:23 +02:00
2012-08-31 11:57:23 +02:00
2012-08-31 11:57:23 +02:00
2012-08-16 08:39:49 +02:00