mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-26 13:23:41 +00:00
Documentation: clean-up of isolated README.rst files
Clean up of a couple of README.rst files located respectively under hypervisor/ and devicemodel/ to remove obsolete and unmaintained information. Both hold a basic introduction about the folder content and refer to the official documentation website for more detailed information. Tracked-On: #1827 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
committed by
David Kinder
parent
29f9502152
commit
4ec4ddc0cc
@@ -3,78 +3,10 @@ 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
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo swupd bundle-add os-clr-on-clr \
|
||||
os-utils-gui-dev
|
||||
|
||||
* For CentOS
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo yum install gcc \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel \
|
||||
libusb-devel
|
||||
|
||||
* For Fedora 27
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo dnf install gcc \
|
||||
libuuid-devel \
|
||||
openssl-devel \
|
||||
libpciaccess-devel \
|
||||
libusb-devel
|
||||
|
||||
Build
|
||||
*****
|
||||
To build the Device Model
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
make
|
||||
|
||||
To clean the build artefacts
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
make clean
|
||||
|
||||
Runtime dependencies
|
||||
********************
|
||||
|
||||
* On CentOS
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo yum install openssl-libs \
|
||||
zlib \
|
||||
libpciaccess \
|
||||
libuuid \
|
||||
libusb
|
||||
|
||||
* On Fedora 27
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
sudo dnf install openssl-libs \
|
||||
zlib \
|
||||
libpciaccess \
|
||||
libuuid \
|
||||
libusb
|
||||
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.
|
||||
|
||||
.. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor
|
||||
.. _`Project ACRN documentation`: https://projectacrn.github.io/
|
||||
|
||||
Reference in New Issue
Block a user