On Mon, Mar 6, 2023 at 11:01 AM David Matlack wrote:
>
> This series refactors the KVM stats macros to reduce duplication and
> adds the support for choosing custom names for stats.
Hi Paolo,
I just wanted to double-check if this series is on your radar
(probably for 6.5)?
On Mon, Mar 06, 2023 at 11:01:52AM -0800, David Matlack wrote:
> This series refactors the KVM stats macros to reduce duplication and
> adds the support for choosing custom names for stats.
>
> Custom name makes it possible to decouple the userspace-visible stat
> names from their internal represe
On Mon, Mar 06, 2023, David Matlack wrote:
> David Matlack (4):
> KVM: Refactor stats descriptor generation macros
> KVM: Refactor designated initializer macros for struct _kvm_stats_desc
> KVM: Allow custom names for KVM_STAT()
> KVM: x86: Drop union for pages_{4k,2m,1g} stats
>
> arch/a
This series refactors the KVM stats macros to reduce duplication and
adds the support for choosing custom names for stats.
Custom name makes it possible to decouple the userspace-visible stat
names from their internal representation in C. This can allow future
commits to refactor the various stats