acrn-hypervisor/hypervisor/include/arch/x86/guest
Shiqing Gao b5f4757650 hv: refine guest.h
- move functions related vmexit from `guest.h` to `vmexit.h`
- move functions related msr from `guest.h` to `msr.h`
- move functions related vm_sw_loader from `guest.h` to `vm.h`
- move function `vmx_vmrun` from `guest.h` to `vcpu.h`
- move MACROs related to vcpu from `guest.h` to `vcpu.h`
- move MACRO `E820_MAX_ENTRIES` from `guest.h` to `e820.h`
- move MACROs related to irq from `guest.h` to `irq.h`
- rename `guest.h` to `guest_memory.h`

Tracked-On: #2503
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-02-03 13:00:42 +08:00
..
assign.h hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
ept.h hv: move some api declaration from mmu.h to ept.h 2019-01-30 20:43:04 +08:00
guest_memory.h hv: refine guest.h 2019-02-03 13:00:42 +08:00
guest_pm.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
instr_emul.h HV: modularization cleanup instr_emul header file 2019-01-22 10:50:30 +08:00
io_emul.h hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
trusty.h hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
ucode.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.h hv: refine guest.h 2019-02-03 13:00:42 +08:00
vcpuid.h modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +08:00
virtual_cr.h hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
vlapic.h hv: vlapic: make vlapic deliver interrupt related functions more readable 2019-02-02 09:31:49 +08:00
vm.h hv: refine guest.h 2019-02-03 13:00:42 +08:00
vmcs.h hv:move some files to guest folder 2019-01-30 20:43:04 +08:00
vmexit.h hv: refine guest.h 2019-02-03 13:00:42 +08:00
vmtrr.h modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00