]> git.proxmox.com Git - qemu-server.git/commitdiff
followup: add FIXME comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Nov 2018 12:45:23 +0000 (13:45 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 27 Nov 2018 12:45:23 +0000 (13:45 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer/USB.pm

index 036c16cfcd59cb0c896c2c64d21a1a21fbcb511e..9eaacccbda1d1608b304a9f443555c0511da2442 100644 (file)
@@ -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';