xhci: kill xhci_mem_{read,write} dispatcher functions
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Sep 2012 12:42:20 +0000 (14:42 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:43:02 +0000 (07:43 +0200)
commit1b067564ce5db9a144eb15239abbd36c31dd65c8
treec7d0a79b433231e1a7e37219aded04c03a05c929
parentfa8ee89e8b0a075e82ca54faa6135137abccfa48
xhci: kill xhci_mem_{read,write} dispatcher functions

... and register subregions instead, so we offload the dispatching
to the the memory subsystem which is designed to handle it.

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