diff options
author | Christoffer Dall <christoffer.dall@linaro.org> | 2017-12-04 21:35:24 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-12-14 09:26:50 +0100 |
commit | 8a32dd60ec9488b73e04e5b7bc82b77a2580b1b7 (patch) | |
tree | b025981d223274f89d7d40fc7e227dae2660da4b /arch/powerpc | |
parent | ec7660ccdd2b71d8c7f0243f8590253713e9b75d (diff) | |
download | blackbird-op-linux-8a32dd60ec9488b73e04e5b7bc82b77a2580b1b7.tar.gz blackbird-op-linux-8a32dd60ec9488b73e04e5b7bc82b77a2580b1b7.zip |
KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
In preparation for moving calls to vcpu_load() and vcpu_put() into the
architecture specific implementations of the KVM vcpu ioctls, move the
calls in the main kvm_vcpu_ioctl() dispatcher function to each case
of the ioctl select statement. This allows us to move the vcpu_load()
and vcpu_put() calls into architecture specific implementations of vcpu
ioctls, one by one.
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions