From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xybts-0007gp-2T for qemu-devel@nongnu.org; Wed, 10 Dec 2014 02:41:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xybtj-0004SZ-0N for qemu-devel@nongnu.org; Wed, 10 Dec 2014 02:41:32 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:55389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xybti-0004RT-Pz for qemu-devel@nongnu.org; Wed, 10 Dec 2014 02:41:22 -0500 Received: by mail-wi0-f180.google.com with SMTP id n3so4188339wiv.7 for ; Tue, 09 Dec 2014 23:41:21 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5487F91D.5000508@redhat.com> Date: Wed, 10 Dec 2014 08:41:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20141208075255.7108.19079.stgit@PASHA-ISP> <20141208075345.7108.48047.stgit@PASHA-ISP> <548733CC.8020600@redhat.com> <3ab3715f40132ba0fa4b8b31af216a@ip-10-0-3-130> In-Reply-To: <3ab3715f40132ba0fa4b8b31af216a@ip-10-0-3-130> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v6 08/32] icount: implement icount requesting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgalyuk Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, real@ispras.ru, maria.klimushenkova@ispras.ru, batuzovk@ispras.ru, alex.bennee@linaro.org, afaerber@suse.de, fred.konrad@greensocs.com On 10/12/2014 07:35, Pavel Dovgalyuk wrote: > No, it worked well and I deleted _nocache version of that function. > But I still need _raw one to get the instructions counter. Oh, great. This patch can also go in early. Paolo