mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: minor cleanup of hv_main.c
- remove vcpu->arch.nrexits which is useless. - record full 32 bits of exit_reason to TRACE_2L(). Make the code simpler. Tracked-On: #6289 Signed-off-by: Zide Chen <zide.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -254,7 +254,6 @@ struct acrn_vcpu_arch {
|
||||
bool irq_window_enabled;
|
||||
bool emulating_lock;
|
||||
bool xsave_enabled;
|
||||
uint32_t nrexits;
|
||||
|
||||
/* VCPU context state information */
|
||||
uint32_t exit_reason;
|
||||
|
Reference in New Issue
Block a user