• A
    KVM: arm/arm64: optimize VCPU RUN · 424c989b
    Andrew Jones 提交于
    We can make a small optimization by not checking the state of
    the power_off field on each run. This is done by treating
    power_off like pause, only checking it when we get the EXIT
    VCPU request. When a VCPU powers off another VCPU the EXIT
    request is already made, so we just need to make sure the
    request is also made on self power off. kvm_vcpu_kick() isn't
    necessary for these cases, as the VCPU would just be kicking
    itself, but we add it anyway as a self kick doesn't cost much,
    and it makes the code more future-proof.
    Signed-off-by: NAndrew Jones <drjones@redhat.com>
    Reviewed-by: NChristoffer Dall <cdall@linaro.org>
    Signed-off-by: NChristoffer Dall <cdall@linaro.org>
    424c989b
arm.c 32.5 KB