Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1398200
| From | Paolo Bonzini <pbonzini@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PART1 V5 12/13] svm: Do not intercept CR8 when enable AVIC |
| Date | 2016-05-10 17:20 +0200 |
| Message-ID | <rxhC2-4UM-29@gated-at.bofh.it> (permalink) |
| References | <rvauZ-1pG-3@gated-at.bofh.it> <rvav0-1pG-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PART1 V5 12/13] svm: Do not intercept CR8 when enable AVIC Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> - 2016-05-04 21:20 +0200 Re: [PART1 V5 12/13] svm: Do not intercept CR8 when enable AVIC Paolo Bonzini <pbonzini@redhat.com> - 2016-05-10 17:20 +0200
csiph-web