MIPS: KVM: Fix build error caused by 'kvm_run' cleanup
authorHuacai Chen <chenhc@lemote.com>
Sun, 19 Jul 2020 10:23:27 +0000 (18:23 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jul 2020 13:53:55 +0000 (09:53 -0400)
commit033555f6eb60787bd40e34d7abeacaebdcd4c54e
tree096170d4f47dfc09b3d773ea5a74b328c0e7791d
parente8af9e9f457bc457c67538ee488580de5fde1f17
MIPS: KVM: Fix build error caused by 'kvm_run' cleanup

Commit c34b26b98caca48ec9ee9 ("KVM: MIPS: clean up redundant 'kvm_run'
parameters") remove the 'kvm_run' parameter in kvm_mips_complete_mmio_
load(), but forget to update all callers.

Fixes: c34b26b98caca48ec9ee9 ("KVM: MIPS: clean up redundant 'kvm_run' parameters")
Reported-by: kernel test robot <lkp@intel.com>
Cc: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Message-Id: <1595154207-9787-1-git-send-email-chenhc@lemote.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/kvm/emulate.c