Files
acrn-hypervisor/hypervisor/arch/x86
Yan, Like fc61536b07 hv: rework EOI_EXIT_BITMAP update logic
This commit changes the EOI_EXIT_BITMAP as follows:
- add a eoi_exit_bitmap to vlapic structure;
- go through all the RTEs and set eoi_exit_bitmap in the vlapic structure when related RTE fields are modified;
- add ACRN_REQUEST_EOI_EXIT_UPDATE, if eoi_exit_bitmap changed, request the corresponding vcpu to write the bitmap
  to VMCS.

Tracked-On: #2343
Signed-off-by: Yan, Like <like.yan@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-17 08:48:22 +08:00
..
2018-12-19 09:07:14 +08:00
2019-01-15 13:42:36 +08:00
2018-12-21 10:33:32 +08:00
2018-11-13 16:28:58 +08:00
2018-12-21 10:34:15 +08:00
2019-01-08 11:28:13 +08:00
2019-01-11 09:44:10 +08:00
2018-12-28 23:26:31 +08:00
2018-12-25 13:25:14 +08:00
2018-12-12 13:08:10 +08:00
2019-01-11 16:52:28 +08:00
2019-01-17 08:48:22 +08:00