|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 2 of 3] Check whether a PCI device is assignable
On Thu, 29 Jul 2010, Gianni Tedesco (3P) wrote:
> Implement both of Stefanos suggestions this time:
>
> On Wed, 2010-07-28 at 20:40 +0100, Gianni Tedesco wrote:
> > tools/libxl/libxl.h | 3 +-
> > tools/libxl/libxl_internal.h | 3 +
> > tools/libxl/libxl_pci.c | 186
> > +++++++++++++++++++++++++++++++++++++++---
> > tools/libxl/xl.h | 1 +
> > tools/libxl/xl_cmdimpl.c | 36 +++++++-
> > tools/libxl/xl_cmdtable.c | 5 +
> > 6 files changed, 214 insertions(+), 20 deletions(-)
> >
> >
> > Implement a new libxl function libxl_device_pci_list_assignable. This is
> > used to implement the xl list-assignable-pci-devices command and part of
> > the implementation is used to make sure that PCI devices are not multiply
> > assigned to one or more domU's before doing the passthrough assignment.
> >
> > The function libxl_device_pci_list changes to libxl_device_pci_list_assigned
> > due to a parameter change for consistency with pci_list_assignable.
> >
> > Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
>
Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|