From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfvMw-0008Ie-TV for qemu-devel@nongnu.org; Tue, 25 Aug 2009 08:43:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfvMr-0008FU-8a for qemu-devel@nongnu.org; Tue, 25 Aug 2009 08:43:22 -0400 Received: from [199.232.76.173] (port=54251 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfvMr-0008FE-04 for qemu-devel@nongnu.org; Tue, 25 Aug 2009 08:43:17 -0400 Received: from ozlabs.org ([203.10.76.45]:45451) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfvMq-0003AN-Fe for qemu-devel@nongnu.org; Tue, 25 Aug 2009 08:43:16 -0400 From: Rusty Russell Subject: Re: [Qemu-devel] Re: virtio-serial: An interface for host-guest communication Date: Tue, 25 Aug 2009 22:13:06 +0930 References: <20090806173740.GA1178@shareable.org> <200908201701.30467.rusty@rustcorp.com.au> <4A8CFEDD.4000009@redhat.com> In-Reply-To: <4A8CFEDD.4000009@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908252213.06729.rusty@rustcorp.com.au> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Amit Shah , virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, qemu-devel@nongnu.org On Thu, 20 Aug 2009 05:14:29 pm Gerd Hoffmann wrote: > I think strings are better as numbers for identifying protocols as you > can work without a central registry for the numbers then. Yep, all you need is a central registry for names :) Rusty.