From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEEX9-0001MB-7R for qemu-devel@nongnu.org; Fri, 14 Feb 2014 03:54:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEEX4-0003Pk-CB for qemu-devel@nongnu.org; Fri, 14 Feb 2014 03:54:07 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:59297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEEX4-0003P2-4i for qemu-devel@nongnu.org; Fri, 14 Feb 2014 03:54:02 -0500 Received: by mail-lb0-f175.google.com with SMTP id p9so8998013lbv.20 for ; Fri, 14 Feb 2014 00:54:01 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1392365721-41142-1-git-send-email-agraf@suse.de> References: <1392365721-41142-1-git-send-email-agraf@suse.de> From: Peter Maydell Date: Fri, 14 Feb 2014 08:53:40 +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 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? thanks -- PMM