acrn-hypervisor/devicemodel
Xiaoguang Wu 122685b7b9 DM USB: xHCI: refine the failure process logic of control transfer
The old logic to process control transfer failure only include two cases:
1 Short packet
2 Stall.
This patch includes all possible failures reported by Libusb and does
related emulation for UOS

Tracked-On: #2918
Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
2019-04-11 20:05:20 +08:00
..
arch/x86 DM: Keep consistency between HV and DM about PM1A_CNT_ADDR 2019-04-04 17:51:15 +08:00
bios OVMF release v0.8 2019-04-01 12:39:42 +08:00
core DM: Add new parameter --rtvm for soft/hard real-time guest 2019-04-04 00:27:55 +08:00
hw DM USB: xHCI: refine the failure process logic of control transfer 2019-04-11 20:05:20 +08:00
include DM USB: xHCI: WA for an isochronous crash issue 2019-04-10 17:54:34 +08:00
lib dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
samples DM USB: fix SWWDT_UNHANDLED issue 2019-04-11 13:21:30 +08:00
vmcfg dm: remove "acrn_" prefix from tap name 2019-04-09 10:59:45 +08:00
MAINTAINERS update home page information 2018-05-15 17:19:39 +08:00
Makefile dm: remove smbios 2019-03-26 00:21:52 -07: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/