diff options
author | Andrew Jones | 2017-06-04 14:43:58 +0200 |
---|---|---|
committer | Christoffer Dall | 2017-06-04 16:53:55 +0200 |
commit | 7b244e2be654d90d77800015d23395357dbc82ba (patch) | |
tree | bc0d064823f57739fb554be56dc742c5577a22f5 /virt/kvm/arm/vgic/vgic.c | |
parent | KVM: arm/arm64: optimize VCPU RUN (diff) | |
download | kernel-qcow2-linux-7b244e2be654d90d77800015d23395357dbc82ba.tar.gz kernel-qcow2-linux-7b244e2be654d90d77800015d23395357dbc82ba.tar.xz kernel-qcow2-linux-7b244e2be654d90d77800015d23395357dbc82ba.zip |
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>
Diffstat (limited to 'virt/kvm/arm/vgic/vgic.c')
0 files changed, 0 insertions, 0 deletions