From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpjvG-0004ZF-R3 for qemu-devel@nongnu.org; Tue, 14 Aug 2018 20:44:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpjvD-0005ZP-Gs for qemu-devel@nongnu.org; Tue, 14 Aug 2018 20:44:26 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:41313) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fpjvD-0005ZB-7G for qemu-devel@nongnu.org; Tue, 14 Aug 2018 20:44:23 -0400 Date: Tue, 14 Aug 2018 20:44:20 -0400 From: "Emilio G. Cota" Message-ID: <20180815004420.GB17669@flamenco> References: <20180813171132.21939-1-cota@braap.org> <20180813171132.21939-2-cota@braap.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/3] qsp: QEMU's Synchronization Profiler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, Peter Crosthwaite , Richard Henderson , "Dr. David Alan Gilbert" , Stefan Weil , Markus Armbruster , Peter Xu On Tue, Aug 14, 2018 at 10:13:12 +0200, Paolo Bonzini wrote: > On 13/08/2018 19:11, Emilio G. Cota wrote: > > + struct qsp_report rep; > > Don't like camelcase? But that's really all that I have to remark on > this lovely series. I have a strong aversion to it :-) But if that's a deal breaker, let me know. Thanks, E.