Re: [PATCH v4 1/3] KVM: x86: Replace growing set of *_in_guest bools with a u64

From: Jim Mattson
Date: Tue Jun 24 2025 - 18:34:56 EST


On Tue, Jun 24, 2025 at 2:25 PM Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
> Can't this simply be? The set of capabilities to disable has already been vetted,
> so I don't see any reason to manually process each flag.

I love it! Thank you.