From a5317074e123b9303174abb3da560cc7fd4d6b0e Mon Sep 17 00:00:00 2001 From: Sai Pavan Boddu Date: Thu, 24 Sep 2020 19:50:50 +0530 Subject: usb/hcd-xhci: Make dma read/writes hooks pci free This patch starts making the hcd-xhci.c pci free, as part of this restructuring dma read/writes are handled without passing pci object. Signed-off-by: Sai Pavan Boddu Reviewed-by: Edgar E. Iglesias Message-id: 1600957256-6494-2-git-send-email-sai.pavan.boddu@xilinx.com Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-xhci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/usb/hcd-xhci.h') diff --git a/hw/usb/hcd-xhci.h b/hw/usb/hcd-xhci.h index c3dfc14405..c8a8ae4c34 100644 --- a/hw/usb/hcd-xhci.h +++ b/hw/usb/hcd-xhci.h @@ -188,6 +188,7 @@ struct XHCIState { USBBus bus; MemoryRegion mem; + AddressSpace *as; MemoryRegion mem_cap; MemoryRegion mem_oper; MemoryRegion mem_runtime; -- cgit v1.2.3