xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/6] Set of PV drivers used by production project
@ 2016-05-19 14:37 Iurii Mykhalskyi
  2016-05-19 14:37 ` [PATCH RFC 1/6] libxl: implementation of PV rtc device interface Iurii Mykhalskyi
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Iurii Mykhalskyi @ 2016-05-19 14:37 UTC (permalink / raw)
  To: embedded-pv-devel
  Cc: wei.liu2, stefano.stabellini, ian.jackson, ian.campbell, xen-devel

This patches introduce set of pv drivers interfaces.
Drivers interfaces list:
 - PV RTC - real-time clock
 - PV TTY - interface for pv version for device controlled by
    via tty (e.g. GPS)
 - PV Audio - sound interface virtualization
 - PV DRM - direct rengering manager virtualization
 - PV RPMSG - remove procedure call interface, in our case
    used for playback codecs virtualization

Iurii Mykhalskyi (2):
  libxl: implementation of PV rtc device interface
  libxl: implementation of PV tty device interface.

Pavlo Suikov (4):
  libxl: implementation of PV audio device interface
  libxl: implementation of PV event device interface
  libxl: implementation of PV DRM device interface
  libxl: implementation of PV RPMSG device interface

 tools/libxl/libxl.c                  | 1781 +++++++++++++++++++++++++++++++++-
 tools/libxl/libxl.h                  |  102 ++
 tools/libxl/libxl_create.c           |  214 +++-
 tools/libxl/libxl_device.c           |   12 +
 tools/libxl/libxl_internal.c         |    8 +
 tools/libxl/libxl_internal.h         |   88 +-
 tools/libxl/libxl_types.idl          |  131 +++
 tools/libxl/libxl_types_internal.idl |    6 +
 tools/libxl/libxl_utils.h            |   19 +
 tools/libxl/xl.h                     |   18 +
 tools/libxl/xl_cmdimpl.c             | 1035 +++++++++++++++++++-
 tools/libxl/xl_cmdtable.c            |   95 ++
 12 files changed, 3499 insertions(+), 10 deletions(-)

-- 
2.8.2


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-06-06 13:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-19 14:37 [PATCH RFC 0/6] Set of PV drivers used by production project Iurii Mykhalskyi
2016-05-19 14:37 ` [PATCH RFC 1/6] libxl: implementation of PV rtc device interface Iurii Mykhalskyi
2016-05-23 16:45   ` Olaf Hering
2016-06-06 13:37   ` Wei Liu
2016-05-19 14:37 ` [PATCH RFC 2/6] libxl: implementation of PV audio " Iurii Mykhalskyi
2016-05-19 14:37 ` [PATCH RFC 3/6] libxl: implementation of PV tty " Iurii Mykhalskyi
2016-05-19 14:37 ` [PATCH RFC 4/6] libxl: implementation of PV event " Iurii Mykhalskyi
2016-05-19 14:37 ` [PATCH RFC 5/6] libxl: implementation of PV DRM " Iurii Mykhalskyi
2016-05-19 14:37 ` [PATCH RFC 6/6] libxl: implementation of PV RPMSG " Iurii Mykhalskyi
2016-05-19 17:52 ` [Embedded-pv-devel] [PATCH RFC 0/6] Set of PV drivers used by production project Meng Xu
2016-05-23 11:40 ` Wei Liu
2016-06-02 16:12 ` Wei Liu

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).