From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicholas Piggin Date: Tue, 16 Mar 2021 06:06:08 +0000 Subject: Re: [PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code Message-Id: <1615874475.4bnxc193mb.astroid@bobo.none> List-Id: References: <20210305150638.2675513-1-npiggin@gmail.com> In-Reply-To: <20210305150638.2675513-1-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Cc: Fabiano Rosas , linuxppc-dev@lists.ozlabs.org, Daniel Axtens Excerpts from Nicholas Piggin's message of March 6, 2021 1:05 am: > This tidies up things, and fixes a few corner cases and unfinished > "XXX:" bits. The major one being "bad host interrupt" detection and > handling (taking a MCE/SRESET while switching into guest regs) which > was missing previously from the new P9 path. > > Adds a few new patches and makes some changes for issues noticed > by reviewers (thank you). I've put a tree up here with latest changes. https://github.com/npiggin/linux/tree/kvm-in-c Should include all the review comments from this thread so far, no other major changes. I'll hold off posting out another series probably at least until powerpc next solidifies a bit more (some of the interrupt handler changes pending there might clash). Thanks, Nick