From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDzbr-0001Ml-0I for qemu-devel@nongnu.org; Wed, 12 Oct 2011 10:16:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDzbm-0003BR-H9 for qemu-devel@nongnu.org; Wed, 12 Oct 2011 10:16:38 -0400 Received: from cantor2.suse.de ([195.135.220.15]:52929 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDzbm-0003BN-CW for qemu-devel@nongnu.org; Wed, 12 Oct 2011 10:16:34 -0400 Message-ID: <4E95A1E4.1060000@suse.de> Date: Wed, 12 Oct 2011 16:19:16 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1318307461-9817-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1318307461-9817-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] ppc: Generalize the kvmppc_get_clockfreq() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-devel@nongnu.org On 10/11/2011 06:31 AM, David Gibson wrote: > Currently the kvmppc_get_clockfreq() function reads the host's clock > frequency from /proc/device-tree, which is useful to past to the guest > in KVM setups. However, there are some other host properties > advertised in the device tree which can also be relevant to the > guests. > > This patch, therefore, replaces kvmppc_get_clockfreq() which can > retrieve any named, single integer property from the host device > tree's CPU node. > > Signed-off-by: David Gibson Thanks, applied both patches to ppc-next. Alex