mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
hv: vlapic: remove TPR set/get API
Since we always enable "Use TPR shadow", so operate on TPR will not trigger VM exit. So remove these APIs. Tracked-On: #1842 Signed-off-by: Li, Fei1 <fei1.li@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -111,10 +111,6 @@ struct acrn_vlapic {
|
||||
} __aligned(PAGE_SIZE);
|
||||
|
||||
|
||||
/* APIC write handlers */
|
||||
void vlapic_set_cr8(struct acrn_vlapic *vlapic, uint64_t val);
|
||||
uint64_t vlapic_get_cr8(const struct acrn_vlapic *vlapic);
|
||||
|
||||
/**
|
||||
* @brief virtual LAPIC
|
||||
*
|
||||
|
Reference in New Issue
Block a user