From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34004 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGeP3-0001VA-VK for qemu-devel@nongnu.org; Mon, 24 May 2010 16:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGeOw-0003Ct-Oo for qemu-devel@nongnu.org; Mon, 24 May 2010 16:37:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61917) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGeOw-0003Cf-HM for qemu-devel@nongnu.org; Mon, 24 May 2010 16:37:30 -0400 From: Juan Quintela In-Reply-To: (Jan Kiszka's message of "Mon, 24 May 2010 22:13:35 +0200") References: Date: Mon, 24 May 2010 22:37:26 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [RFT][PATCH 02/15] hpet: Coding style cleanups and some refactorings List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: blue Swirl , Jan Kiszka , qemu-devel@nongnu.org Jan Kiszka wrote: > From: Jan Kiszka > > This moves the private HPET structures into the C module, I almost did this one on my previous series, thanks. > simplifies > some helper functions and fixes most coding style issues (biggest chunk > was improper switch-case indention). No functional changes. > > Signed-off-by: Jan Kiszka Reviewed-by: Juan Quintela