mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
if some pci devices behind gvt got failures when initlizing at init_pci(), gvt instance have no chance to be destroied even acrn-dm exits. NOTE: this patch can not work standalone, a following patch to kernel side(643d40961cf: "vhm: init client->kthread_exit true") is requied as well, otherwise it will stucks during destroying gvt instance. Tracked-On: #1141 Signed-off-by: Li Zhijian <zhijianli88@163.com>