From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQiYy-0005XB-R1 for qemu-devel@nongnu.org; Thu, 29 Jun 2017 19:09:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQiYx-0004qi-Tu for qemu-devel@nongnu.org; Thu, 29 Jun 2017 19:09:28 -0400 Date: Thu, 29 Jun 2017 19:09:19 -0400 From: "Emilio G. Cota" Message-ID: <20170629230919.GC13979@flamenco> References: <149865219962.17063.10630533069463266646.stgit@frigg.lan> <149865292643.17063.14495945233139782748.stgit@frigg.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <149865292643.17063.14495945233139782748.stgit@frigg.lan> Subject: Re: [Qemu-devel] [PATCH v11 03/29] target: [tcg] Use a generic enum for DISAS_ values List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Llu=EDs?= Vilanova Cc: qemu-devel@nongnu.org, Alex =?iso-8859-1?Q?Benn=E9e?= , Richard Henderson , Peter Crosthwaite , Paolo Bonzini , Peter Maydell , "Edgar E. Iglesias" , Eduardo Habkost , Michael Walle , Laurent Vivier , Chris Wulff , Marek Vasut , Stafford Horne , Alexander Graf , Guan Xuetao , Max Filippov , "open list:ARM" On Wed, Jun 28, 2017 at 15:28:46 +0300, Lluís Vilanova wrote: > Used later. An enum makes expected values explicit and bounds the value space of > switches. > > Signed-off-by: Lluís Vilanova Reviewed-by: Emilio G. Cota E.