acrn-hypervisor/devicemodel
Zhao Yakui 93386d3c70 ACRN/DM: Destroy the created pci_device iterator to fix memory leak in passthru_init
Now it will call the below function to create the corresponding pci_device_iterator
in passthrough device initialization. But it is not released in time.
So it needs to be released to fix the memory leak issue.

Tracked-On: #2762
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Reviewed-by: He, Min <min.he@intel.com>
Acked-by: Yin Fengwei <fengwei.yin@intel.com>
2019-03-14 12:55:49 +08:00
..
arch/x86 dm: use power button acpi device to find its input event 2019-03-07 20:23:48 +08:00
bios OVMF release v0.7 2019-03-01 20:23:22 +08:00
core [RevertMe] dm: pci: restore workaround when alloc pci mem64 bar 2019-03-05 15:14:24 +08:00
hw ACRN/DM: Destroy the created pci_device iterator to fix memory leak in passthru_init 2019-03-14 12:55:49 +08:00
include dm: add support of high MMIO mapping 2019-02-28 18:33:11 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples Makefile: make UP2 sample directory name consistent with board name 2019-03-14 11:57:05 +08:00
vmcfg tools: vmcfg: use defconfig instead of default values in Kconfig 2018-12-12 13:23:28 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile Makefile: make UP2 sample directory name consistent with board name 2019-03-14 11:57:05 +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/