From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDxdZ-00067z-Av for qemu-devel@nongnu.org; Thu, 13 Feb 2014 09:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDxdS-00047j-12 for qemu-devel@nongnu.org; Thu, 13 Feb 2014 09:51:37 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) From: Alexander Graf In-Reply-To: <20140213114029.6587ee8d@bahia.local> Date: Thu, 13 Feb 2014 15:51:23 +0100 Content-Transfer-Encoding: 7bit Message-Id: <71AA6BC5-3F77-43A4-A902-B2F724B688D3@suse.de> References: <1390896003-3195-3-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1392260368-24016-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <20140213114029.6587ee8d@bahia.local> Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH V10] target-ppc: Fix htab_mask calculation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: "list@suse.de:PowerPC" , Paul Mackerras , "Aneesh Kumar K.V" , QEMU Developers On 13.02.2014, at 11:40, Greg Kurz wrote: > On Thu, 13 Feb 2014 08:29:28 +0530 > "Aneesh Kumar K.V" wrote: > >> From: "Aneesh Kumar K.V" >> >> Correctly update the htab_mask using the return value of >> KVM_PPC_ALLOCATE_HTAB ioctl. Also we don't update sdr1 >> on GET_SREGS for HV. We check for external htab and if >> found true, we don't need to update sdr1 >> >> Signed-off-by: Aneesh Kumar K.V > > Reviewed-by: Greg Kurz > >> --- >> Changes from V9: >> * Fix TCG breakage >> > > Alex, > > This patch is a complete replacement for commit 1df2d6d900a9 in your > ppc-next branch. > > Please apply so that TCG works again ! :) Thanks, applied to ppc-next. Alex