From: Oleksandr Grytsov <al1img@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: jgross@suse.com, ian.jackson@eu.citrix.com, wei.liu2@citrix.com,
Oleksandr Grytsov <oleksandr_grytsov@epam.com>,
andr2000@gmail.com
Subject: [PATCH v1 0/2] libxl: add PV display device driver interface
Date: Wed, 5 Apr 2017 13:03:15 +0300 [thread overview]
Message-ID: <1491386597-1103-1-git-send-email-al1img@gmail.com> (raw)
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
next reply other threads:[~2017-04-05 10:03 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 10:03 Oleksandr Grytsov [this message]
2017-04-05 10:03 ` [PATCH v1 1/2] libxl: add PV display device driver interface 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
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=1491386597-1103-1-git-send-email-al1img@gmail.com \
--to=al1img@gmail.com \
--cc=andr2000@gmail.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jgross@suse.com \
--cc=oleksandr_grytsov@epam.com \
--cc=wei.liu2@citrix.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).