xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] libxl: extend device type framework
@ 2016-07-12 15:30 Juergen Gross
  2016-07-12 15:30 ` [PATCH 1/6] libxl: add "merge" function to generic device type support Juergen Gross
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Juergen Gross @ 2016-07-12 15:30 UTC (permalink / raw)
  To: xen-devel; +Cc: Juergen Gross, wei.liu2, ian.jackson

Extend the device type framework in libxl to cover more functions in a
generic way. This allows to have all functionality of a specific device
type in just one source file instead of spreading it via multiple files
and have functions to deal with multiple device types in a similar way.

Some patches of this series can be regarded as RFC, as having e.g. all
nic related functions in one file is a matter of taste. I haven't
marked the patches as RFC as they are completely tested and I believe
the result is an improvement over current status.

Juergen Gross (6):
  libxl: add "merge" function to generic device type support
  libxl: add "pv device mode needed" support to device type framework
  libxl: move library pvusb specific code into libxl_pvusb.c
  libxl: split libxl vtpm code into one source
  libxl: add config update callback to device type framework
  libxl: move common nic stuff into one source

 tools/libxl/Makefile         |   1 +
 tools/libxl/libxl.c          | 930 ++++++-------------------------------------
 tools/libxl/libxl_create.c   |  35 +-
 tools/libxl/libxl_dm.c       |  31 +-
 tools/libxl/libxl_internal.c |  21 +-
 tools/libxl/libxl_internal.h |  77 ++--
 tools/libxl/libxl_nic.c      | 554 ++++++++++++++++++++++++++
 tools/libxl/libxl_pci.c      |   8 +-
 tools/libxl/libxl_pvusb.c    |  42 +-
 tools/libxl/libxl_utils.c    |  96 -----
 tools/libxl/libxl_vtpm.c     | 380 ++++++++++++++++++
 11 files changed, 1192 insertions(+), 983 deletions(-)
 create mode 100644 tools/libxl/libxl_nic.c
 create mode 100644 tools/libxl/libxl_vtpm.c

-- 
2.6.6


_______________________________________________
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-01-19 16:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 15:30 [PATCH 0/6] libxl: extend device type framework Juergen Gross
2016-07-12 15:30 ` [PATCH 1/6] libxl: add "merge" function to generic device type support Juergen Gross
2016-07-25 10:45   ` Wei Liu
2017-01-19 16:14   ` Olaf Hering
2017-01-19 16:19     ` Wei Liu
2017-01-19 16:51       ` Juergen Gross
2016-07-12 15:30 ` [PATCH 2/6] libxl: add "pv device mode needed" support to device type framework Juergen Gross
2016-07-25 10:46   ` Wei Liu
2016-07-12 15:30 ` [PATCH 3/6] libxl: move library pvusb specific code into libxl_pvusb.c Juergen Gross
2016-07-25 10:46   ` Wei Liu
2016-07-12 15:30 ` [PATCH 4/6] libxl: split libxl vtpm code into one source Juergen Gross
2016-07-25 10:46   ` Wei Liu
2016-07-12 15:30 ` [PATCH 5/6] libxl: add config update callback to device type framework Juergen Gross
2016-07-25 10:46   ` Wei Liu
2016-07-12 15:30 ` [PATCH 6/6] libxl: move common nic stuff into one source Juergen Gross
2016-07-25 10:46   ` Wei Liu
2016-07-21 13:12 ` [PATCH 0/6] libxl: extend device type framework Juergen Gross
2016-07-27 11:45 ` 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).