HV: instr_emul: Rename emul_cnx to emul_ctxt

ctxt is a more general abbreviation of context.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Kaige Fu
2018-07-06 14:05:15 +08:00
committed by wenlingz
parent 211fcd4f40
commit 21f0bddff8
3 changed files with 19 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ struct per_cpu_region {
#endif
struct per_cpu_timers cpu_timers;
struct sched_context sched_ctx;
struct emul_cnx g_inst_ctxt;
struct emul_ctxt g_inst_ctxt;
struct host_gdt gdt;
struct tss_64 tss;
enum cpu_state state;