acrn-hypervisor/devicemodel
Gao Junhao 90cf27aa5f dm: remove cfc/cf8 pio handler
The acrn vhm driver will convert all PCI configure space access to
PCI_CFG type, so the pci_emul_cfgaddr and pci_emul_cfgdata will nerver
be invoked. Remove these useless functions.

Tracked-On: #3999
Signed-off-by: Gao Junhao <junhao.gao@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-11-05 16:07:38 +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 Revert "OVMF release v1.4" 2019-11-04 11:15:00 +08:00
core dm: file lock should be held till all mmap is done 2019-10-30 11:37:44 +08:00
hw dm: remove cfc/cf8 pio handler 2019-11-05 16:07:38 +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: NVME bdf info update on KBLNUC7i7DNH 2019-10-18 15:33:46 +08:00
MAINTAINERS
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/