mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-10 06:18:09 +00:00
As VIRTIO_CONFIG_S_NEEDS_RESET is not defined in standard virtio header file on ubuntu, there will be compile issue. so add VIRTIO_CONFIG_S_NEEDS_RESET to fix it. Tracked-On: #2145 Signed-off-by: Conghui Chen <conghui.chen@intel.com> Reviewed-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>