From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XT5rj-0007Dd-QP for qemu-devel@nongnu.org; Sun, 14 Sep 2014 05:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XT5rd-0006Jj-Lk for qemu-devel@nongnu.org; Sun, 14 Sep 2014 05:13:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XT5rd-0006JX-Dz for qemu-devel@nongnu.org; Sun, 14 Sep 2014 05:12:57 -0400 Date: Sun, 14 Sep 2014 12:16:13 +0300 From: "Michael S. Tsirkin" Message-ID: <20140914091613.GB24929@redhat.com> References: <1410448173-12960-1-git-send-email-kraxel@redhat.com> <1410448173-12960-3-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1410448173-12960-3-git-send-email-kraxel@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-gpu/2d: add docs/specs/virtio-gpu.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Dave Airlie , virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org On Thu, Sep 11, 2014 at 05:09:33PM +0200, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > docs/specs/virtio-gpu.txt | 165 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 165 insertions(+) > create mode 100644 docs/specs/virtio-gpu.txt Please don't put this hardware spec in QEMU. Contribute it to OASIS Virtio TC instead. If you need help with that, please let me know. -- MST