tmp_suning_uos_patched/arch/ia64/kvm
Xiao Guangrong 6b7e2d0991 KVM: Add "exiting guest mode" state
Currently we keep track of only two states: guest mode and host
mode.  This patch adds an "exiting guest mode" state that tells
us that an IPI will happen soon, so unless we need to wait for the
IPI, we can avoid it completely.

Also
1: No need atomically to read/write ->mode in vcpu's thread

2: reorganize struct kvm_vcpu to make ->mode and ->requests
   in the same cache line explicitly

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2011-03-17 13:08:26 -03:00
..
asm-offsets.c
irq.h
Kconfig
kvm_fw.c
kvm_lib.c
kvm_minstate.h
kvm-ia64.c KVM: Add "exiting guest mode" state 2011-03-17 13:08:26 -03:00
lapic.h KVM: ia64: define kvm_lapic_enabled() to fix a compile error 2010-10-24 10:52:00 +02:00
Makefile
memcpy.S
memset.S
misc.h
mmio.c tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
optvfault.S
process.c
trampoline.S
vcpu.c
vcpu.h
vmm_ivt.S
vmm.c KVM: Let vcpu structure alignment be determined at runtime 2010-05-19 11:36:29 +03:00
vti.h
vtlb.c