From f744762ad382b1477e1620395bfe5f9c0aacbedf Mon Sep 17 00:00:00 2001 From: Mingqiang Chi Date: Tue, 11 Sep 2018 14:07:32 +0800 Subject: [PATCH] hv:Remove redundancy 'vlapic' in 'struct vcpu' It has been defined in 'struct vcpu_arch' Tracked-On: #861 Signed-off-by: Mingqiang Chi Acked-by: Eddie Dong --- hypervisor/include/arch/x86/guest/vcpu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hypervisor/include/arch/x86/guest/vcpu.h b/hypervisor/include/arch/x86/guest/vcpu.h index 53b66a7c0..d05396885 100644 --- a/hypervisor/include/arch/x86/guest/vcpu.h +++ b/hypervisor/include/arch/x86/guest/vcpu.h @@ -222,7 +222,6 @@ struct vcpu { /* State of debug request for this VCPU */ volatile enum vcpu_state dbg_req_state; uint64_t sync; /*hold the bit events*/ - struct acrn_vlapic *vlapic; /* per vCPU virtualized LAPIC */ struct list_head run_list; /* inserted to schedule runqueue */ uint64_t pending_pre_work; /* any pre work pending? */