Contents

VZVirtioSharedMemoryRegion

A class that represents a Virtio shared memory region for a custom Virtio device in a virtual machine.

Declaration

class VZVirtioSharedMemoryRegion

Overview

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.

Topics

Instance Properties

Instance Methods

See Also

Related Documentation

Managing shared memory