From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v7 09/14] arm: initial drop Date: Wed, 16 Jul 2014 12:59:55 +0200 Message-ID: <53C65B2B.5020009@redhat.com> References: <1405500463-20713-1-git-send-email-drjones@redhat.com> <1405500463-20713-10-git-send-email-drjones@redhat.com> <53C6444A.3040107@redhat.com> <20140716093939.GB14882@hawk.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, christoffer.dall@linaro.org To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10581 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756860AbaGPLAD (ORCPT ); Wed, 16 Jul 2014 07:00:03 -0400 In-Reply-To: <20140716093939.GB14882@hawk.usersys.redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 16/07/2014 11:39, Andrew Jones ha scritto: > PHYS_OFFSET is consistent with the kernel naming, so I'd like to keep > that. I invented PHYS_END, as it can serve a nice utility > (mem_size = PHYS_END - PHYS_OFFSET), and I wouldn't want to leave it > as the odd one out by not granting it the privilege of capital letters. Ok, I see some de-Linuxization coming to the ARM kvm-unit-tests sooner or later, but getting things moving is more important. I'll push the tests as soon as I can try them on the cubietruck. Paolo