hv: Move the strcut acrn_vcpu_regs to public header file

Move struct acrn_vcpu_regs, acrn_descriptor_ptr and
acrn_gp_regs to acrn_common.h. The struct acrn_vcpu_regs
will be used as parameter of hypercall

Tracked-On: #1231
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
Yin Fengwei
2018-09-29 03:08:48 +00:00
committed by lijinxia
parent 572b59ff33
commit 0e0dbbaca3
5 changed files with 64 additions and 61 deletions

View File

@@ -36,6 +36,7 @@
#include "efilinux.h"
#include "stdlib.h"
#include "boot.h"
#include "acrn_common.h"
#include "vm0_boot.h"
EFI_SYSTEM_TABLE *sys_table;