From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45585 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqZoR-0002WJ-3w for qemu-devel@nongnu.org; Tue, 31 Aug 2010 19:00:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqZoL-0000PN-VE for qemu-devel@nongnu.org; Tue, 31 Aug 2010 19:00:18 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:43975) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqZoL-0000P6-Qv for qemu-devel@nongnu.org; Tue, 31 Aug 2010 19:00:13 -0400 Received: by fxm7 with SMTP id 7so4744419fxm.4 for ; Tue, 31 Aug 2010 16:00:12 -0700 (PDT) Sender: Eduard - Gabriel Munteanu Date: Wed, 1 Sep 2010 01:58:30 +0300 From: Eduard - Gabriel Munteanu Message-ID: <20100831225830.GA10567@localhost> References: <1283007298-10942-1-git-send-email-eduard.munteanu@linux360.ro> <1283007298-10942-2-git-send-email-eduard.munteanu@linux360.ro> <20100831202953.GF31570@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100831202953.GF31570@redhat.com> Subject: [Qemu-devel] Re: [PATCH 1/7] pci: expand tabs to spaces in pci_regs.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: kvm@vger.kernel.org, joro@8bytes.org, qemu-devel@nongnu.org, blauwirbel@gmail.com, yamahata@valinux.co.jp, paul@codesourcery.com, avi@redhat.com On Tue, Aug 31, 2010 at 11:29:53PM +0300, Michael S. Tsirkin wrote: > On Sat, Aug 28, 2010 at 05:54:52PM +0300, Eduard - Gabriel Munteanu wrote: > > The conversion was done using the GNU 'expand' tool (default settings) > > to make it obey the QEMU coding style. > > > > Signed-off-by: Eduard - Gabriel Munteanu > > I'm not really interested in this: we copied pci_regs.h from linux > to help non-linux hosts, and keeping the code consistent > with the original makes detecting bugs and adding new stuff > from linux/pci_regs.h easier. > > > --- > > hw/pci_regs.h | 1330 ++++++++++++++++++++++++++++---------------------------- > > 1 files changed, 665 insertions(+), 665 deletions(-) > > rewrite hw/pci_regs.h (90%) Ok, I'll drop it. The only reason I did it was one of my additions to this file made the patch look indented awkwardly. I'll use tabs and merge it into Linux as well. Thanks, Eduard