HV: modularization cleanup instr_emul header file

separate the private macro/structure/functions, which are just used
in instr_emul.c;

and move instr_emul.h to public include path.

Tracked-On: #1842
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
Minggui Cao
2019-01-18 16:43:50 +08:00
committed by wenlingz
parent 18dbdfd5d7
commit 173b534b05
7 changed files with 165 additions and 205 deletions

View File

@@ -16,7 +16,7 @@
#include <gdt.h>
#include <timer.h>
#include <logmsg.h>
#include "arch/x86/guest/instr_emul.h"
#include <instr_emul.h>
#include <profiling.h>
#include <security.h>