[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5731FA67.20309@redhat.com>
Date: Tue, 10 May 2016 17:12:39 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Suravee Suthikulpanit <Suravee.Suthikulpanit@....com>,
rkrcmar@...hat.com, joro@...tes.org, bp@...en8.de, gleb@...nel.org,
alex.williamson@...hat.com
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org, wei@...hat.com,
sherry.hurwitz@....com
Subject: Re: [PART1 V5 12/13] svm: Do not intercept CR8 when enable AVIC
On 04/05/2016 21:09, Suravee Suthikulpanit wrote:
> +static inline bool svm_in_nested_interrupt_shadow(struct kvm_vcpu *vcpu)
> +{
> + return is_guest_mode(vcpu) && (vcpu->arch.hflags & HF_VINTR_MASK);
> +}
> +
A better name (yes, I know I suggested this one) is
svm_nested_virtualize_tpr. I can change this when committing.
Paolo
Powered by blists - more mailing lists