acrn-hypervisor/hypervisor/include
Kaige Fu f03ae8d09c HV: instr_emul: Rearrange logic of instr_emul*
Originally, there is cross-references between instr_emul.h and instr_emul_wrapper.h.
User must include both of them when calling instruction emulation functions. This
will raise up some confusion and inconvenience.

So we rearrange the logic of instruction emulation code as following:

  - External API -- defined in instr_emul.h
     * decode_instruction(struct vcpu *vcpu)
     * emulate_instruction(struct vcpu *vcpu)

  - Make all other functions as static in instr_emul.c

  - Remove instr_emul_wrapper.c/h

No functional change.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
2018-08-07 12:09:22 +08:00
..
arch/x86 HV: instr_emul: Rearrange logic of instr_emul* 2018-08-07 12:09:22 +08:00
common hv: treewide: fix 'Prototype and definition name mismatch' 2018-08-06 16:04:40 +08:00
debug hv: treewide: fix 'Prototype and definition name mismatch' 2018-08-06 16:04:40 +08:00
lib hv: treewide: fix 'Prototype and definition name mismatch' 2018-08-06 16:04:40 +08:00
public hv: add vm restart API 2018-08-02 13:14:03 +08:00
hv_debug.h hv:Reshuffle console/uart code 2018-07-30 16:25:16 +08:00
hv_lib.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
hypervisor.h hv: mmu: revisit mmu modify page table attributes 2018-07-19 11:11:32 +08:00