From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEITg-0000I4-Q1 for qemu-devel@nongnu.org; Fri, 14 Feb 2014 08:06:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEITa-0006OK-RN for qemu-devel@nongnu.org; Fri, 14 Feb 2014 08:06:48 -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: <71AA6BC5-3F77-43A4-A902-B2F724B688D3@suse.de> Date: Fri, 14 Feb 2014 14:06:37 +0100 Content-Transfer-Encoding: 7bit Message-Id: <65865B05-B9F6-46D9-9CB7-7F5AB4B32015@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> <71AA6BC5-3F77-43A4-A902-B2F724B688D3@suse.de> 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: Paul Mackerras , "list@suse.de:PowerPC" , "Aneesh Kumar K.V" , QEMU Developers On 13.02.2014, at 15:51, Alexander Graf wrote: > > 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. With this patch applied -M pseries fails to boot a kernel for me. Alex