acrn-support interface¶
The acrn interface allows access to, and control of, user virtual machines using the ACRN hypervisor.
This interface is primarily intended to be used with Ubuntu Core devices.
Developer details¶
Auto-connect: no Super-privileged: no
Code examples¶
The following (third-party) repository contains recipes to create snap packages for ACRN: https://github.com/gvancuts/acrn-snap
The test code can be found in the snapd repository: https://github.com/snapcore/snapd/blob/master/interfaces/builtin/acrn_support_test.go
The source code for the interface is in the snapd repository: https://github.com/snapcore/snapd/blob/master/interfaces/builtin/acrn_support.go