acrn-hypervisor/hypervisor/arch/x86/guest
Shiqing Gao 0a9d6841f7 hv: instr_emul: clean up mmio_read/mmio_write
clean up mmio_read/mmio_write in instr_emul.c
- make these two functions inline
- discard the return value and add the pre condition
- rename these two functions to vie_mmio_read/vie_mmio_write

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-14 09:18:40 +08:00
..
guest.c hv: fix 'Expression is not Boolean' 2018-11-08 13:04:11 +08:00
instr_emul.c hv: instr_emul: clean up mmio_read/mmio_write 2018-11-14 09:18:40 +08:00
instr_emul.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
mptable.c HV:treewide:rename vm data structure 2018-11-05 15:35:49 +08:00
pm.c hv:Replace dynamic memory with static for port io 2018-11-09 13:05:04 +08:00
ucode.c HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.c hv: fix possible inconsistent issue for 'vm->hw.create_vcpus' 2018-11-13 17:57:29 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: fix '(void) missing for discarded return value' 2018-11-13 19:24:54 +08:00
vm.c hv:Replace dynamic memory with static for mmio 2018-11-13 11:52:48 +08:00
vmcall.c hv:add global lock for VM & vCPU management hypercalls 2018-11-13 14:04:08 +08:00
vmsr.c HV:treewide:rename vcpu_arch data structure 2018-11-05 15:35:49 +08:00