From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: lars.kurth@citrix.com, sstabellini@kernel.org,
vlad.babchuk@gmail.com, tim@xen.org, dario.faggioli@citrix.com,
ian.jackson@eu.citrix.com, andrii.anisov@gmail.com,
olekstysh@gmail.com, embedded-pv-devel@lists.xenproject.org,
al1img@gmail.com, david.vrabel@citrix.com,
xen-devel@lists.xenproject.org, joculator@gmail.com
Subject: Re: [PATCH v1] displif: add ABI for para-virtual display
Date: Thu, 5 Jan 2017 18:03:30 +0200 [thread overview]
Message-ID: <94170590-e1fc-8e6f-8129-7bfccb7ec546@gmail.com> (raw)
In-Reply-To: <586E7833020000780012D833@prv-mh.provo.novell.com>
On 01/05/2017 05:45 PM, Jan Beulich wrote:
>>>> On 22.12.16 at 09:12, <andr2000@gmail.com> wrote:
>> +struct xendispl_pg_flip_evt {
>> + uint64_t fb_cookie;
> Considering that apparently all operations have this cookie, I think
> it would better go ...
>
>> +};
>> +
>> +struct xendispl_req {
>> + uint16_t id;
>> + uint8_t operation;
>> + uint8_t reserved[5];
> ... here.
If someone adds another event which doesn't need it?
IMO, this is ok to reside where it is.
> Other than that the primary thing I'm missing (as I think I've
> mentioned elsewhere already) is a rationale of why this new
> protocol is needed (and the existing xenfb one can't be extended).
"This protocol aims to provide a unified protocol which fits more
sophisticated use-cases than a framebuffer device can handle. At the
moment basic functionality is supported with the intention to extend:
o multiple dynamically allocated/destroyed framebuffers
o buffers of arbitrary sizes
o better configuration options including multiple display support"
I tried to evaluate what would it be like to extend existing fbif...
It looks like having 2 different protocols in a single file.
What is more fbif can be used together with displif running at the
same time, e.g. on Linux one provides framebuffer and another DRM
> Jan
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-01-05 16:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-22 8:12 [PATCH v1] displif: add ABI for para-virtual display Oleksandr Andrushchenko
2016-12-22 8:12 ` Oleksandr Andrushchenko
2017-01-05 6:33 ` Oleksandr Andrushchenko
2017-01-05 15:45 ` Jan Beulich
2017-01-05 16:03 ` Oleksandr Andrushchenko [this message]
2017-01-05 16:12 ` Jan Beulich
2017-01-05 18:07 ` Oleksandr Andrushchenko
2017-01-26 18:39 ` Oleksandr Andrushchenko
2017-01-27 7:56 ` Jan Beulich
2017-01-27 8:11 ` Oleksandr Andrushchenko
2017-01-27 8:19 ` Jan Beulich
2017-01-11 7:59 ` Oleksandr Andrushchenko
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=94170590-e1fc-8e6f-8129-7bfccb7ec546@gmail.com \
--to=andr2000@gmail.com \
--cc=JBeulich@suse.com \
--cc=al1img@gmail.com \
--cc=andrii.anisov@gmail.com \
--cc=dario.faggioli@citrix.com \
--cc=david.vrabel@citrix.com \
--cc=embedded-pv-devel@lists.xenproject.org \
--cc=ian.jackson@eu.citrix.com \
--cc=joculator@gmail.com \
--cc=lars.kurth@citrix.com \
--cc=olekstysh@gmail.com \
--cc=sstabellini@kernel.org \
--cc=tim@xen.org \
--cc=vlad.babchuk@gmail.com \
--cc=xen-devel@lists.xenproject.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).