From: Stefan Hajnoczi <stefanha@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: virtio-dev@lists.oasis-open.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [virtio-dev] [PATCH] Add virtio gpu device specification.
Date: Mon, 9 May 2016 15:43:16 +0100 [thread overview]
Message-ID: <20160509144316.GI3372@stefanha-x1.localdomain> (raw)
In-Reply-To: <1462367134-23894-1-git-send-email-kraxel@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1546 bytes --]
On Wed, May 04, 2016 at 03:05:34PM +0200, Gerd Hoffmann wrote:
> Resuming the effort to get the gpu device specs merged.
>
> Support for 2d mode (3d/virgl mode is not covered by this patch) has
> been added to the linux kernel version 4.2 and to qemu version 2.4.
>
> git branch:
> https://www.kraxel.org/cgit/virtio-spec/commit/?h=virtio-gpu
>
> Rendered versions are available here:
> https://www.kraxel.org/virtio/virtio-v1.0-cs03-virtio-gpu.pdf
> https://www.kraxel.org/virtio/virtio-v1.0-cs03-virtio-gpu.html#x1-2800007
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> content.tex | 2 +
> virtio-gpu.tex | 467 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 469 insertions(+)
> create mode 100644 virtio-gpu.tex
Please add a command execution model section that explains the command
lifecycle and interactions between commands. From reading through the
spec once I've gathered the fence flag can be used to force execution.
I guess a non-fenced command only completes when the operation has
finished, too (so that a meaningful success/error value can be
produced)?
Are there any interactions between the two queues? I guess the
resource_id namespace includes both queues. The 64x64 cursor would be
initialized on the controlq. The actual VIRTIO_GPU_CMD_UPDATE_CURSOR
and VIRTIO_GPU_CMD_MOVE_CURSOR can be sent via either queue. The
cursorq does not accept any commands other than
VIRTIO_GPU_CMD_UPDATE_CURSOR and VIRTIO_GPU_CMD_MOVE_CURSOR?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2016-05-09 14:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-04 13:05 [Qemu-devel] [PATCH] Add virtio gpu device specification Gerd Hoffmann
2016-05-09 14:43 ` Stefan Hajnoczi [this message]
2016-05-10 10:08 ` [Qemu-devel] [virtio-dev] " Gerd Hoffmann
2016-05-10 11:25 ` Gerd Hoffmann
2018-06-20 3:15 ` Michael S. Tsirkin
2018-06-27 6:15 ` Gerd Hoffmann
2018-06-27 18:56 ` Michael S. Tsirkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160509144316.GI3372@stefanha-x1.localdomain \
--to=stefanha@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=virtio-dev@lists.oasis-open.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).