From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWzx-0005Uo-Gp for qemu-devel@nongnu.org; Wed, 15 May 2013 04:23:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcWzu-0005MA-Bt for qemu-devel@nongnu.org; Wed, 15 May 2013 04:23:45 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:46228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWzu-0005Lv-5n for qemu-devel@nongnu.org; Wed, 15 May 2013 04:23:42 -0400 Received: by mail-pa0-f45.google.com with SMTP id lj1so1287522pab.18 for ; Wed, 15 May 2013 01:23:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1368597869-30405-1-git-send-email-hutao@cn.fujitsu.com> References: <1368597869-30405-1-git-send-email-hutao@cn.fujitsu.com> From: Peter Maydell Date: Wed, 15 May 2013 09:23:21 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] target-moxie: replace target_phys_addr_t with hwaddr List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: qemu-trivial@nongnu.org, Anthony Green , qemu-devel@nongnu.org On 15 May 2013 07:04, Hu Tao wrote: > target_phys_addr_t has been already replaced by hwaddr, but this > one is introduced after. > > Signed-off-by: Hu Tao Reviewed-by: Peter Maydell This doesn't cause compile errors because it's in a bit of code that can never get compiled (it's inside a CONFIG_USER_ONLY block but there is no moxie-linux-user target in configure). thanks -- PMM