Message ID | 20240619182128.4131355-1-dapeng1.mi@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM vPMU code refine | expand |
On Thu, Jun 20, 2024, Dapeng Mi wrote: > This small patchset refines KVM vPMU code and relevant selftests. > Patch 1/2 defines new macro KVM_PMC_MAX_GENERIC to avoid the Intel > specific macro KVM_INTEL_PMC_MAX_GENERIC to be used in vPMU x86 common > code. Patch 2/2 reduces the verbosity of "Random seed" messages to avoid > the hugh number of messages to flood the regular output of selftests. In the future, please post these as separate patches, they are completely unrelated.
On 6/21/2024 12:07 AM, Sean Christopherson wrote: > On Thu, Jun 20, 2024, Dapeng Mi wrote: >> This small patchset refines KVM vPMU code and relevant selftests. >> Patch 1/2 defines new macro KVM_PMC_MAX_GENERIC to avoid the Intel >> specific macro KVM_INTEL_PMC_MAX_GENERIC to be used in vPMU x86 common >> code. Patch 2/2 reduces the verbosity of "Random seed" messages to avoid >> the hugh number of messages to flood the regular output of selftests. > In the future, please post these as separate patches, they are completely unrelated. Sure. Thanks.