acrn-hypervisor/devicemodel
Liu Long 5f06a2f58e ACRN: DM: Fix the vsock Guest Cid overflow issue
The vsock cid type is u64, redefine the cid type to u64, and use
dm_strtoul API replace dm_strtoi.

Tracked-On: #7456
Signed-off-by: Liu Long <long.liu@linux.intel.com>
2022-05-31 11:22:43 +08:00
..
arch/x86 Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
bios OVMF release v3.0 2022-03-31 09:06:34 +08:00
core dm: optimize the sub parameter of "-s" compatibility 2022-05-05 15:03:34 +08:00
hw ACRN: DM: Fix the vsock Guest Cid overflow issue 2022-05-31 11:22:43 +08:00
include ACRN: DM: Fix the vsock Guest Cid overflow issue 2022-05-31 11:22:43 +08:00
lib Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
log Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
MAINTAINERS
Makefile ACRN: DM: Implement the vhost vsock 2022-05-12 16:15:24 +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