mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-30 04:33:58 +00:00
Documentation for the sample app isn't ready for the public, so let's not add it to the toctree yet (use the :orphan: role to stop Sphinx from complaining about an unreferenced .rst file) Tracked-On: #7820 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
25 lines
934 B
ReStructuredText
25 lines
934 B
ReStructuredText
:orphan:
|
|
|
|
.. _sample-app:
|
|
|
|
ACRN Sample Application
|
|
#######################
|
|
|
|
This directory contains a software application that runs a real-time
|
|
application between a real-time VM and a standard VM using the
|
|
acrn-hypervisor.
|
|
|
|
The ``rtvm`` directory contains the code that reads and pipes data from
|
|
``cyclictest`` to the User VM using the inter-vm shared memory feature that
|
|
acrn-hypervisor exposes to its VMs.
|
|
|
|
The ``uservm`` directory contains the code that reads the piped data from the
|
|
RTVM, processes the data, and displays the data over a web application that
|
|
can be accessed from the hypervisor's Service VM.
|
|
|
|
To build and run the applications, copy this repo to your VMs, run make in the
|
|
directory that corresponds to the VM that you are running, and then follow the
|
|
sample app guide in the acrn-hypervisor documentation.
|
|
|
|
For more information, please go to: https://github.com/projectacrn/acrn-hypervisor/wiki/ACRN-Sample-App
|