mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
Device model uses polling mode to fetch the virtio blk request in RTVM. When RTVM brings up with io uring, the threads handling io uring and vq are not same, which would cause competition. To fix this issue, device model should handle vq and io uring in the same thread to avoid conflict. Tracked-On: #8737 Signed-off-by: YuanXin-Intel <xin.yuan@intel.com> Reviewed-by: Jian Jun Chen <jian.jun.chen@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
bios | ||
core | ||
hw | ||
include | ||
lib | ||
log | ||
Makefile | ||
README.rst | ||
samples |
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