From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Wed, 09 Mar 2022 09:05:24 +0000 Subject: Re: [RFC PATCH] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_GTSE Message-Id: List-Id: References: <20220309012338.2527143-1-farosas@linux.ibm.com> In-Reply-To: <20220309012338.2527143-1-farosas@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Fabiano Rosas Cc: aneesh.kumar@linux.ibm.com, danielhb413@gmail.com, npiggin@gmail.com, clg@kaod.org, kvm-ppc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, david@gibson.dropbear.id.au On Tue, Mar 08, 2022 at 10:23:38PM -0300, Fabiano Rosas wrote: > This patch adds a new KVM capability to address a crash we're > currently having inside the nested guest kernel when running with > GTSE disabled in the nested hypervisor. I think the patch needs to add a description of KVM_CAP_PPC_GTSE to Documentation/virt/kvm/api.rst. Regards, Paul.