Re: [GIT PULL] First batch of KVM changes for 5.6 merge window

From: Linus Torvalds
Date: Fri Jan 31 2020 - 14:03:40 EST


On Fri, Jan 31, 2020 at 10:53 AM Sean Christopherson
<sean.j.christopherson@xxxxxxxxx> wrote:
>
> I assume the easiest thing would be send a cleanup patch for vmxfeatures.h
> and route it through the KVM tree?

Probably. The KVM side is the only thing that seems to use the
defines, so any names changes should impact only them (we do have that
mkcapflags.sh script, but that should react automatically to any
changes in the #define names)

And this is obviously not a big deal, I just noticed the discrepancies
when doing that resolution.

Linus