From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKe54-0000D3-D9 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 20:23:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKe4t-0001Wz-RA for qemu-devel@nongnu.org; Mon, 03 Mar 2014 20:23:38 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:37156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKe4t-0001Wo-LQ for qemu-devel@nongnu.org; Mon, 03 Mar 2014 20:23:27 -0500 Received: by mail-pa0-f45.google.com with SMTP id kl14so2124506pab.18 for ; Mon, 03 Mar 2014 17:23:26 -0800 (PST) Message-ID: <53152B09.7090907@ozlabs.ru> Date: Tue, 04 Mar 2014 12:23:21 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1391265952-31788-1-git-send-email-aik@ozlabs.ru> <53151E66.8090101@suse.de> In-Reply-To: <53151E66.8090101@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 0/2] target-ppc: CPU device tree id List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6Ry?= =?UTF-8?B?YmVy?= On 03/04/2014 11:29 AM, Alexander Graf wrote: > Alexey Kardashevskiy wrote: >> This is some cleanup. Please, comment. Thanks! >> > > Thanks, applied to ppc-next. Please bear in mind that your target CPU > finding loop doesn't scale. So make sure you don't call your new dt > index helper in any code path where you care about performance. Or when > you do make sure to introduce a new table for easier lookup. Sure, thanks! -- ps. yay! :) Alexey