Re: [PATCH 0/2] KVM: SVM: move the SEV command handling into a separate file

2019-03-28 Thread Singh, Brijesh
Hi Paolo and Radim, On 2/1/19 10:47 AM, Singh, Brijesh wrote: > svm.c is pretty huge, before we add more SEV specific commands (e.g SEV-ES, > SEV-Migration etc) lets move the SEV command handling into a separate file. > There is no logical changes in this series. > Any thoughts on this series ?

Re: [PATCH 0/2] KVM: SVM: move the SEV command handling into a separate file

2019-02-04 Thread Singh, Brijesh
On 2/1/19 12:20 PM, Sean Christopherson wrote: > On Fri, Feb 01, 2019 at 04:47:12PM +, Singh, Brijesh wrote: >> svm.c is pretty huge, before we add more SEV specific commands (e.g SEV-ES, >> SEV-Migration etc) lets move the SEV command handling into a separate file. >> There is no logical cha

Re: [PATCH 0/2] KVM: SVM: move the SEV command handling into a separate file

2019-02-01 Thread Sean Christopherson
On Fri, Feb 01, 2019 at 04:47:12PM +, Singh, Brijesh wrote: > svm.c is pretty huge, before we add more SEV specific commands (e.g SEV-ES, > SEV-Migration etc) lets move the SEV command handling into a separate file. > There is no logical changes in this series. Any reason not to create arch/x8

[PATCH 0/2] KVM: SVM: move the SEV command handling into a separate file

2019-02-01 Thread Singh, Brijesh
svm.c is pretty huge, before we add more SEV specific commands (e.g SEV-ES, SEV-Migration etc) lets move the SEV command handling into a separate file. There is no logical changes in this series. The patch is based on motivation from this thread: https://marc.info/?l=linux-kernel&m=153910240507399