hv: Change the struct cpu_gp_regs name to acrn_gp_regs

We will define the hypercall to set acrn vcpu registers and
move this struct to acrn_commmon.h for reference from hypercall
parameter definition.

Tracked-On: #1231
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
Yin Fengwei
2018-09-28 10:44:33 +08:00
committed by lijinxia
parent b207f1b942
commit 843f7721f0
7 changed files with 22 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
/* General-purpose register layout aligned with the general-purpose register idx
* when vmexit, such as vmexit due to CR access, refer to SMD Vol.3C 27-6.
*/
struct cpu_gp_regs {
struct acrn_gp_regs {
uint64_t rax;
uint64_t rcx;
uint64_t rdx;