diff options
author | Philippe Mathieu-Daudé | 2021-03-09 20:08:02 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2021-03-15 17:00:59 +0100 |
commit | 6f2bcd5fc84700b5eabfd58c08cbc61f1d7b5b6e (patch) | |
tree | 9d23705ffd97486a830261b61ad1b5642ce853cc /MAINTAINERS | |
parent | hw/usb/hcd-uhci: Expose generic prototypes to local header (diff) | |
download | qemu-6f2bcd5fc84700b5eabfd58c08cbc61f1d7b5b6e.tar.gz qemu-6f2bcd5fc84700b5eabfd58c08cbc61f1d7b5b6e.tar.xz qemu-6f2bcd5fc84700b5eabfd58c08cbc61f1d7b5b6e.zip |
hw/usb: Extract VT82C686 UHCI PCI function into a new unit
Extract the VT82C686 PCI UHCI function into a new unit so
it is only build when the VT82C686 south bridge is selected.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210309190802.830969-4-f4bug@amsat.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5ca3c9f851..b6ab3d25a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1180,6 +1180,7 @@ S: Odd Fixes F: hw/mips/fuloong2e.c F: hw/isa/vt82c686.c F: hw/pci-host/bonito.c +F: hw/usb/vt82c686-uhci-pci.c F: include/hw/isa/vt82c686.h Loongson-3 virtual platforms |