Date: Sun, 28 Jan 2024 09:05:23 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 275760] bhyve: xhci not working on linux guests Message-ID: <bug-275760-27103-ZcEezoeKdh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275760-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-275760-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275760 --- Comment #11 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D48214dfab80155c03b9b22aca9f981077= 4c151e9 commit 48214dfab80155c03b9b22aca9f9810774c151e9 Author: Peter Grehan <grehan@FreeBSD.org> AuthorDate: 2024-01-14 11:27:12 +0000 Commit: Peter Grehan <grehan@FreeBSD.org> CommitDate: 2024-01-28 09:03:25 +0000 Fix issue with Linux guest XHCI tablet probing. The USB3 spec mandates that the device-descriptor max packet size be 512 bytes, which requires a field size of 9 since it is a power-of-2. Linux kernels recently started validating this field, resulting in the table not being probed and the cursor not working in bhyve VNC. PR: 275760 (cherry picked from commit 0c243cd4a3671bf728f33378ac593c08d8367bc2) usr.sbin/bhyve/usb_mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275760-27103-ZcEezoeKdh>