From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQItj-00062R-Qs for qemu-devel@nongnu.org; Fri, 23 Jan 2009 05:04:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQIti-00061u-KA for qemu-devel@nongnu.org; Fri, 23 Jan 2009 05:04:23 -0500 Received: from [199.232.76.173] (port=39111 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQIti-00061r-H0 for qemu-devel@nongnu.org; Fri, 23 Jan 2009 05:04:22 -0500 Received: from mx2.redhat.com ([66.187.237.31]:55993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQIth-0007rK-UR for qemu-devel@nongnu.org; Fri, 23 Jan 2009 05:04:22 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0NA4LNa020381 for ; Fri, 23 Jan 2009 05:04:21 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0NA4LYe026911 for ; Fri, 23 Jan 2009 05:04:21 -0500 Received: from pike.pond.sub.org (vpn-10-110.str.redhat.com [10.32.10.110]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0NA4KWP011676 for ; Fri, 23 Jan 2009 05:04:21 -0500 Subject: Re: [Qemu-devel] [PATCH 8/9] New option -audio as a more flexible alternative to -soundhw References: <87ocxzrvqb.fsf@pike.pond.sub.org> <1232652665-1710-8-git-send-email-armbru@redhat.com> <87ljt2qv60.fsf@pike.pond.sub.org> <49798DE6.5090208@suse.de> From: Markus Armbruster Date: Fri, 23 Jan 2009 11:04:18 +0100 In-Reply-To: <49798DE6.5090208@suse.de> (Kevin Wolf's message of "Fri\, 23 Jan 2009 10\:29\:10 +0100") Message-ID: <87hc3qpcd9.fsf@pike.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Kevin Wolf writes: > Markus Armbruster schrieb: >> malc writes: >> >>> On Thu, 22 Jan 2009, Markus Armbruster wrote: >>> >>>> From: Markus Armbruster >>>> >>>> This is in preparation of pci=... support for audio devices. -soundhw >>>> doesn't support the common name=value,... syntax. >>>> --- >>>> sysemu.h | 1 + >>>> vl.c | 94 ++++++++++++++++++++++++++++++++++++++++++++----------------- >>>> 2 files changed, 69 insertions(+), 26 deletions(-) >>> This as, i guess, the rest of the patches is tab damaged. The >>> documentation wasn't updated either. >>> >>> [..snip..] >> >> It's just a sketch. How would you like your tabs? > > Probably four spaces, just like in the surrounding code (as almost > everywhere in qemu). > > Kevin Can't see where I got that wrong. Any preference on use of the tab character?