From: Paolo Bonzini <pbonzini@redhat.com>
To: Sean Christopherson <seanjc@google.com>
Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org,
jgross@suse.com, stable@vger.kernel.org
Subject: Re: [PATCH] KVM: x86: Use a stable condition around all VT-d PI paths
Date: Tue, 16 Nov 2021 18:57:49 +0100 [thread overview]
Message-ID: <3226f821-1461-b7cf-3f75-ba2e3dcaa446@redhat.com> (raw)
In-Reply-To: <YZPtheR+pShP+CX6@google.com>
On 11/16/21 18:42, Sean Christopherson wrote:
>> + return kvm_arch_has_assigned_device(kvm) &&
>> + irq_remapping_cap(IRQ_POSTING_CAP) &&
>> + irqchip_in_kernel(kvm) && enable_apicv;
> Bad indentation/alignment.
What is even the right indentation? I'd just wrap everything in
parentheses but then check patch complains "return is not a function"
(NSS), so I went for two tabs and called it a day.
> Not that it's likely to matter, but would it make sense to invert the checks so
> that they're short-circuited on the faster KVM checks? E.g. fastest to slowest:
>
> return irqchip_in_kernel(kvm) && enable_apic &&
> kvm_arch_has_assigned_device(kvm) &&
> irq_remapping_cap(IRQ_POSTING_CAP);
Sure, why not.
Paolo
prev parent reply other threads:[~2021-11-16 17:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-16 14:22 [PATCH] KVM: x86: Use a stable condition around all VT-d PI paths Paolo Bonzini
2021-11-16 17:42 ` Sean Christopherson
2021-11-16 17:57 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3226f821-1461-b7cf-3f75-ba2e3dcaa446@redhat.com \
--to=pbonzini@redhat.com \
--cc=jgross@suse.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=seanjc@google.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.