bd8c0de62b
The patch fix many bugs about the pci msi capabilities. 1. Fix the clear msi mask bit issues. 2. Initialize the offset of pci capabilities this variable will used as the output of pci_emul_find_capability function. 3. Replace 16-read with 32-read because both mask and pending are 32bit. 4. Add mask and pending element in msicap struct and intialize the struct value to zero, because we need r/w mask and pending value. Tracked-On: #7762 Signed-off-by: Liu Long <long.liu@linux.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