HomeFreeBSD

libvmmapi: Split the ioctl list into MI and MD lists

Description

libvmmapi: Split the ioctl list into MI and MD lists

To enable use in capability mode, libvmmapi needs a list of all the
ioctls that might be invoked on the vmm device handle. Some of these
ioctls are amd64-specific. Move the ioctl list to vmmapi_machdep.c and
define a list of MI ioctls so that the arm64 port can build its own list
without duplicating common ioctls. No functional change intended.

Reviewed by: corvink, jhb
MFC after: 2 weeks
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D41001

Details

Provenance
markjAuthored on Apr 3 2024, 4:55 PM
Reviewer
corvink
Differential Revision
D41001: libvmmapi: Split the ioctl list into MI and MD lists
Parents
rG85efb31d50af: libvmmapi: Move VM capability names to vmmapi_machdep.c
Branches
Unknown
Tags
Unknown