From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as9V9-0008Lf-6d for qemu-devel@nongnu.org; Mon, 18 Apr 2016 09:46:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1as9V8-0004D4-29 for qemu-devel@nongnu.org; Mon, 18 Apr 2016 09:46:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1as9V7-0004D0-TS for qemu-devel@nongnu.org; Mon, 18 Apr 2016 09:46:05 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 72D64C05681D for ; Mon, 18 Apr 2016 13:46:05 +0000 (UTC) From: Markus Armbruster References: <1460147350-7601-1-git-send-email-pbonzini@redhat.com> <1460147350-7601-14-git-send-email-pbonzini@redhat.com> Date: Mon, 18 Apr 2016 15:46:03 +0200 In-Reply-To: <1460147350-7601-14-git-send-email-pbonzini@redhat.com> (Paolo Bonzini's message of "Fri, 8 Apr 2016 22:28:33 +0200") Message-ID: <878u0bc9no.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 13/50] target-ppc: do not use target_ulong in cpu-qom.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini writes: > Bring the PowerPCCPUClass handle_mmu_fault method type into line with > the one in CPUState. You mean CPUClass, don't you? > Using vaddr also makes the cpu-qom.h file target independent. > > Signed-off-by: Paolo Bonzini