acrn-hypervisor/devicemodel
Marius Rodi 8fe8b15a02 devicemodel: hw: pci: xhci: Remove unnecessary condition
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>
2022-09-07 14:08:09 +08:00
..
arch/x86 Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
bios OVMF release v3.0 2022-03-31 09:06:34 +08:00
core dm: bugfix for iothread 2022-08-10 22:33:34 +08:00
hw devicemodel: hw: pci: xhci: Remove unnecessary condition 2022-09-07 14:08:09 +08:00
include dm: change virtio-i2c from legacy to modern device 2022-08-25 14:50:24 +08:00
lib Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
log Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
Makefile dm: support iothread 2022-08-02 11:14:54 +08:00
README.rst doc: terminology cleanup in DM readme 2021-11-24 06:29:25 -08:00
samples acrn-config: Reorg config tool folder 2021-01-27 11:08:28 +08:00

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