From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Tue, 14 May 2019 10:13:27 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-next-5.2-2 tag Message-Id: <20190514101327.GA13522@blackberry> List-Id: References: <20190222051405.GA2527@blackberry> In-Reply-To: <20190222051405.GA2527@blackberry> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm@vger.kernel.org Cc: kvm-ppc@vger.kernel.org Paolo, Radim, I have added 3 more commits to my kvm-ppc-next tree, for various fixes that have come in recently. There is one bug fix, one spelling fix, and one commit that removes some code that does nothing. The net result is 12 fewer lines of code in the kernel. :) If you pull this tag and not the earlier kvm-ppc-next-5.2-1 tag, you might want to include the text from that tag in the commit message. That text is: " PPC KVM update for 5.2 * Support for guests to access the new POWER9 XIVE interrupt controller hardware directly, reducing interrupt latency and overhead for guests. * In-kernel implementation of the H_PAGE_INIT hypercall. * Reduce memory usage of sparsely-populated IOMMU tables. * Several bug fixes. " Thanks, Paul. The following changes since commit 0caecf5b00199636eb2d32201199ecd6be52558d: KVM: PPC: Book3S HV: XIVE: Clear escalation interrupt pointers on device = close (2019-04-30 19:41:01 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc= -next-5.2-2 for you to fetch changes up to 4894fbcce856635c9ab79f44e50826e86bb92110: KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM device= (2019-05-14 12:06:03 +1000) ---------------------------------------------------------------- Second PPC KVM update for 5.2 - Fix a bug, fix a spelling mistake, remove some useless code. ---------------------------------------------------------------- Colin Ian King (1): KVM: PPC: Book3S HV: XIVE: Fix spelling mistake "acessing" -> "access= ing" C=E9dric Le Goater (1): KVM: PPC: Book3S: Remove useless checks in 'release' method of KVM de= vice Paul Mackerras (1): KVM: PPC: Book3S HV: Make sure to load LPID for radix VCPUs arch/powerpc/kvm/book3s_hv_rmhandlers.S | 6 ------ arch/powerpc/kvm/book3s_xive_native.c | 2 +- virt/kvm/kvm_main.c | 6 ------ 3 files changed, 1 insertion(+), 13 deletions(-)