Re: [PATCH 00/23] KVM: MMU: MMU role refactoring

From: Paolo Bonzini
Date: Thu Feb 10 2022 - 04:54:16 EST


On 2/9/22 23:31, Sean Christopherson wrote:
Heresy! Everyone knows the one true way is "KVM: x86/mmu:"

$ glo | grep "KVM: MMU:" | wc -l
740
$ glo | grep "KVM: x86/mmu:" | wc -l
403

Dammit, I'm the heathen...

I do think we should use x86/mmu though. VMX and SVM (and nVMX and nSVM) are ok
because they're unlikely to collide with other architectures, but every arch has
an MMU...


Sure, I can adjust my habits.

Paolo