The ACRN Device Model provides device sharing capabilities between the Service OS and Guest OSs. It is a component that is used in conjunction with the ACRN Hypervisor and this is installed within the Service OS. You can find out more about Project ACRN on the Project ACRN documentation website.
- For Clear Linux
sudo swupd bundle-add os-clr-on-clr \
os-utils-gui-dev
- For CentOS
sudo yum install gcc \
libuuid-devel \
openssl-devel \
libpciaccess-devel
- For Fedora 27
sudo dnf install gcc \
libuuid-devel \
openssl-devel \
libpciaccess-devel
To build the Device Model
make
To clean the build artefacts
make clean
- On CentOS
sudo yum install openssl-libs \
zlib \
libpciaccess \
libuuid
- On Fedora 27
sudo dnf install openssl-libs \
zlib \
libpciaccess \
libuuid