From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXTMB-0002gP-Ji for qemu-devel@nongnu.org; Wed, 01 May 2013 05:29:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXTM9-0004xm-3P for qemu-devel@nongnu.org; Wed, 01 May 2013 05:29:47 -0400 Received: from mail-bk0-x235.google.com ([2a00:1450:4008:c01::235]:60956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXTM8-0004xQ-Tq for qemu-devel@nongnu.org; Wed, 01 May 2013 05:29:45 -0400 Received: by mail-bk0-f53.google.com with SMTP id jg9so564317bkc.40 for ; Wed, 01 May 2013 02:29:43 -0700 (PDT) Sender: Richard Henderson Message-ID: <5180E084.4090300@twiddle.net> Date: Wed, 01 May 2013 10:29:40 +0100 From: Richard Henderson MIME-Version: 1.0 References: <1367303766-9526-1-git-send-email-john.rigby@linaro.org> <517FAE24.1040000@suse.de> <517FB25F.7070501@suse.de> In-Reply-To: <517FB25F.7070501@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 01/12] ARM: Export cpu_env List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Peter Maydell , John Rigby , qemu-devel , Peter Crosthwaite , Alexander Graf , "Edgar E. Iglesias" On 2013-04-30 13:00, Andreas Färber wrote: > Not sure if you understood my point? Exposing cpu_env from target-arm > would seem to torpedo our efforts to link target-arm and, e.g., > target-microblaze together, since they all have cpu_env. I don't really > care if it's qom/cpu.c or tcg/shared.c or renaming to arm_cpu_env. :) cpu_env is still static within target-microblaze/translate.c; there is no conflict ... yet. r~