acrn-hypervisor/hypervisor/include
Victor Sun 0f745b4d15 HV: e820 refinement
- add e820 info in struct acrn_vm;

- rename rebuild_sos_vm_e820() to create_sos_vm_e820();

- add create_prelaunched_vm_e820() for partition mode;

- rename create_e820_table() to create_zeropage_e820() and merge for
  both sharing mode and partition mode;

- move create_xxx_vm_e820() to vm.c;

- move create_zeropage_e820() to vm_load.c;

Tracked-On: #2291

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-02-02 11:53:37 +08:00
..
arch/x86 HV: e820 refinement 2019-02-02 11:53:37 +08:00
common hv: Use Interrupt Remapping format for programming interrupt sources 2019-02-01 15:54:55 +08:00
debug profiling: fix the system freeze issue when running profiling tool 2019-02-01 13:21:15 +08:00
dm hv: Use Interrupt Remapping format for programming interrupt sources 2019-02-01 15:54:55 +08:00
lib hv: remove the usage of 'atoi()' 2018-12-26 13:50:26 +08:00
public profiling: enable to capture dropped samples while buffering 2019-02-01 11:44:04 +08:00
hv_debug.h HV: Added Initial support for SEP/SOCWATCH profiling 2018-10-26 13:39:07 +08:00
hypervisor.h HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00