mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-21 14:03:34 +00:00
In hcall_vm_intr_monitor(), the default case for intr_hdr->cmd is a wrong case. So, it should return error code back. But it returns success code 0 in current codes. Tracked-On: #8580 Reviewed-by: Fei Li <fei1.li@intel.com> Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com>