Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
From: Xin Li
Date: Thu Apr 24 2025 - 03:33:42 EST
On 4/23/2025 11:33 PM, Mi, Dapeng wrote:
Could we merge this patch and previous patch into a single patch? It's
unnecessary to just modify the pmu_msr_read()/pmu_msr_write() in previous
patch and delete them immediately. It just wastes the effort.
No, it's not wasting effort, it's for easier review.
Look at this patch, you can easily tell that pmu_msr_read() and
pmu_msr_write() are nothing more than pmu_msr_chk_emulated(), and
then removing them makes a lot of sense.