mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
microvm: add usb support
Wire up "usb=on" machine option, when enabled add a sysbus xhci controller with 8 ports. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20201020074844.5304-6-kraxel@redhat.com
This commit is contained in:
parent
7114f6eac3
commit
d4a42e8581
4 changed files with 27 additions and 1 deletions
|
@ -105,6 +105,7 @@ config MICROVM
|
|||
select VIRTIO_MMIO
|
||||
select ACPI_HW_REDUCED
|
||||
select PCI_EXPRESS_GENERIC_BRIDGE
|
||||
select USB_XHCI_SYSBUS
|
||||
|
||||
config X86_IOMMU
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue