/acrn-devicemodel

Project ACRN Device Model

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ACRN Device Model

Introduction

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.

Building the Device Model

Build dependencies

  • 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

Build

To build the Device Model

make

To clean the build artefacts

make clean

Runtime dependencies

  • On CentOS
sudo yum install openssl-libs \
                 zlib \
                 libpciaccess \
                 libuuid
  • On Fedora 27
sudo dnf install openssl-libs \
                 zlib \
                 libpciaccess \
                 libuuid