acrn-hypervisor/devicemodel
Junming Liu 4dfd5d6ae6 dm:gvt:keep LaaG aperture size consistent with the host
Keep LaaG aperture size consistent with the host bios setting,
if we statically set LaaG aperture 256MB,
it may not have memory space for LaaG aperture.
We get host aperture size from cfg port 0x62.

Tracked-On: #3537
Signed-off-by: Junming Liu <junming.liu@intel.com>
Reviewed-by: Xinyun Liu <xinyun.liu@intel.com>
2019-08-09 10:29:42 +08:00
..
arch/x86 dm: refine 'assert' usage in pm.c and acpi.c 2019-06-20 08:55:44 +08:00
bios OVMF release v1.2 2019-08-01 09:24:52 +08:00
core DM: monitor support force stop 2019-07-30 13:27:16 +08:00
hw dm:gvt:keep LaaG aperture size consistent with the host 2019-08-09 10:29:42 +08:00
include DM: ovmf NV storage writeback support 2019-07-22 11:18:47 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
log dm: remove unsafe apis in dm log 2019-07-12 09:41:15 +08:00
samples script: set virtio-console BE to stdio for LaaG 2019-07-10 09:45:29 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile hv: fix symbols not stripped from release binaries 2019-07-18 15:03:00 +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/