mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv:remove common header files
remove hypervisor.h/hv_debug.h/hv_arch.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> deleted: include/arch/x86/hv_arch.h deleted: include/hv_debug.h deleted: include/hypervisor.h
This commit is contained in:
@@ -1,46 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef HV_ARCH_H
|
||||
#define HV_ARCH_H
|
||||
|
||||
#include <cpu.h>
|
||||
#include <gdt.h>
|
||||
#include <idt.h>
|
||||
#include <apicreg.h>
|
||||
#include <lapic.h>
|
||||
#include <msr.h>
|
||||
#include <io.h>
|
||||
#include <io_req.h>
|
||||
#include <vmx_io.h>
|
||||
#include <ioapic.h>
|
||||
#include <vmtrr.h>
|
||||
#include <timer.h>
|
||||
#include <vlapic.h>
|
||||
#include <schedule.h>
|
||||
#include <vcpu.h>
|
||||
#include <trusty.h>
|
||||
#include <guest_pm.h>
|
||||
#include <host_pm.h>
|
||||
#include <vpic.h>
|
||||
#include <vuart.h>
|
||||
#include <vioapic.h>
|
||||
#include <vm.h>
|
||||
#include <cpuid.h>
|
||||
#include <page.h>
|
||||
#include <ept.h>
|
||||
#include <mmu.h>
|
||||
#include <pgtable.h>
|
||||
#include <irq.h>
|
||||
#include <vmx.h>
|
||||
#include <vmcs.h>
|
||||
#include <assign.h>
|
||||
|
||||
#include <guest_memory.h>
|
||||
#include <vmexit.h>
|
||||
#include <cpufeatures.h>
|
||||
|
||||
#endif /* HV_ARCH_H */
|
@@ -6,6 +6,7 @@
|
||||
|
||||
#ifndef ZEROPAGE_H
|
||||
#define ZEROPAGE_H
|
||||
#include <e820.h>
|
||||
|
||||
struct zero_page {
|
||||
uint8_t pad1[0x1e8]; /* 0x000 */
|
||||
|
Reference in New Issue
Block a user