From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEGmQ-0000X7-P7 for qemu-devel@nongnu.org; Fri, 14 Feb 2014 06:18:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEGmK-00057Z-0Z for qemu-devel@nongnu.org; Fri, 14 Feb 2014 06:18:02 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:48486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEGmJ-00057I-Py for qemu-devel@nongnu.org; Fri, 14 Feb 2014 06:17:55 -0500 Received: by mail-lb0-f175.google.com with SMTP id p9so9096138lbv.6 for ; Fri, 14 Feb 2014 03:17:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <09B0EB5B-79FC-4DF3-B424-9B90555DAFF1@suse.de> References: <1392365721-41142-1-git-send-email-agraf@suse.de> <09B0EB5B-79FC-4DF3-B424-9B90555DAFF1@suse.de> From: Peter Maydell Date: Fri, 14 Feb 2014 11:17:34 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] PPC: KVM: Add missing address space to ldl_phys helper List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "qemu-ppc@nongnu.org" , QEMU Developers On 14 February 2014 09:13, Alexander Graf wrote: > > On 14.02.2014, at 09:53, Peter Maydell wrote: > >> On 14 February 2014 08:15, Alexander Graf wrote: >>> We now have to pass an address space to our _phys helpers. During the >>> transition apparently the EPR exit path missed out, so let's put it there. >>> >>> Signed-off-by: Alexander Graf >> >> I assume this is a compile failure -- do you want it applied >> directly or are you happy to just let it go through the ppc queue? > > It'd be awesome if you could pick it up directly. Compile breakages always make bisecting hard. Applied, thanks. -- PMM