From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Wed, 24 Sep 2008 12:52:28 +0000 Subject: Re: [patch] do not allocate code_gen buffer on ia64 Message-Id: <48DA380C.2070007@sgi.com> List-Id: References: <48DA2465.1040709@sgi.com> In-Reply-To: <48DA2465.1040709@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Avi Kivity wrote: > Jes Sorensen wrote: >> Avi Kivity wrote: >>> Applied, thanks. Note qemu uses 4 spaces for intedenation. Talk to >>> your editor. >> >> Even when it's a double indentation, ie 8 spaces? > Yes. :-( Well then we really should add something like this to every file in qemu, since this behavior is so non standard from what any normal editor does per default. /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ >> Thats just plain sicko :-( > > It's the only scheme that works 100% reliably. Ehm, maybe, but then that makes 8 space (tab) indention work 110% reliable :-) Cheers, Jes From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [patch] do not allocate code_gen buffer on ia64 Date: Wed, 24 Sep 2008 14:52:28 +0200 Message-ID: <48DA380C.2070007@sgi.com> References: <48DA061A.20705@sgi.com> <48DA1D49.80108@redhat.com> <48DA2465.1040709@sgi.com> <48DA2705.8040602@redhat.com> <48DA2799.6060707@sgi.com> <48DA2E17.7030802@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ia64@vger.kernel.org To: Avi Kivity Return-path: Received: from relay1.sgi.com ([192.48.171.29]:44296 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751359AbYIXMwc (ORCPT ); Wed, 24 Sep 2008 08:52:32 -0400 In-Reply-To: <48DA2E17.7030802@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > Jes Sorensen wrote: >> Avi Kivity wrote: >>> Applied, thanks. Note qemu uses 4 spaces for intedenation. Talk to >>> your editor. >> >> Even when it's a double indentation, ie 8 spaces? > Yes. :-( Well then we really should add something like this to every file in qemu, since this behavior is so non standard from what any normal editor does per default. /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ >> Thats just plain sicko :-( > > It's the only scheme that works 100% reliably. Ehm, maybe, but then that makes 8 space (tab) indention work 110% reliable :-) Cheers, Jes