]> git.ipfire.org Git - thirdparty/qemu.git/commit
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr
authorHans de Goede <hdegoede@redhat.com>
Wed, 24 Oct 2012 16:31:10 +0000 (18:31 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 25 Oct 2012 07:08:11 +0000 (09:08 +0200)
commit1f250cc77224f9b950c867e47d9f47e4cd46d7d4
tree04da0696cd36d7d06978881330ce08d3abe2c70b
parent40507377261250fe19e441300788c77b748688cb
uhci: Rename UHCIAsync->td to UHCIAsync->td_addr

We use the name td both to refer to a UHCI_TD read from guest memory as
well as to refer to the guest address where a td is stored, switch over
to always use td_addr in the second case for consistency.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-uhci.c