]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vmm: Don't lock a vCPU for VM_PPTDEV_MSI[X].
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 9 Dec 2022 18:26:23 +0000 (10:26 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 9 Dec 2022 18:26:23 +0000 (10:26 -0800)
commit91980db1beecd52e34a1550a247e374cfcc746a2
tree16fcbd6b634425905f12c8bc7a48e81c65be4ae2
parent62be9ffd82fb1a03db5e04d32ab75550f1f4f2c7
vmm: Don't lock a vCPU for VM_PPTDEV_MSI[X].

These are manipulating state in a ppt(4) device none of which is
vCPU-specific.  Mark the vcpu fields in the relevant ioctl structures
as unused, but don't remove them for now.

Reviewed by: corvink, markj
Differential Revision: https://reviews.freebsd.org/D37639
sys/amd64/include/vmm_dev.h
sys/amd64/vmm/vmm_dev.c