mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-03-18 19:14:53 +00:00
When reset VBS-K status should be set to VIRTIO_DEV_INIT_SUCCESS because at the time the char dev of VBS-K is still opened and when set_status callback is called later, it depends on VIRTIO_DEV_INIT_SUCCESS to resume. Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Reviewed-by: Shuo Liu <shuo.a.liu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>