]> git.ipfire.org Git - thirdparty/qemu.git/commit
ehci: save device pointer in EHCIState
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 9 Sep 2013 08:18:17 +0000 (10:18 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 25 Sep 2013 03:45:32 +0000 (22:45 -0500)
commitb6d163fdd8131285a01fe46e6afdba727e4df9ca
treeedbdcaa20526546b3bee5ce9e11c9d82f80914ba
parenta1991d05d37ac9054d772b32d8fac70bc31be81a
ehci: save device pointer in EHCIState

We'll need a pointer to the actual pci/sysbus device,
stick a pointer to it into the EHCIState struct.

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

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit adbecc89731cf3e0ae656d50ea9fa58c589c4bdc)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/hcd-ehci.c
hw/usb/hcd-ehci.h