KVM: Don't pass kvm_run arguments
authorAvi Kivity <avi@redhat.com>
Mon, 24 Aug 2009 08:10:17 +0000 (11:10 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:06 +0000 (09:32 +0200)
commit851ba6922ac575b749f63dee0ae072808163ba6a
tree665111285e65fea316ce6614f1208261a255fb70
parentd8769fedd4e8323d8afea9a1b2bdebff4f1d2d37
KVM: Don't pass kvm_run arguments

They're just copies of vcpu->run, which is readily accessible.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/emulate.c
arch/x86/kvm/mmu.c
arch/x86/kvm/svm.c
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c