mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-26 03:04:31 +00:00
hv: dm: Use new ioctl ACRN_IOCTL_SET_VCPU_REGS
struct acrn_set_vcpu_regs -> struct acrn_vcpu_regs struct acrn_vcpu_regs -> struct acrn_regs IC_SET_VCPU_REGS -> ACRN_IOCTL_SET_VCPU_REGS Tracked-On: #6282 Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
This commit is contained in:
@@ -67,7 +67,7 @@ struct vmctx {
|
||||
void *tpm_dev;
|
||||
|
||||
/* BSP state. guest loader needs to fill it */
|
||||
struct acrn_set_vcpu_regs bsp_regs;
|
||||
struct acrn_vcpu_regs bsp_regs;
|
||||
|
||||
/* if gvt-g is enabled for current VM */
|
||||
bool gvt_enabled;
|
||||
@@ -142,7 +142,7 @@ int vm_remove_hv_vdev(struct vmctx *ctx, struct acrn_emul_dev *dev);
|
||||
|
||||
int acrn_parse_cpu_affinity(char *arg);
|
||||
uint64_t vm_get_cpu_affinity_dm(void);
|
||||
int vm_set_vcpu_regs(struct vmctx *ctx, struct acrn_set_vcpu_regs *cpu_regs);
|
||||
int vm_set_vcpu_regs(struct vmctx *ctx, struct acrn_vcpu_regs *cpu_regs);
|
||||
|
||||
int vm_get_cpu_state(struct vmctx *ctx, void *state_buf);
|
||||
int vm_intr_monitor(struct vmctx *ctx, void *intr_buf);
|
||||
|
Reference in New Issue
Block a user