Date: Wed, 02 Nov 2022 15:23:09 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 264840] dev/vmware/pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change Message-ID: <bug-264840-27103-DJbeuPv3xY@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-264840-27103@https.bugs.freebsd.org/bugzilla/> References: <bug-264840-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=3D264840 --- Comment #12 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D923704f7b8efefd988bedd88ab6854033= 2efa3f8 commit 923704f7b8efefd988bedd88ab68540332efa3f8 Author: Wentao Wang <wwentao@vmware.com> AuthorDate: 2022-11-02 15:14:52 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-11-02 15:14:52 +0000 vmw_pvscsi: Expand vcpuHint to 16 bit to aliagn with host side change. vcpuHint has been expanded to 16 bit on host side to enable interruptions to be routed to more CPUs. Guest side should align with the change. This change has been tested with hosts with 8-bit and 16-bit vcpuHint, on both platforms host side can get correct value. This driver is for ESXi product which only supports x86/x64. They are little-endian. So there is no need to consider big-endian system. PR: 264840 Reviewed by: imp@, Zhenlei Huang sys/dev/vmware/pvscsi/pvscsi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264840-27103-DJbeuPv3xY>