HV: cleanup header files under hypervisor/common

it removes hypervisor.h and just includes needed header files.

Tracked-On: #1842
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Minggui Cao
2019-02-26 15:42:56 +08:00
committed by wenlingz
parent 3cb5542b0a
commit a89c41dd4c
9 changed files with 47 additions and 11 deletions

View File

@@ -4,10 +4,15 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <hypervisor.h>
#include <vm.h>
#include <e820.h>
#include <zeropage.h>
#include <boot_context.h>
#include <ept.h>
#include <mmu.h>
#include <errno.h>
#include <sprintf.h>
#include <logmsg.h>
static void prepare_bsp_gdt(struct acrn_vm *vm)
{