From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1cRkOj-0005aI-EU for mharc-qemu-trivial@gnu.org; Thu, 12 Jan 2017 13:46:53 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRkOi-0005Vs-41 for qemu-trivial@nongnu.org; Thu, 12 Jan 2017 13:46:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRkOf-0003q3-0Q for qemu-trivial@nongnu.org; Thu, 12 Jan 2017 13:46:52 -0500 Received: from roura.ac.upc.es ([147.83.33.10]:48140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRkOe-0003p0-IE; Thu, 12 Jan 2017 13:46:48 -0500 Received: from gw-3.ac.upc.es (gw-3.ac.upc.es [147.83.30.9]) by roura.ac.upc.es (8.13.8/8.13.8) with ESMTP id v0CIkkm8023760; Thu, 12 Jan 2017 19:46:46 +0100 Received: from localhost (72.red-2-138-226.dynamicip.rima-tde.net [2.138.226.72]) by gw-3.ac.upc.es (Postfix) with ESMTPSA id 98CC87CD; Thu, 12 Jan 2017 19:46:45 +0100 (CET) From: =?utf-8?Q?Llu=C3=ADs_Vilanova?= To: Michael Tokarev Cc: qemu-devel@nongnu.org, "open list\:Trivial patches" , Eduardo Habkost , Stefan Hajnoczi , Laurent Vivier References: <148295045448.19871.9819696634619157347.stgit@fimbulvetr.bsc.es> <148295048671.19871.7373437689417502580.stgit@fimbulvetr.bsc.es> <79013fd5-adad-3296-620d-aa740e53ac6c@msgid.tls.msk.ru> Mail-Followup-To: Michael Tokarev , qemu-devel@nongnu.org, "open list\:Trivial patches" , Eduardo Habkost , Stefan Hajnoczi , Laurent Vivier Date: Thu, 12 Jan 2017 19:46:44 +0100 In-Reply-To: <79013fd5-adad-3296-620d-aa740e53ac6c@msgid.tls.msk.ru> (Michael Tokarev's message of "Thu, 12 Jan 2017 14:19:18 +0300") Message-ID: <8760lkxgiz.fsf@ac.upc.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 147.83.33.10 Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v6 6/7] trace: [tcg, trivial] Re-align generated code X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2017 18:46:53 -0000 Michael Tokarev writes: > 28.12.2016 21:41, Llu=C3=ADs Vilanova wrote: >> Last patch removed a nesting level in generated code. Re-align all code >> generated by backends to be 4-column aligned. > Llu=C3=ADs, I'm not applying these (6/7 and 7/7) to -trivial because > while they're trivial indeed, they aren't independent and should > be applied after all other patches in your series, or better, > together. Ok. I added the trivial tag to make it explicit, but didn't expect it to go= into the trivial branch. Should I drop the "trivial" tag in the future for cases= like this? Thanks, Lluis From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRkOj-0005bf-TL for qemu-devel@nongnu.org; Thu, 12 Jan 2017 13:46:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRkOj-0003sE-3A for qemu-devel@nongnu.org; Thu, 12 Jan 2017 13:46:53 -0500 From: =?utf-8?Q?Llu=C3=ADs_Vilanova?= References: <148295045448.19871.9819696634619157347.stgit@fimbulvetr.bsc.es> <148295048671.19871.7373437689417502580.stgit@fimbulvetr.bsc.es> <79013fd5-adad-3296-620d-aa740e53ac6c@msgid.tls.msk.ru> Date: Thu, 12 Jan 2017 19:46:44 +0100 In-Reply-To: <79013fd5-adad-3296-620d-aa740e53ac6c@msgid.tls.msk.ru> (Michael Tokarev's message of "Thu, 12 Jan 2017 14:19:18 +0300") Message-ID: <8760lkxgiz.fsf@ac.upc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v6 6/7] trace: [tcg, trivial] Re-align generated code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel@nongnu.org, "open list:Trivial patches" , Eduardo Habkost , Stefan Hajnoczi , Laurent Vivier Michael Tokarev writes: > 28.12.2016 21:41, Llu=C3=ADs Vilanova wrote: >> Last patch removed a nesting level in generated code. Re-align all code >> generated by backends to be 4-column aligned. > Llu=C3=ADs, I'm not applying these (6/7 and 7/7) to -trivial because > while they're trivial indeed, they aren't independent and should > be applied after all other patches in your series, or better, > together. Ok. I added the trivial tag to make it explicit, but didn't expect it to go= into the trivial branch. Should I drop the "trivial" tag in the future for cases= like this? Thanks, Lluis