acrn-hypervisor/devicemodel
Yonghua Huang d8deaa4b16 dm: close filepointer before exiting acrn_load_elf()
In acrn_load_elf(), file pointer 'fp' is kept in
 open state before exiting if 'load_elf32()' is executed,
 this patch is to fix this bug.

Tracked-On: #3817
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2019-10-17 13:13:06 +08:00
..
arch/x86 dm: pm: move host power button related code out of pm.c 2019-09-11 13:27:10 +08:00
bios OVMF release v1.3 2019-09-26 11:33:43 +08:00
core dm: close filepointer before exiting acrn_load_elf() 2019-10-17 13:13:06 +08:00
hw dm: validation for input to public functions 2019-10-16 10:26:50 +08:00
include dm: Add Oracle subsystem vendor ID 2019-10-11 13:20:19 +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 dm: switch to launch RT_LaaG with OVMF by default 2019-10-12 15:54:26 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile DM: add guest vm power manager by vuart 2019-09-11 16:43:22 +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/