10f25cdab6
To avoid assertions in devicemodel, remove all the assert() in vga.c, use print error message to check errors. All the behavior of registers follow this spec: https://wiki.osdev.org/VGA_Hardware#Graphics_Mode Tracked-On: #8125 Signed-off-by: Sun Peng <peng.p.sun@linux.intel.com> Reviewed-by: Huang, Yonghua <yonghua.huang@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
bios | ||
core | ||
hw | ||
include | ||
lib | ||
log | ||
Makefile | ||
README.rst | ||
samples |
README.rst
ACRN Device Model ################# Introduction ============ The ACRN Device Model provides **device sharing** capabilities between the Service VM and post-launched User VMs. It is a component that is used in conjunction with the `ACRN Hypervisor`_ and is installed within the Service VM. .. _`ACRN Hypervisor`: https://github.com/projectacrn/acrn-hypervisor