Re: [PATCH 0/4] KVM: SVM: Move and split up svm.c

From: Joerg Roedel
Date: Wed Mar 25 2020 - 08:31:17 EST


On Tue, Mar 24, 2020 at 11:30:07AM -0700, Sean Christopherson wrote:
> What are people's thoughts on using "arch/x86/kvm/{amd,intel}" instead of
> "arch/x86/kvm/{svm,vmx}"? Maybe this won't be an issue for AMD/SVM, but on
> the Intel/VMX side, there is stuff in the pipeline that makes using "vmx"
> for the sub-directory quite awkward. I wasn't planning on proposing the
> rename (from vmx->intel) until I could justify _why_, but perhaps it makes
> sense to bundle all the pain of a reorganizing code into a single kernel
> version?

I am fine either way, naming the directory amd/ or svm/ doesn't make a
big difference.

Regards,

Joerg