mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-19 16:43:45 +00:00
The virtio_gpu in guest_vm will try to fetch the EDID to query the supported resolution. Guest vm will send the cmd of VIRTIO_GPU_CMD_GET_EDID and receive the response of VIRTIO_GPU_RESP_OK_EDID. Now acrn-dm has some issues in course of handlding EDID request: Incorrect resp type, the incorrect response. This will cause that the guest_vm fails to fetch the EDID. Tracked-On: #7376 Acked-by: Wang Yu <yu1.wang@intel.com> Signed-off-by: Zhao Yakui <yakui.zhao@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