VZVirtioSharedMemoryRegion
A class that represents a Virtio shared memory region for a custom Virtio device in a virtual machine.
Declaration
class VZVirtioSharedMemoryRegionOverview
Don’t instantiate a VZVirtioSharedMemoryRegion directly.
Virtio shared memory regions are first configured on the VZCustomVirtioDeviceConfiguration through VZVirtioSharedMemoryRegionConfiguration. When you create a VZCustomVirtioDevice, the shared memory region is available through the sharedMemoryRegions property.
Use this class to manage the shared memory region during virtual machine runtime to map and unmap host memory into and from the shared memory region.