From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTThk-0001dd-BV for qemu-devel@nongnu.org; Mon, 15 Sep 2014 06:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTThd-0005kU-KT for qemu-devel@nongnu.org; Mon, 15 Sep 2014 06:40:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTThd-0005kF-Dc for qemu-devel@nongnu.org; Mon, 15 Sep 2014 06:40:13 -0400 Message-ID: <1410777607.30598.7.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 15 Sep 2014 12:40:07 +0200 In-Reply-To: <20140914134622.GB27315@redhat.com> References: <1410448173-12960-1-git-send-email-kraxel@redhat.com> <1410448173-12960-2-git-send-email-kraxel@redhat.com> <5411BD74.80608@redhat.com> <1410518696.30411.9.camel@nilsson.home.kraxel.org> <20140914134622.GB27315@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Dave Airlie , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, virtio-dev@lists.oasis-open.org > > > > + > > > > +enum virtgpu_ctrl_type { > > > > + VIRTGPU_UNDEFINED = 0, > > > > + > > > > + /* 2d commands */ > > > > + VIRTGPU_CMD_GET_DISPLAY_INFO = 0x0100, > > > > > > Please consider also adding: > > VIRTIO_GPU_ everywhere to make it consistent with other > virtio headers? The names are already pretty long as-is, especially considering the 80cols rule in our codestyle. I'd prefer to keep them the way they are now. cheers, Gerd