From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhdJ1-0005Fk-Te for qemu-devel@nongnu.org; Fri, 15 Jul 2011 03:59:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhdJ0-0006he-UI for qemu-devel@nongnu.org; Fri, 15 Jul 2011 03:59:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhdJ0-0006hU-ND for qemu-devel@nongnu.org; Fri, 15 Jul 2011 03:59:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6F7xPQj004023 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Jul 2011 03:59:25 -0400 Message-ID: <4E1FF359.2070306@redhat.com> Date: Fri, 15 Jul 2011 09:59:21 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310670801-14687-1-git-send-email-alevy@redhat.com> <1310670801-14687-6-git-send-email-alevy@redhat.com> In-Reply-To: <1310670801-14687-6-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv5 05/12] qxl: add io_port_to_string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org Hi, > + switch (io_port) { > + case QXL_IO_NOTIFY_CMD: > + return "QXL_IO_NOTIFY_CMD"; Wasn't the plan to make this an array? cheers, Gerd