From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVhIv-0006wD-6x for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:08:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVhIq-0007Ix-5V for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:08:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVhIp-0007Ir-Rd for qemu-devel@nongnu.org; Wed, 11 Mar 2015 10:08:04 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2BE83Gd029227 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 11 Mar 2015 10:08:03 -0400 Message-ID: <55004C3F.7050704@redhat.com> Date: Wed, 11 Mar 2015 15:07:59 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1425988051-65333-1-git-send-email-pbonzini@redhat.com> <87egowrlx4.fsf@blackfin.pond.sub.org> In-Reply-To: <87egowrlx4.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg/monitor: remove "info profile" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 11/03/2015 09:13, Markus Armbruster wrote: > > Let's remove and leave the remaining TCG dump/profiling functionality that > > is keyed off --enable-profiler. This "fixes" the conflict between the > > qemu_time() function and the qemu_time variable used by "info profile". > > I'd appreciate a brief hint at what the "remaining TCG dump/profiling > functionality" is here. Some stuff that apparently is only reachable from gdb via "call foo()". I honestly haven't looked in depth, it's probably not the time to think about removal either. Paolo