All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Unique-id and fixes to some protocols
@ 2018-06-08  6:08 Oleksandr Andrushchenko
  2018-06-08  6:08 ` [PATCH v2 1/4] xen/kbdif: Move multi-touch device parameters to backend nodes Oleksandr Andrushchenko
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Oleksandr Andrushchenko @ 2018-06-08  6:08 UTC (permalink / raw)
  To: xen-devel, konrad.wilk, jgross; +Cc: andr2000, Oleksandr Andrushchenko

From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

Hi, all!

This series fixes inconsistency in section used while defining kbdif
XenBus entries and adds string "unique-id" XenBus entry missing in
displif and kbdif. It also changes sndif's "unique-id" field from
integer to string to be aligned with displif/kbdif.

Konrad, I added your r-b tags to *all* the patches, so please
let me know if I have to drop those (if this is not what you meant
on the mailing-list).

Juergen, could you please release ack the rest of the patches as these
are needed to add sound configuration to libxl/xl and extend input
to support multi-touch. These are the changes to header files which are
not involved in Xen build, so it seems to be safe.
This will also unblock ptorocol synchronization with Linux, so I can
push an extension to xen-kbdfront driver (disable feature).

Thank you,
Oleksandr Andrushchenko

Changes since v1:
 - Changed type of "unique-id" from uint32_t to string (Konrad)
 - Added r-b's

Oleksandr Andrushchenko (4):
  xen/kbdif: Move multi-touch device parameters to backend nodes
  xen/kbdif: Add unique input device identifier
  xen/displif: Add unique display connector identifier
  xen/sndif: Change stream's unique-id to string

 xen/include/public/io/displif.h |  8 ++++++
 xen/include/public/io/kbdif.h   | 48 ++++++++++++++++++++-------------
 xen/include/public/io/sndif.h   | 10 +++----
 3 files changed, 41 insertions(+), 25 deletions(-)

-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-06-08 14:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  6:08 [PATCH v2 0/4] Unique-id and fixes to some protocols Oleksandr Andrushchenko
2018-06-08  6:08 ` [PATCH v2 1/4] xen/kbdif: Move multi-touch device parameters to backend nodes Oleksandr Andrushchenko
2018-06-08  6:08 ` [PATCH v2 2/4] xen/kbdif: Add unique input device identifier Oleksandr Andrushchenko
2018-06-08 12:40   ` Juergen Gross
2018-06-08  6:08 ` [PATCH v2 3/4] xen/displif: Add unique display connector identifier Oleksandr Andrushchenko
2018-06-08 12:41   ` Juergen Gross
2018-06-08  6:08 ` [PATCH v2 4/4] xen/sndif: Change stream's unique-id to string Oleksandr Andrushchenko
2018-06-08 12:42   ` Juergen Gross
2018-06-08 12:52 ` [PATCH v2 0/4] Unique-id and fixes to some protocols Oleksandr Andrushchenko
2018-06-08 14:58   ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.