Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754815AbcKXDiB (ORCPT ); Wed, 23 Nov 2016 22:38:01 -0500 Received: from ozlabs.org ([103.22.144.67]:35285 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbcKXDiA (ORCPT ); Wed, 23 Nov 2016 22:38:00 -0500 Date: Thu, 24 Nov 2016 14:37:49 +1100 From: Paul Mackerras To: David Gibson Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org, benh@kernel.crashing.org, aik@ozlabs.ru Subject: Re: [PATCH 0/2] Preliminary cleanups for HPT resizing Message-ID: <20161124033749.376ugjrnvnwbhmut@oak.ozlabs.ibm.com> References: <1479878047-19431-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479878047-19431-1-git-send-email-david@gibson.dropbear.id.au> User-Agent: NeoMutt/20161104 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 23 On Wed, Nov 23, 2016 at 04:14:05PM +1100, David Gibson wrote: > Hi Paul, > > I'm still chasing this confusion about the CAS bit to send the real > HPT resizing patches. However, in the meantime, here are some > preliminary cleanups. > > These cleanups stand on their own, although I wrote them in the > context of writing the HPT resizing code, and are prerequisites for > those patches. > > David Gibson (2): > kvm: Move KVM_PPC_PVINFO_FLAGS_EV_IDLE definition next to its > structure > powerpc/kvm: Corectly report KVM_CAP_PPC_ALLOC_HTAB > > arch/powerpc/kvm/powerpc.c | 5 ++++- > include/uapi/linux/kvm.h | 5 +++-- > 2 files changed, 7 insertions(+), 3 deletions(-) Thanks, series applied to my kvm-ppc-next branch. Paul.