[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH v1] displif: add ABI for para-virtual display
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Oleksandr Andrushchenko <andr2000@xxxxxxxxx>
- Date: Thu, 5 Jan 2017 08:33:39 +0200
- Cc: lars.kurth@xxxxxxxxxx, sstabellini@xxxxxxxxxx, vlad.babchuk@xxxxxxxxx, ian.jackson@xxxxxxxxxxxxx, dario.faggioli@xxxxxxxxxx, tim@xxxxxxx, andrii.anisov@xxxxxxxxx, olekstysh@xxxxxxxxx, embedded-pv-devel@xxxxxxxxxxxxxxxxxxxx, al1img@xxxxxxxxx, david.vrabel@xxxxxxxxxx, JBeulich@xxxxxxxx, joculator@xxxxxxxxx
- Delivery-date: Thu, 05 Jan 2017 06:34:11 +0000
- List-id: Xen developer discussion <xen-devel.lists.xen.org>
Bug fix
On 12/22/2016 10:12 AM, Oleksandr
Andrushchenko wrote:
From: Oleksandr Andrushchenko <Oleksandr_Andrushchenko@xxxxxxxx>
This is the ABI for the two halves of a para-virtualized
display driver.
Changes since initial:
* DRM changed to DISPL, protocol made generic
* major re-work addressing issues raised for sndif
Signed-off-by: Oleksandr Andrushchenko <Oleksandr_Andrushchenko@xxxxxxxx>
Signed-off-by: Oleksandr Grytsov <Oleksandr_Grytsov@xxxxxxxx>
---
+struct xendispl_event_page {
+ uint32_t in_cons;
+ uint32_t in_prod;
+ uint8_t reserved[60];
uint8_t reserved[56];
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|