mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-13 02:08:03 +00:00
The FW reset is currently detected from two points upon a read failure from native read and from the reset handler. The fix removes the detection from the mevent rx callback, leaving a single detection point. To prevent reset hiccup, hw_ready is not set if a full rescan is performed, it will be set only when virtio FW will request the FW reset. Tracked-On: #1632 Signed-off-by: Aviad Nissel <aviad.nissel@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>