Files
acrn-hypervisor/hypervisor/arch/x86
Li, Fei1 2e60adef7c hv: vmcs: simplify update EOI-exit bitmap
1) The previous implementaion will recalculate the whole EOI-exit bitmap for
each RTE once the destination, trigger mode, delivery mode or vector of a RTE
has changed and update the EOI-exit bitmap for each vcpu of the VM.
In this patch, only set the corresponding bit of EOI-exit bitmap for
a vcpu when a level triggered interrupt has accepted in IRR or clear the
corresponding bit of EOI-exit bitmap for a vcpu when a dege triggered interrupt
has accepted in IRR which means only update a bit of EOI-exit bitmap in a vcpu
when updating TMR.
2) Rename set eoi_exit related API to set eoi_exit_bitmap.

Tracked-On: #1842
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-02-27 15:28:37 +08:00
..
2018-12-19 09:07:14 +08:00
2019-02-22 13:14:36 +08:00
2019-02-22 13:14:36 +08:00
2019-02-22 13:14:36 +08:00
2019-02-27 11:12:48 +08:00
2019-02-22 13:14:36 +08:00
2019-02-01 15:54:55 +08:00
2019-02-22 13:14:36 +08:00
2019-02-22 13:14:36 +08:00
2019-02-21 10:38:30 +08:00
2019-02-22 13:14:36 +08:00
2019-02-22 13:14:36 +08:00