From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz1Zg-0005eU-Dz for qemu-devel@nongnu.org; Thu, 11 Dec 2014 06:06:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz1ZX-0004sm-1d for qemu-devel@nongnu.org; Thu, 11 Dec 2014 06:06:24 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:55679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz1ZW-0004sT-RM for qemu-devel@nongnu.org; Thu, 11 Dec 2014 06:06:14 -0500 Received: by mail-wg0-f48.google.com with SMTP id y19so6041425wgg.21 for ; Thu, 11 Dec 2014 03:06:14 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54897AA3.1000000@redhat.com> Date: Thu, 11 Dec 2014 12:06:11 +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> <5487F91D.5000508@redhat.com> <5947.68890082396$1418285825@news.gmane.org> In-Reply-To: <5947.68890082396$1418285825@news.gmane.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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 Dovgaluk Cc: qemu-devel@nongnu.org On 11/12/2014 09:16, Pavel Dovgaluk 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. > What's the next? Will you upstream some of the patches to simplify reviewing of the others? I'm waiting for Alex to review the PPC bits, but I've already queued these: Paolo Bonzini (9): target-mips: kvm: do not use get_clock() Pavel Dovgalyuk (8): cpu-exec: fix cpu_exec_nocache cpu-exec: reset exception_index correctly icount: set can_do_io outside TB execution icount: introduce cpu_get_icount_raw cpu-exec: invalidate nocache translation if they are interrupted timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock cpus: make icount warp behave well with respect to stop/cont i386: do not cross the pages boundaries in replay mode Also, more get_clock() changes were in Kevin's block pull request. Paolo