8fe8b15a02
Because of the iteration of i as is, the condition i <= XHCI_MAX_DEVS always results as true and thus is unnecessary. When compiling with cflag -Werror this condition will result in a compilation failure. Tracked-On: #8114 Signed-off-by: Marius Rodi <marius.rodi@linutronix.de> |
||
---|---|---|
.. | ||
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