hv: merge hv_lib.h and hypervisor.h

merge hv_lib.h and hypervisor.h into one file

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shiqing Gao
2018-09-27 14:05:54 +08:00
committed by lijinxia
parent 3178ecea72
commit 74622d7d29
11 changed files with 13 additions and 53 deletions

View File

@@ -35,10 +35,6 @@
*/
#include <hypervisor.h>
#include <hv_lib.h>
#include <acrn_common.h>
#include <hv_arch.h>
#include <hv_debug.h>
#include "pci_priv.h"
static int vdev_hostbridge_init(struct pci_vdev *vdev)

View File

@@ -30,10 +30,6 @@
/* Passthrough PCI device related operations */
#include <hypervisor.h>
#include <hv_lib.h>
#include <acrn_common.h>
#include <hv_arch.h>
#include <hv_debug.h>
#include "pci_priv.h"

View File

@@ -30,11 +30,6 @@
/* Virtual PCI device related operations (read/write, etc) */
#include <hypervisor.h>
#include <hv_lib.h>
#include <acrn_common.h>
#include <hv_arch.h>
#include <hv_debug.h>
#include <acrn_hv_defs.h>
#include "pci_priv.h"

View File

@@ -28,10 +28,6 @@
*/
#include <hypervisor.h>
#include <hv_lib.h>
#include <acrn_common.h>
#include <hv_arch.h>
#include <hv_debug.h>
#include "pci_priv.h"

View File

@@ -5,10 +5,6 @@
*/
#include <hypervisor.h>
#include <hv_lib.h>
#include <acrn_common.h>
#include <hv_arch.h>
#include <hv_debug.h>
#define CMOS_ADDR_PORT 0x70U
#define CMOS_DATA_PORT 0x71U