acrn-hypervisor/devicemodel/hw
YuanXin-Intel 78bf76e467 dm: fix the issue that RTVM cannot bring up with io uring
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>
2025-05-23 10:06:16 +08:00
..
mmio dm: fix the secure coding style violations 2022-08-02 18:01:24 +08:00
pci dm: fix the issue that RTVM cannot bring up with io uring 2025-05-23 10:06:16 +08:00
platform dm: acpi: support CPPC V2 capability in _OSC of DSDT for ACRN guest. 2024-08-15 14:35:04 +08:00
block_if.c dm: block_if: support bypassing BST_BLOCK logic 2024-06-05 15:23:33 +08:00
gc.c dm: virtio-gpu: VGA compability support 2022-03-28 15:26:20 +08:00
uart_core.c dm: uart: add escape sequence Ctrl-a x to exit dm 2024-09-14 10:03:52 +08:00
usb_core.c DM USB: modify disconnecting logic to support Windows 10 2019-09-26 11:29:22 +08:00
vdisplay_sdl.c dm: vdisplay_sdl: fix command line option parsing 2023-07-05 18:48:58 +08:00
vga.c dm: fix NULL pointer dereference risk in vdisplay 2023-07-05 18:48:58 +08:00