acrn-hypervisor/hypervisor/include/arch/x86/guest
Yin Fengwei dbd9ab07e1 hv: Cleanup: Remove dead code.
Now, UOS will use hypercall to init BSP state, we could remove
set_bsp_real_mode_entry() and set_bsp_protect_mode_regs().

For SOS, GDT will inherit from SBL or UEFI. For UOS, DM will
prepare GDT. We don't need hypervisor to prepare GDT for guest.

The entry_addr of vcpu struct could be removed. The guest entry
is set through BSP rip register.

GUEST_CFG_OFFSET is not needed any more after this patchset.

Tracked-On: #1231
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-10-15 09:04:10 +08:00
..
guest_pm.h hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
guest.h hv: Cleanup: Remove dead code. 2018-10-15 09:04:10 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vcpu.h hv: Cleanup: Remove dead code. 2018-10-15 09:04:10 +08:00
vioapic.h vioapic: add pin_state bitmap to set irq 2018-09-30 15:24:59 +08:00
vlapic.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vm0_boot.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vm.h hv:Remove CONFIG_VM0_DESC 2018-10-12 14:41:48 +08:00
vpic.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00