Skip to content

Commit f744762

Browse files
mingqiangchilijinxia
authored andcommitted
hv:Remove redundancy 'vlapic' in 'struct vcpu'
It has been defined in 'struct vcpu_arch' Tracked-On: #861 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
1 parent aae5018 commit f744762

File tree

1 file changed

+0
-1
lines changed
  • hypervisor/include/arch/x86/guest

1 file changed

+0
-1
lines changed

hypervisor/include/arch/x86/guest/vcpu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ struct vcpu {
222222
/* State of debug request for this VCPU */
223223
volatile enum vcpu_state dbg_req_state;
224224
uint64_t sync; /*hold the bit events*/
225-
struct acrn_vlapic *vlapic; /* per vCPU virtualized LAPIC */
226225

227226
struct list_head run_list; /* inserted to schedule runqueue */
228227
uint64_t pending_pre_work; /* any pre work pending? */

0 commit comments

Comments
 (0)