mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 05:57:33 +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> |
||
---|---|---|
.. | ||
mmio | ||
pci | ||
platform | ||
block_if.c | ||
gc.c | ||
uart_core.c | ||
usb_core.c | ||
vdisplay_sdl.c | ||
vga.c |