Re: [PATCH 1/2] powerpc: kvm: rectify selection to PPC_DAWR

2021-08-19 Thread Lukas Bulwahn
On Thu, Aug 19, 2021 at 11:45 AM Christophe Leroy wrote: > > > > Le 19/08/2021 à 11:32, Lukas Bulwahn a écrit : > > Commit a278e7ea608b ("powerpc: Fix compile issue with force DAWR") > > selects the non-existing config PPC_DAWR_FORCE_ENABLE for config > > KVM_BOOK3S_64_HANDLER. As this commit also

Re: [PATCH 1/2] powerpc: kvm: rectify selection to PPC_DAWR

2021-08-19 Thread Christophe Leroy
Le 19/08/2021 à 11:32, Lukas Bulwahn a écrit : Commit a278e7ea608b ("powerpc: Fix compile issue with force DAWR") selects the non-existing config PPC_DAWR_FORCE_ENABLE for config KVM_BOOK3S_64_HANDLER. As this commit also introduces a config PPC_DAWR, it probably intends to select PPC_DAWR ins

[PATCH 1/2] powerpc: kvm: rectify selection to PPC_DAWR

2021-08-19 Thread Lukas Bulwahn
Commit a278e7ea608b ("powerpc: Fix compile issue with force DAWR") selects the non-existing config PPC_DAWR_FORCE_ENABLE for config KVM_BOOK3S_64_HANDLER. As this commit also introduces a config PPC_DAWR, it probably intends to select PPC_DAWR instead. Rectify the selection in config KVM_BOOK3S_64