From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 2/2] arch/x86/kvm/* Checkpatch cleanup Date: Wed, 10 Mar 2010 13:37:52 +0100 Message-ID: <20100310123751.GI19879@8bytes.org> References: <1268221067-23733-1-git-send-email-andrea.gelmini@gelma.net> <1268221067-23733-3-git-send-email-andrea.gelmini@gelma.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: mtosatti@redhat.com, avi@redhat.com, kvm@vger.kernel.org To: Andrea Gelmini Return-path: Received: from 8bytes.org ([88.198.83.132]:41274 "EHLO 8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753549Ab0CJMhx (ORCPT ); Wed, 10 Mar 2010 07:37:53 -0500 Content-Disposition: inline In-Reply-To: <1268221067-23733-3-git-send-email-andrea.gelmini@gelma.net> Sender: kvm-owner@vger.kernel.org List-ID: Where have you based these changes on? I already did most of the cleanups to svm.c you have made here and the patch should be in avi/master. Joerg On Wed, Mar 10, 2010 at 12:37:47PM +0100, Andrea Gelmini wrote: > Fixes for all files > > Signed-off-by: Andrea Gelmini > --- > arch/x86/kvm/emulate.c | 139 +++++++++++++++++++++++----------------------- > arch/x86/kvm/i8254.c | 8 +-- > arch/x86/kvm/i8254.h | 12 ++-- > arch/x86/kvm/i8259.c | 3 +- > arch/x86/kvm/kvm_timer.h | 6 +- > arch/x86/kvm/lapic.c | 6 +- > arch/x86/kvm/mmu.c | 17 +++--- > arch/x86/kvm/mmutrace.h | 6 +- > arch/x86/kvm/svm.c | 77 +++++++++++++------------- > arch/x86/kvm/trace.h | 12 ++-- > arch/x86/kvm/vmx.c | 44 +++++++------- > arch/x86/kvm/x86.c | 18 +++--- > arch/x86/kvm/x86.h | 2 +- > 13 files changed, 170 insertions(+), 180 deletions(-)