From 88a7da8309d1c9018e5b6051412aad95eea689eb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 27 Nov 2018 13:45:23 +0100 Subject: [PATCH] followup: add FIXME comment Signed-off-by: Thomas Lamprecht --- PVE/QemuServer/USB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer/USB.pm b/PVE/QemuServer/USB.pm index 036c16cf..9eaacccb 100644 --- a/PVE/QemuServer/USB.pm +++ b/PVE/QemuServer/USB.pm @@ -42,7 +42,7 @@ sub get_usb_controllers { if ($arch eq 'aarch64') { $pciaddr = print_pci_addr('ehci', $bridges, $arch, $machine); push @$devices, '-device', "usb-ehci,id=ehci$pciaddr"; - } elsif ($machine =~ /q35/) { + } elsif ($machine =~ /q35/) { # FIXME: combine this and machine_type_is_q35 # the q35 chipset support native usb2, so we enable usb controller # by default for this machine type push @$devices, '-readconfig', '/usr/share/qemu-server/pve-q35.cfg';