Skip to content

jsun26intel/acrn-devicemodel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project ACRN Device Model

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.4%
  • Other 0.6%