mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
daecaea038
Along with video and VNC support, bhyve has introduced USB tablet support as an input device. This tablet is exposed to a guest as a device on an XHCI controller. At present, tablet is the only supported device on the XHCI controller in bhyve, so to make things simple, it's allowed to only have a single XHCI controller with a single tablet device. In detail, this commit: - Introduces a new capability bit for XHCI support in bhyve - Adds an XHCI controller and tabled support with 1:1 mapping between them - Adds a couple of unit tests |
||
---|---|---|
.. | ||
bhyvexml2xmlout-acpiapic.xml | ||
bhyvexml2xmlout-addr-more-than-32-sata-disks.xml | ||
bhyvexml2xmlout-addr-multiple-sata-disks.xml | ||
bhyvexml2xmlout-addr-multiple-virtio-disks.xml | ||
bhyvexml2xmlout-addr-no32devs-multiple-sata-disks.xml | ||
bhyvexml2xmlout-addr-no32devs-single-sata-disk.xml | ||
bhyvexml2xmlout-addr-single-sata-disk.xml | ||
bhyvexml2xmlout-addr-single-virtio-disk.xml | ||
bhyvexml2xmlout-base.xml | ||
bhyvexml2xmlout-bhyveload-bootorder1.xml | ||
bhyvexml2xmlout-bhyveload-bootorder2.xml | ||
bhyvexml2xmlout-bhyveload-bootorder3.xml | ||
bhyvexml2xmlout-bhyveload-bootorder4.xml | ||
bhyvexml2xmlout-bhyveload-bootorder.xml | ||
bhyvexml2xmlout-bhyveload-explicitargs.xml | ||
bhyvexml2xmlout-console.xml | ||
bhyvexml2xmlout-custom-loader.xml | ||
bhyvexml2xmlout-disk-cdrom-grub.xml | ||
bhyvexml2xmlout-disk-cdrom.xml | ||
bhyvexml2xmlout-disk-virtio.xml | ||
bhyvexml2xmlout-grub-bootorder2.xml | ||
bhyvexml2xmlout-grub-bootorder.xml | ||
bhyvexml2xmlout-grub-defaults.xml | ||
bhyvexml2xmlout-input-xhci-tablet.xml | ||
bhyvexml2xmlout-localtime.xml | ||
bhyvexml2xmlout-macaddr.xml | ||
bhyvexml2xmlout-metadata.xml | ||
bhyvexml2xmlout-serial-grub-nocons.xml | ||
bhyvexml2xmlout-serial-grub.xml | ||
bhyvexml2xmlout-serial.xml |