mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv:move instr_emul_ctxt instance to struct vcpu
move instr_emul_ctxt instance from struct per_cpu_region to struct vcpu, and rename it from g_inst_ctxt to inst_ctxt Tracked-On: #1842 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
Eddie Dong
parent
5331b39520
commit
286731d9d1
@@ -10,10 +10,13 @@
|
||||
#include <types.h>
|
||||
#include <sbuf.h>
|
||||
#include <irq.h>
|
||||
#include <page.h>
|
||||
#include <timer.h>
|
||||
#include <instr_emul.h>
|
||||
#include <profiling.h>
|
||||
#include <logmsg.h>
|
||||
#include <gdt.h>
|
||||
#include <schedule.h>
|
||||
#include <security.h>
|
||||
|
||||
struct per_cpu_region {
|
||||
@@ -36,7 +39,6 @@ struct per_cpu_region {
|
||||
struct per_cpu_timers cpu_timers;
|
||||
struct sched_context sched_ctx;
|
||||
struct sched_object idle;
|
||||
struct instr_emul_ctxt g_inst_ctxt;
|
||||
struct host_gdt gdt;
|
||||
struct tss_64 tss;
|
||||
enum pcpu_boot_state boot_state;
|
||||
|
Reference in New Issue
Block a user