On 11/20/20 9:55 AM, Paolo Bonzini wrote: > PCIe and USB support can be disabled on the command line, and therefore > should not be included if QEMU is configured --without-default-devices. > > While at it, also remove the "default y" for USB_XHCI_SYSBUS because > sysbus devices are not user creatable; boards that use them will > specify them manually with "imply" or "select" clauses. > > Reported-by: Bruce Rogers <brog...@suse.com> > Cc: Gerd Hoffmann <kra...@redhat.com> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > hw/i386/Kconfig | 4 ++-- > hw/usb/Kconfig | 1 - > 2 files changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>