All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Get devices list from frontend xenstore entries
@ 2013-05-08  4:35 Marek Marczykowski
  2013-05-08  3:39 ` [PATCH v2 1/3] libxl: add libxl__xs_get_permissions helper Marek Marczykowski
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Marek Marczykowski @ 2013-05-08  4:35 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne, Ian Jackson, Marek Marczykowski, Ian Campbell

To cover the case of non-dom0 backed devices. Version 2 enchanced based
on suggestions from IanC and Roger.
Also added one additional patch (3/3), which cover the same case for
vtpm - it already had non-dom0 backend support, so just clean up the
code.

Marek Marczykowski (3):
  libxl: add libxl__xs_get_permissions helper
  libxl: do not assume Dom0 backend while listing disks and nics
  libxl: reduce code duplication in libxl_device_vtpm_list

 tools/libxl/libxl.c          | 181 +++++++++++++++++++++++++++++++++----------
 tools/libxl/libxl_internal.h |   2 +
 tools/libxl/libxl_xshelp.c   |  11 +++
 3 files changed, 151 insertions(+), 43 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-05-08 11:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08  4:35 [PATCH v2 0/3] Get devices list from frontend xenstore entries Marek Marczykowski
2013-05-08  3:39 ` [PATCH v2 1/3] libxl: add libxl__xs_get_permissions helper Marek Marczykowski
2013-05-08  9:32   ` Roger Pau Monné
2013-05-08  3:39 ` [PATCH v2 2/3] libxl: do not assume Dom0 backend while listing disks and nics Marek Marczykowski
2013-05-08 10:22   ` Roger Pau Monné
2013-05-08  3:48 ` [PATCH v2 3/3] libxl: reduce code duplication in libxl_device_vtpm_list Marek Marczykowski
2013-05-08 11:49 ` [PATCH v2 0/3] Get devices list from frontend xenstore entries Ian Campbell

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.