Files
acrn-hypervisor/hypervisor/include/arch/x86
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
..
2019-02-03 13:00:42 +08:00
2019-02-03 13:00:42 +08:00
2019-01-07 11:23:22 +08:00
2019-02-03 13:00:42 +08:00
2019-01-23 08:23:48 +08:00
2019-01-23 16:21:17 +08:00
2019-01-21 13:49:54 +08:00
2019-02-03 13:00:42 +08:00
2019-02-03 13:00:42 +08:00
2018-12-12 13:08:10 +08:00
2018-12-20 15:44:08 +08:00
2018-12-19 09:07:14 +08:00
2019-02-01 16:49:39 +08:00