Files
acrn-hypervisor/hypervisor/include/arch/x86
dongshen 8f732f2809 hv: move pi_desc related code from vlapic.h/vlapic.c to vmx.h/vmx.c/vcpu.h
The posted interrupt descriptor is more of a vmx/vmcs concept than a vlapic
concept. struct acrn_vcpu_arch stores the vmx/vmcs info, so put struct pi_desc
in struct acrn_vcpu_arch.

Remove the function apicv_get_pir_desc_paddr()

A few coding style/typo fixes

Tracked-On: #4506
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@Intel.com>
2020-03-31 10:30:30 +08:00
..
2020-03-12 14:56:34 +08:00
2020-03-25 13:26:58 +08:00
2019-11-07 08:47:02 +08:00
2020-01-14 10:21:23 +08:00
2020-03-12 14:56:34 +08:00
2020-03-04 17:33:50 +08:00
2020-03-03 09:32:11 +08:00
2020-02-25 09:11:32 +08:00
2020-03-04 17:33:50 +08:00
2019-11-27 09:49:32 +08:00
2020-02-26 09:24:16 +08:00