diff options
author | Simon Guo <wei.guo.simon@gmail.com> | 2018-05-23 15:02:11 +0800 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2018-06-01 10:31:03 +1000 |
commit | 8f04412699e42c7fb5f68a847b1531ad3211b523 (patch) | |
tree | 8baffd67e7697cc2762cd825bcce2723860289ac /arch/parisc | |
parent | c8235c2891d0561960fd5d62fdda58cfb6e503b2 (diff) | |
download | linux-8f04412699e42c7fb5f68a847b1531ad3211b523.tar.gz linux-8f04412699e42c7fb5f68a847b1531ad3211b523.tar.bz2 linux-8f04412699e42c7fb5f68a847b1531ad3211b523.zip |
KVM: PPC: Book3S: Remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS
In both HV and PR KVM, the KVM_SET_REGS/KVM_GET_REGS ioctl should
be able to perform without the vcpu loaded.
Since the vcpu mutex locking/unlock has been moved out of vcpu_load()
/vcpu_put(), KVM_SET_REGS/KVM_GET_REGS don't need to do ioctl with
the vcpu loaded anymore. This patch removes vcpu_load()/vcpu_put()
from KVM_SET_REGS/KVM_GET_REGS ioctl.
Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/parisc')
0 files changed, 0 insertions, 0 deletions