]> www.infradead.org Git - users/dwmw2/qemu.git/commit
usb: move ehci_create_ich9_with_companions to hw/i386
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Dec 2018 16:32:38 +0000 (17:32 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Jan 2019 11:43:41 +0000 (12:43 +0100)
commitefce3175fd572e4d98af0b50ae9cb8d7b808f034
tree228a51c2c8eb790357cb96839efbff608a0c905d
parent114529f79ec37261dda7e3c7846a04a5bfc212bd
usb: move ehci_create_ich9_with_companions to hw/i386

This function is only needed when Q35 is in use.  Moving it to
the same file that uses it lets you disable the entire USB
subsystem in x86_64-softmmu.mak; of course doing that will
cause -usb to break horribly, but one thing at a time.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1545064358-4601-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/i386/pc_q35.c
hw/usb/hcd-ehci-pci.c
include/hw/usb.h