From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJjFh-0004kB-TA for qemu-devel@nongnu.org; Tue, 19 Aug 2014 09:15:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJjFd-0005DW-44 for qemu-devel@nongnu.org; Tue, 19 Aug 2014 09:15:05 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:60626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJjFc-0005DH-U6 for qemu-devel@nongnu.org; Tue, 19 Aug 2014 09:15:01 -0400 Received: by mail-lb0-f182.google.com with SMTP id z11so5552600lbi.27 for ; Tue, 19 Aug 2014 06:15:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1407504529-3417-1-git-send-email-christoffer.dall@linaro.org> References: <1407504529-3417-1-git-send-email-christoffer.dall@linaro.org> From: Peter Maydell Date: Tue, 19 Aug 2014 14:14:39 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 1/2] target-arm: Rename QEMU PSCI v0.1 definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoffer Dall Cc: QEMU Developers , "kvmarm@lists.cs.columbia.edu" On 8 August 2014 14:28, Christoffer Dall wrote: > The function IDs for PSCI v0.1 are exported by KVM and defined as > KVM_PSCI_FN_. To build using these defines in non-KVM code, > QEMU defines these IDs locally and check their correctness against the > KVM headers when those are available. > > However, the naming scheme used for QEMU (almost) clashes with the PSCI > v0.2 definitions from Linux so to avoid unfortunate naming when we > introduce local PSCI v0.2 defines, rename the current local defines with > QEMU_ prependend and clearly identify the PSCI version as v0.1 in the > defines. > > Signed-off-by: Christoffer Dall Applied to target-arm.next, thanks. -- PMM