From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1uAn-0004jN-CE for qemu-devel@nongnu.org; Mon, 08 Jun 2015 06:20:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1uAi-000776-Ii for qemu-devel@nongnu.org; Mon, 08 Jun 2015 06:20:53 -0400 Received: from mail-ig0-f171.google.com ([209.85.213.171]:34870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1uAi-00076t-9K for qemu-devel@nongnu.org; Mon, 08 Jun 2015 06:20:48 -0400 Received: by igbzc4 with SMTP id zc4so57919311igb.0 for ; Mon, 08 Jun 2015 03:20:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <024701d0a1cf$15092f10$3f1b8d30$@samsung.com> References: <1433436037-5476-1-git-send-email-shlomopongratz@gmail.com> <1433436037-5476-2-git-send-email-shlomopongratz@gmail.com> <01ca01d0a1bf$ca206310$5e612930$@samsung.com> <024701d0a1cf$15092f10$3f1b8d30$@samsung.com> From: Peter Maydell Date: Mon, 8 Jun 2015 11:20:27 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH RFC V3 1/4] Use Aff1 with mpidr This is an improved and KVM-aware alternative to List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Fedin Cc: Eric Auger , Shlomo Pongratz , Shlomo Pongratz , QEMU Developers , Shannon Zhao , Ashok Kumar , Igor Mammedov On 8 June 2015 at 10:39, Pavel Fedin wrote: > Last argument: the rest of qemu code (property assignment, lookup > in PSCI, etc) actually needs IDs without feature bits. The only > function which needs full version is mpidr_read(). So does it still > worth of putting AND with bitmasks everywhere? May be just rename > 'mpidr' to something like 'mp_id' ? Mmm, OK, if we don't call it mpidr I think this will be OK. I suggest "mp_affinity". -- PMM