All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] libxl: add PV display device driver interface
@ 2017-04-05 10:03 Oleksandr Grytsov
  2017-04-05 10:03 ` [PATCH v1 1/2] " Oleksandr Grytsov
                   ` (2 more replies)
  0 siblings, 3 replies; 29+ messages in thread
From: Oleksandr Grytsov @ 2017-04-05 10:03 UTC (permalink / raw)
  To: xen-devel; +Cc: jgross, ian.jackson, wei.liu2, Oleksandr Grytsov, andr2000

From: Oleksandr Grytsov <oleksandr_grytsov@epam.com>

These patches add PV display device to libxl and xl.

Changes since initial:
 * re-work libxl displ related functions to use libxl_device_type

Oleksandr Grytsov (2):
  libxl: add PV display device driver interface
  xl: add PV display device commands

 tools/libxl/Makefile                 |   2 +-
 tools/libxl/libxl.h                  |  21 ++++
 tools/libxl/libxl_create.c           |   3 +
 tools/libxl/libxl_device.c           | 206 ++++++++++++++++++++++++++++++++++
 tools/libxl/libxl_internal.h         |  24 ++++
 tools/libxl/libxl_types.idl          |  22 +++-
 tools/libxl/libxl_types_internal.idl |   1 +
 tools/libxl/libxl_usb.c              |   2 +
 tools/libxl/libxl_utils.h            |   4 +
 tools/libxl/libxl_vdispl.c           | 209 +++++++++++++++++++++++++++++++++++
 tools/xl/Makefile                    |   1 +
 tools/xl/xl.h                        |   3 +
 tools/xl/xl_cmdtable.c               |  16 +++
 tools/xl/xl_parse.c                  |  43 ++++++-
 tools/xl/xl_parse.h                  |   2 +-
 tools/xl/xl_vdispl.c                 | 162 +++++++++++++++++++++++++++
 16 files changed, 716 insertions(+), 5 deletions(-)
 create mode 100644 tools/libxl/libxl_vdispl.c
 create mode 100644 tools/xl/xl_vdispl.c

-- 
2.7.4


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

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

end of thread, other threads:[~2017-05-18 11:42 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-05 10:03 [PATCH v1 0/2] libxl: add PV display device driver interface Oleksandr Grytsov
2017-04-05 10:03 ` [PATCH v1 1/2] " Oleksandr Grytsov
2017-04-05 10:03 ` [PATCH v1 2/2] xl: add PV display device commands Oleksandr Grytsov
2017-04-05 11:05 ` [PATCH v1 0/2] libxl: add PV display device driver interface Ian Jackson
2017-04-05 12:25   ` al1img .
2017-04-05 13:49     ` Ian Jackson
2017-04-05 14:00       ` Konrad Rzeszutek Wilk
2017-04-05 14:18         ` Oleksandr Grytsov
2017-04-05 14:28           ` Oleksandr Grytsov
2017-04-05 14:28           ` Ian Jackson
2017-04-05 14:53             ` Oleksandr Grytsov
2017-04-05 15:50               ` Ian Jackson
2017-04-06  9:22                 ` Oleksandr Grytsov
2017-04-06 11:17                   ` Ian Jackson
2017-04-06 12:42                     ` Oleksandr Grytsov
2017-04-06 13:03                       ` Ian Jackson
2017-04-06 13:27                         ` Oleksandr Grytsov
2017-04-10 10:58                           ` Oleksandr Grytsov
2017-04-12 16:48                             ` Wei Liu
2017-04-13  8:41                               ` Oleksandr Grytsov
2017-04-13 12:54                             ` Ian Jackson
2017-04-14 10:12                               ` Oleksandr Grytsov
2017-04-26 10:15                                 ` Oleksandr Grytsov
2017-05-02 14:28                                 ` Ian Jackson
2017-05-03 15:08                                   ` Oleksandr Grytsov
2017-05-03 15:13                                     ` Ian Jackson
2017-05-04  8:49                                       ` Oleksandr Grytsov
2017-05-12 12:12                                         ` Oleksandr Grytsov
2017-05-18 11:42                                           ` Oleksandr Grytsov

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.