xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0 of 3] xl: implement basic PCI passthrough sanity checks
@ 2010-07-27 16:24 Gianni Tedesco
  2010-07-27 16:24 ` [PATCH 1 of 3] Move PCI specific function definitions in to libxl_pci.c Gianni Tedesco
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Gianni Tedesco @ 2010-07-27 16:24 UTC (permalink / raw)
  To: Xen Devel; +Cc: Ian Jackson, Stefano Stabellini

Following patch series implements basic safety checks for PCI passthrough in
libxl.  Specifically it deals with the case where the same PCI device may be
multiply assigned in to one or more domU's. As a bonus, implement the
pci-list-assignable-devices xl command.

 tools/libxl/Makefile      |    2 +-
 tools/libxl/libxl.c       |  501 ------------------------------------------
 tools/libxl/libxl_pci.c   |  538 ++++++++++++++++++++++++++++++++++++++++++++++
 tools/libxl/libxl.h       |    1 +
 tools/libxl/libxl_pci.c   |  123 ++++++++++
 tools/libxl/xl.h          |    1 +
 tools/libxl/xl_cmdimpl.c  |   34 ++
 tools/libxl/xl_cmdtable.c |    5 +
 tools/libxl/libxl_pci.c   |   11 +-
 9 files changed, 713 insertions(+), 503 deletions(-)

Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>

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

end of thread, other threads:[~2010-07-28 18:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 16:24 [PATCH 0 of 3] xl: implement basic PCI passthrough sanity checks Gianni Tedesco
2010-07-27 16:24 ` [PATCH 1 of 3] Move PCI specific function definitions in to libxl_pci.c Gianni Tedesco
2010-07-27 16:24 ` [PATCH 2 of 3] xl, implement pci-list-assignable-devices Gianni Tedesco
2010-07-28 17:20   ` Gianni Tedesco
2010-07-28 17:39   ` Stefano Stabellini
2010-07-28 17:52     ` Gianni Tedesco
2010-07-28 18:07       ` Stefano Stabellini
2010-07-28 18:18         ` Gianni Tedesco
2010-07-27 16:24 ` [PATCH 3 of 3] xl, check a PCI device is assignable before adding it to a domU Gianni Tedesco
2010-07-28 17:41   ` Stefano Stabellini

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).