[pve-devel] [PATCH] enable q35 machine support

Dietmar Maurer dietmar at proxmox.com
Wed Jun 18 06:22:58 CEST 2014


> -    push @$devices, '-device', 'usb-tablet,id=tablet,bus=uhci.0,port=1' if $tablet;
> +    my $usbbus = $q35 ? "ehci" : "uhci";
> +    push @$devices, '-device',
> + "usb-tablet,id=tablet,bus=$usbbus.0,port=1" if $tablet;

Can't we always plug the tablet to ehci (why not)?




More information about the pve-devel mailing list