From: Gianni Tedesco <gianni.tedesco@citrix.com>
To: Xen Devel <xen-devel@lists.xensource.com>
Cc: Ian Jackson <Ian.Jackson@eu.citrix.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: [PATCH 0 of 3] xl: implement basic PCI passthrough sanity checks
Date: Tue, 27 Jul 2010 17:24:30 +0100 [thread overview]
Message-ID: <patchbomb.1280247870@habil.uk.xensource.com> (raw)
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>
next reply other threads:[~2010-07-27 16:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-27 16:24 Gianni Tedesco [this message]
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
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=patchbomb.1280247870@habil.uk.xensource.com \
--to=gianni.tedesco@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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).