From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC4pL-0003C2-7Q for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC4pJ-0003qY-Vn for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:44:47 -0400 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:33107) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC4pJ-0003qL-KM for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:44:45 -0400 Received: by qgef3 with SMTP id f3so17409983qge.0 for ; Mon, 06 Jul 2015 04:44:45 -0700 (PDT) Sender: Richard Henderson References: <1436129432-16617-1-git-send-email-crosthwaite.peter@gmail.com> From: Richard Henderson Message-ID: <559A6A25.4010305@twiddle.net> Date: Mon, 6 Jul 2015 12:44:37 +0100 MIME-Version: 1.0 In-Reply-To: <1436129432-16617-1-git-send-email-crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] disas: Defeature print_target_address List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: pbonzini@redhat.com, Peter Crosthwaite On 07/05/2015 09:50 PM, Peter Crosthwaite wrote: > It does not work in multi-arch as it requires the CPU specific > TARGET_VIRT_ADDR_SPACE_BITS global define. Just use the generic > version that does no masking. Targets should be responsible for > passing in a sane virtual address. > > Signed-off-by: Peter Crosthwaite > --- > Depends on "Unify and QOMify (target|monitor)_disas" series > > disas.c | 12 ++---------- > 1 file changed, 2 insertions(+), 10 deletions(-) Reviewed-by: Richard Henderson r~