From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vk54m-0000iP-S9 for qemu-devel@nongnu.org; Fri, 22 Nov 2013 23:44:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vk54e-0005Qb-7q for qemu-devel@nongnu.org; Fri, 22 Nov 2013 23:44:12 -0500 Message-ID: <52903286.3040505@weilnetz.de> Date: Sat, 23 Nov 2013 05:43:50 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1385178821-1891-1-git-send-email-agraf@suse.de> <52902A59.7020308@weilnetz.de> In-Reply-To: <52902A59.7020308@weilnetz.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.7 0/2] PPC: Fix BookE timer performance regression List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , QEMU Developers Cc: Bharat Bhushan , "qemu-ppc@nongnu.org list:PowerPC" , Fabien Chouteau Am 23.11.2013 05:08, schrieb Stefan Weil: > Good morning Alexander, > > I have two small remarks: > > Patch 1: Could you please use 'QemuTimer' instead of 'struct QEMUTimer' > in the modified lines of code? Sorry, QEMUTimer, of course. The 'struct' keyword is redundant and should be avoided.