]> Git Repo - qemu.git/commit - hw/usb/Makefile.objs
hw/usb/hcd-ohci: Move PCI-related code into a separate file
authorThomas Huth <[email protected]>
Fri, 19 Apr 2019 07:56:25 +0000 (09:56 +0200)
committerGerd Hoffmann <[email protected]>
Thu, 2 May 2019 06:42:17 +0000 (08:42 +0200)
commit34d97308f6d54d1f329267952533d25e6c8928ff
treef2a8c0b8b90ca5de247714ab5316d18ab703fd65
parent72e0c127bd692660c087ba7fcbe9d50032c8debd
hw/usb/hcd-ohci: Move PCI-related code into a separate file

Some machines (like the pxa2xx-based ARM machines) only have a sysbus
OHCI controller, but no PCI. With the new Kconfig-style build system,
it will soon be possible to create QEMU binaries that only contain
such PCI-less machines. However, the two OHCI controllers, for sysbus
and for PCI, are currently both located in one file, so the PCI code
is still required for linking here. Move the OHCI-PCI device code
into a separate file, so that it is possible to use the sysbus OHCI
device also without the PCI dependency.

Signed-off-by: Thomas Huth <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20190419075625[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/sh4/Kconfig
hw/usb/Kconfig
hw/usb/Makefile.objs
hw/usb/hcd-ohci-pci.c [new file with mode: 0644]
hw/usb/hcd-ohci.c
hw/usb/hcd-ohci.h [new file with mode: 0644]
This page took 0.026445 seconds and 4 git commands to generate.