From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buRP5-0008Ob-NU for qemu-devel@nongnu.org; Wed, 12 Oct 2016 17:49:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buRP4-0001xr-U5 for qemu-devel@nongnu.org; Wed, 12 Oct 2016 17:49:35 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:34601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buRP4-0001xV-OV for qemu-devel@nongnu.org; Wed, 12 Oct 2016 17:49:34 -0400 Received: by mail-qk0-x235.google.com with SMTP id f128so54582540qkb.1 for ; Wed, 12 Oct 2016 14:49:34 -0700 (PDT) MIME-Version: 1.0 From: Neeraj Sharma Date: Thu, 13 Oct 2016 03:19:32 +0530 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] (no subject) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Dear Sir/Ma'am I want to =E2=80=98annotate=E2=80=99 the translation buffers - (adding a me= chanism in the translation buffers where we can store how many times they were executed, and, for each one, add some =E2=80=98amount=E2=80=99 could be power, could = be anything). I need held to understand the translation buffer code in qemu, starts fom cpu-exec.c. Neeraj Thanks