original_kernel/arch/x86/kvm
Frederik Deweerdt 8a8365c560 KVM: MMU: fix pointer cast
On a 32 bits compile, commit 3da0dd433d
introduced the following warnings:

arch/x86/kvm/mmu.c: In function ‘kvm_set_pte_rmapp’:
arch/x86/kvm/mmu.c:770: warning: cast to pointer from integer of different size
arch/x86/kvm/mmu.c: In function ‘kvm_set_spte_hva’:
arch/x86/kvm/mmu.c:849: warning: cast from pointer to integer of different size

The following patch uses 'unsigned long' instead of u64 to match the
pointer size on both arches.

Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xprog.eu>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2009-10-16 12:30:26 -03:00
..
Kconfig
Makefile
emulate.c
i8254.c KVM: use proper hrtimer function to retrieve expiration time 2009-10-16 12:30:25 -03:00
i8254.h
i8259.c
irq.c
irq.h
kvm_cache_regs.h
kvm_timer.h
lapic.c KVM: use proper hrtimer function to retrieve expiration time 2009-10-16 12:30:25 -03:00
lapic.h
mmu.c KVM: MMU: fix pointer cast 2009-10-16 12:30:26 -03:00
mmu.h
mmutrace.h
paging_tmpl.h KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes 2009-10-04 17:04:50 +02:00
svm.c
timer.c
trace.h
tss.h
vmx.c KVM: VMX: flush TLB with INVEPT on cpu migration 2009-10-04 13:57:24 +02:00
x86.c KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID 2009-10-04 17:04:16 +02:00
x86.h