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:
Li, Fei1
2019-03-15 00:10:57 +08:00
committed by Eddie Dong
parent 4a683ed10e
commit 40168e73ee
3 changed files with 0 additions and 73 deletions

View File

@@ -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
*