From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTA06-0001UT-2t for qemu-devel@nongnu.org; Tue, 30 Oct 2012 07:28:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTA00-0007Ga-TP for qemu-devel@nongnu.org; Tue, 30 Oct 2012 07:28:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTA00-0007Ed-Li for qemu-devel@nongnu.org; Tue, 30 Oct 2012 07:28:48 -0400 From: Gerd Hoffmann Date: Tue, 30 Oct 2012 12:28:37 +0100 Message-Id: <1351596522-8142-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [RfC PATCH 0/5] ehci pci splitup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.crosthwaite@xilinx.com, Gerd Hoffmann Hi, Based on Peters series, not tested much yet, sysfs dropped but adding back in should be as easy as adding a hcd-ehci-sysbus.c file simliar to the pci variant. No changes in ehci core should be needed. Comments? cheers, Gerd Gerd Hoffmann (1): usb/ehci: split into multiple source files Peter Crosthwaite (4): usb/ehci: parameterise the register region offsets usb/ehci: Abstract away PCI DMA API usb/ehci: seperate out PCIisms usb/ehci: Guard definition of EHCI_DEBUG hw/usb/Makefile.objs | 2 +- hw/usb/hcd-ehci-pci.c | 138 +++++++++++++++ hw/usb/hcd-ehci.c | 465 ++++--------------------------------------------- hw/usb/hcd-ehci.h | 320 ++++++++++++++++++++++++++++++++++ 4 files changed, 496 insertions(+), 429 deletions(-) create mode 100644 hw/usb/hcd-ehci-pci.c create mode 100644 hw/usb/hcd-ehci.h