xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Paul Durrant <paul.durrant@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Paul Durrant <paul.durrant@citrix.com>
Subject: [PATCH 0/4] tools/libxendevicemodel
Date: Fri, 17 Feb 2017 10:26:25 +0000	[thread overview]
Message-ID: <1487327185-14596-1-git-send-email-paul.durrant@citrix.com> (raw)

Paul Durrant (4):
  tools/libxendevicemodel: introduce the new library
  tools/libxendevicemodel: extract functions and add a compat layer
  tools/libxendevicemodel: introduce a Linux-specific implementation
  tools/libxendevicemodel: add a call to restrict the handle

 stubdom/Makefile                                |  17 +-
 tools/Makefile                                  |   2 +
 tools/Rules.mk                                  |  10 +-
 tools/include/xen-sys/Linux/privcmd.h           |  15 +
 tools/libs/Makefile                             |   1 +
 tools/libs/devicemodel/Makefile                 |  72 ++++
 tools/libs/devicemodel/compat.c                 |  54 +++
 tools/libs/devicemodel/core.c                   | 508 ++++++++++++++++++++++++
 tools/libs/devicemodel/include/xendevicemodel.h | 308 ++++++++++++++
 tools/libs/devicemodel/libxendevicemodel.map    |  23 ++
 tools/libs/devicemodel/linux.c                  | 134 +++++++
 tools/libs/devicemodel/private.h                |  48 +++
 tools/libxc/Makefile                            |   4 +-
 tools/libxc/include/xenctrl.h                   | 197 ---------
 tools/libxc/include/xenctrl_compat.h            |  47 +++
 tools/libxc/xc_devicemodel_compat.c             | 139 +++++++
 tools/libxc/xc_domain.c                         | 201 ----------
 tools/libxc/xc_misc.c                           | 154 -------
 tools/libxc/xc_private.c                        |  84 +---
 tools/libxc/xc_private.h                        |   4 +
 20 files changed, 1391 insertions(+), 631 deletions(-)
 create mode 100644 tools/libs/devicemodel/Makefile
 create mode 100644 tools/libs/devicemodel/compat.c
 create mode 100644 tools/libs/devicemodel/core.c
 create mode 100644 tools/libs/devicemodel/include/xendevicemodel.h
 create mode 100644 tools/libs/devicemodel/libxendevicemodel.map
 create mode 100644 tools/libs/devicemodel/linux.c
 create mode 100644 tools/libs/devicemodel/private.h
 create mode 100644 tools/libxc/xc_devicemodel_compat.c

-- 
2.1.4


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

                 reply	other threads:[~2017-02-17 10:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1487327185-14596-1-git-send-email-paul.durrant@citrix.com \
    --to=paul.durrant@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).