]> git.proxmox.com Git - mirror_qemu.git/commit
xhci: fix address device
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 5 Apr 2013 13:18:52 +0000 (15:18 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Apr 2013 10:04:09 +0000 (12:04 +0200)
commita67188743bc30a3ad1358b8cd0a2a3cb64c10ff9
treeae44db6487a03f442a40b8fa188dcc95681b425e
parentaf203be36deb234550c3c8d2cbafbaef0f08ae1b
xhci: fix address device

Zero-initialize the set-address dummy USBPacket,
also add buffer to avoid sanity checks triggering.

https://bugzilla.redhat.com/show_bug.cgi?id=929019

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c