From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 08/18] KVM/MIPS32-VZ: Entry point for trampolining to the guest and trap handlers. Date: Tue, 28 May 2013 16:43:02 +0200 Message-ID: <51A4C276.2030401@redhat.com> References: <1368942460-15577-1-git-send-email-sanjayl@kymasys.com> <1368942460-15577-9-git-send-email-sanjayl@kymasys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-mips@linux-mips.org, Ralf Baechle , Gleb Natapov , Marcelo Tosatti To: Sanjay Lal Return-path: Received: from mail-qe0-f50.google.com ([209.85.128.50]:36544 "EHLO mail-qe0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934325Ab3E1OnP (ORCPT ); Tue, 28 May 2013 10:43:15 -0400 Received: by mail-qe0-f50.google.com with SMTP id x7so4389026qeu.9 for ; Tue, 28 May 2013 07:43:14 -0700 (PDT) In-Reply-To: <1368942460-15577-9-git-send-email-sanjayl@kymasys.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 19/05/2013 07:47, Sanjay Lal ha scritto: > - Add support for the MIPS VZ-ASE > - Whitespace fixes > > Signed-off-by: Sanjay Lal > --- > arch/mips/kvm/kvm_locore.S | 1088 +++++++++++++++++++++++--------------------- > 1 file changed, 573 insertions(+), 515 deletions(-) This is unreadable, can you split the whitespace fixes? Paolo