mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
There were some scenarios where we are not clearing SW_EXIT_INFO1 to indicate that there were no error while handling the GHCB exit. Recently, new Linux guests got stricter with checking the value of SW_EXIT_INFO1 after coming back from VMGEXIT and started crashing. Fix this behavior by clearing out SW_EXIT_INFO1 in case of no error. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>