freebsd-src/lib/libvmmapi
Mark Johnston 7f00e46b85 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
2024-04-10 11:17:56 -04:00
..
amd64 libvmmapi: Split the ioctl list into MI and MD lists 2024-04-10 11:17:56 -04:00
internal.h libvmmapi: Split the ioctl list into MI and MD lists 2024-04-10 11:17:56 -04:00
Makefile libvmmapi: Add a subdirectory for amd64-specific code 2024-04-10 11:17:55 -04:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
vmmapi.c libvmmapi: Split the ioctl list into MI and MD lists 2024-04-10 11:17:56 -04:00
vmmapi.h libvmmapi: Move some ioctl wrappers to vmmapi_machdep.c 2024-04-10 11:17:55 -04:00