dm: Remove header vmm.h

vmm.h has some unused definitions.

Keep the useful definitions and delete vmm.h

Tracked-On: #6282
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
Shuo A Liu
2021-04-07 18:20:09 +08:00
committed by wenlingz
parent 21e095dda0
commit 42989f753e
10 changed files with 28 additions and 289 deletions

View File

@@ -31,7 +31,6 @@
#include <stdbool.h>
#include "types.h"
#include "vmm.h"
#include "dm_string.h"
#define MAX_VMNAME_LEN 128U
@@ -55,9 +54,6 @@ extern bool pt_rtct;
extern bool vtpm2;
extern bool is_winvm;
int vmexit_task_switch(struct vmctx *ctx, struct vhm_request *vhm_req,
int *vcpu);
/**
* @brief Convert guest physical address to host virtual address
*