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:
Mingqiang Chi
2019-04-29 17:13:23 +08:00
committed by wenlingz
parent b1f61669fc
commit b68aee6ef1
12 changed files with 35 additions and 118 deletions

View File

@@ -26,11 +26,15 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#include <hypervisor.h>
#include <types.h>
#include <rtl.h>
#include <firmware.h>
#include "acpi_priv.h"
#include "acpi.h"
#include <pgtable.h>
#include <ioapic.h>
#include <logmsg.h>
#include <host_pm.h>
#define ACPI_SIG_RSDP "RSD PTR " /* Root System Description Ptr */
#define ACPI_OEM_ID_SIZE 6

View File

@@ -3,11 +3,18 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <hypervisor.h>
#include <types.h>
#include <rtl.h>
#include <errno.h>
#include <sprintf.h>
#include <multiboot.h>
#include <pgtable.h>
#include <guest_memory.h>
#include <zeropage.h>
#include <seed.h>
#include <mmu.h>
#include <vm.h>
#include <logmsg.h>
#define ACRN_DBG_BOOT 6U