mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user