[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of s
From: |
Andrew Jones |
Subject: |
Re: [PATCH v3 1/2] target/arm: kvm: Inject events at the last stage of sync |
Date: |
Thu, 12 Mar 2020 10:52:20 +0100 |
On Thu, Mar 12, 2020 at 12:34:00AM +0000, Beata Michalska wrote:
> KVM_SET_VCPU_EVENTS might actually lead to vcpu registers being modified.
> As such this should be the last step of sync to avoid potential overwriting
> of whatever changes KVM might have done.
>
> Signed-off-by: Beata Michalska <address@hidden>
> ---
> target/arm/kvm32.c | 15 ++++++++++-----
> target/arm/kvm64.c | 15 ++++++++++-----
> 2 files changed, 20 insertions(+), 10 deletions(-)
>
Reviewed-by: Andrew Jones <address@hidden>