acrn-hypervisor/devicemodel
yliu79 75ef7e8458 DM: remove unused function vm_set_lowmem_limit
Change-Id: I0f9ad089b8e72c7ecd9c83a9115727140c945c4f
Tracked-On: #3123
Signed-off-by: Ying Liu <ying2.liu@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2019-05-24 11:51:00 +08:00
..
arch/x86 dm: pm: mask the higher bits of parameter of smi_cmd handler 2019-04-16 15:03:04 +08:00
bios OVMF release v0.8 2019-04-01 12:39:42 +08:00
core DM: remove unused function vm_set_lowmem_limit 2019-05-24 11:51:00 +08:00
hw DM: remove unused function swtpm_reset_tpm_established_flag 2019-05-24 11:51:00 +08:00
include DM: remove unused function vm_set_lowmem_limit 2019-05-24 11:51:00 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log DM: add logger setting parser function 2019-05-05 19:13:07 +08:00
samples DM: add virtual hostbridge in launch script for RTVM 2019-05-23 14:07:05 +08:00
vmcfg dm: remove "acrn_" prefix from tap name 2019-04-09 10:59:45 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile DM: add kmsg logger to sync with kernel log 2019-05-05 19:13:07 +08:00
README.rst Documentation: clean-up of isolated README.rst files 2018-11-20 11:09:53 -08:00

README.rst

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.

.. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor
.. _`Project ACRN documentation`: https://projectacrn.github.io/