]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: arm/arm64: change exit request to sleep request
authorAndrew Jones <drjones@redhat.com>
Sun, 4 Jun 2017 12:43:58 +0000 (14:43 +0200)
committerChristoffer Dall <cdall@linaro.org>
Sun, 4 Jun 2017 14:53:55 +0000 (16:53 +0200)
commit7b244e2be654d90d77800015d23395357dbc82ba
treebc0d064823f57739fb554be56dc742c5577a22f5
parent424c989b1a664a270727550506321af0a605c302
KVM: arm/arm64: change exit request to sleep request

A request called EXIT is too generic. All requests are meant to cause
exits, but different requests have different flags. Let's not make
it difficult to decide if the EXIT request is correct for some case
by just always providing unique requests for each case. This patch
changes EXIT to SLEEP, because that's what the request is asking the
VCPU to do.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Acked-by: Christoffer Dall <cdall@linaro.org>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
arch/arm/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_host.h
virt/kvm/arm/arm.c
virt/kvm/arm/psci.c