[pve-devel] [PATCH] enable q35 machine support
Alexandre DERUMIER
aderumier at odiso.com
Wed Jun 18 06:25:24 CEST 2014
>>Can't we always plug the tablet to ehci (why not)?
I think we have tried last year, but they was a qemu bug (resolved since), and usb mice was not selected by default.
But It's should work now, need to be tested on differents linux distros + windows.
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre Derumier" <aderumier at odiso.com>, pve-devel at pve.proxmox.com
Envoyé: Mercredi 18 Juin 2014 06:22:58
Objet: RE: [pve-devel] [PATCH] enable q35 machine support
> - 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