mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-08 13:23:22 +00:00
ACRN interepts vm_set/reset_ptdev_intx_info hypercalls to set the SOS vdev properties to indicate it is assigned to UOS. Today, upon vm_reset_ptdev_intx_info hypercall ACRN does not revert the SOS vdev properties back to that of SOS, as vbdf and pbdf were not part of the API. This would leave ACRN data structures in an incorrect state Tracked-On: #2700 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>