All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] tools/libxendevicemodel
@ 2017-02-22 13:27 Paul Durrant
  2017-02-22 13:27 ` [PATCH v2 1/5] tools/libxenctrl: fix error check after opening libxenforeignmemory Paul Durrant
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Paul Durrant @ 2017-02-22 13:27 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Durrant

Paul Durrant (5):
  tools/libxenctrl: fix error check after opening libxenforeignmemory
  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

 Config.mk                                       |  12 +-
 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                        |  82 +---
 tools/libxc/xc_private.h                        |   4 +
 21 files changed, 1395 insertions(+), 637 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

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

end of thread, other threads:[~2017-04-05 13:25 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22 13:27 [PATCH v2 0/5] tools/libxendevicemodel Paul Durrant
2017-02-22 13:27 ` [PATCH v2 1/5] tools/libxenctrl: fix error check after opening libxenforeignmemory Paul Durrant
2017-02-22 14:09   ` Wei Liu
2017-04-05 13:25     ` Ian Jackson
2017-02-22 14:09   ` Ian Jackson
2017-02-22 13:27 ` [PATCH v2 2/5] tools/libxendevicemodel: introduce the new library Paul Durrant
2017-02-22 14:11   ` Ian Jackson
2017-02-22 13:27 ` [PATCH v2 3/5] tools/libxendevicemodel: extract functions and add a compat layer Paul Durrant
2017-02-22 14:20   ` Ian Jackson
2017-02-22 14:33     ` Andrew Cooper
2017-02-22 14:37       ` Ian Jackson
2017-02-22 14:41         ` Andrew Cooper
2017-02-22 15:04           ` Ian Jackson
2017-02-22 15:27             ` Andrew Cooper
2017-02-22 13:27 ` [PATCH v2 4/5] tools/libxendevicemodel: introduce a Linux-specific implementation Paul Durrant
2017-02-22 14:22   ` Ian Jackson
2017-02-22 13:27 ` [PATCH v2 5/5] tools/libxendevicemodel: add a call to restrict the handle Paul Durrant
2017-02-22 14:22   ` Ian Jackson

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.