mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-08-08 23:35:48 +00:00
The virtio feature bits is 64bits but the access will be split as two times 32bits access. This patch fixes the bug which overwrites another side 32bits, and causes feature bits are lost. Tracked-On: #7456 Signed-off-by: Liu Long <long.liu@linux.intel.com> Reviewed-by: Conghui <conghui.chen@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>
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