mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
There are some duplicate codes in emulate_xxx functions which update rflags and it deserves a common function to deal with the situation. So, this patch introduces a new function vie_update_rflags to updating rflags accordingly. Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>