From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 01 Jul 2010 16:40:02 +0000 Subject: Re: [PATCH] KVM: PPC: Book3S_32 MMU debug compile fixes Message-Id: <4C2CC4E2.2010501@suse.de> List-Id: References: <1277507511-413-1-git-send-email-agraf@suse.de> In-Reply-To: <1277507511-413-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: KVM list , linuxppc-dev Alexander Graf wrote: > Due to previous changes, the Book3S_32 guest MMU code didn't compile properly > when enabling debugging. > > This patch repairs the broken code paths, making it possible to define DEBUG_MMU > and friends again. > > Signed-off-by: Alexander Graf > Please also don't forget this patch :) Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.suse.de (cantor.suse.de [195.135.220.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx1.suse.de", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id A3A811007D1 for ; Fri, 2 Jul 2010 02:40:07 +1000 (EST) Message-ID: <4C2CC4E2.2010501@suse.de> Date: Thu, 01 Jul 2010 18:40:02 +0200 From: Alexander Graf MIME-Version: 1.0 To: kvm-ppc@vger.kernel.org Subject: Re: [PATCH] KVM: PPC: Book3S_32 MMU debug compile fixes References: <1277507511-413-1-git-send-email-agraf@suse.de> In-Reply-To: <1277507511-413-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev , KVM list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Alexander Graf wrote: > Due to previous changes, the Book3S_32 guest MMU code didn't compile properly > when enabling debugging. > > This patch repairs the broken code paths, making it possible to define DEBUG_MMU > and friends again. > > Signed-off-by: Alexander Graf > Please also don't forget this patch :) Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] KVM: PPC: Book3S_32 MMU debug compile fixes Date: Thu, 01 Jul 2010 18:40:02 +0200 Message-ID: <4C2CC4E2.2010501@suse.de> References: <1277507511-413-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: KVM list , linuxppc-dev To: kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <1277507511-413-1-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org> Sender: kvm-ppc-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: kvm.vger.kernel.org Alexander Graf wrote: > Due to previous changes, the Book3S_32 guest MMU code didn't compile properly > when enabling debugging. > > This patch repairs the broken code paths, making it possible to define DEBUG_MMU > and friends again. > > Signed-off-by: Alexander Graf > Please also don't forget this patch :) Alex